HTML Color Chart
Important Notes:  Using the color value (numbers) is best.  eBay sellers should NOT use the <body> tag ever; the pages already have it, and multiples can cause problems.  It's best to create a table and place your description within it, rather than affect the entire page.
 
Table background color (use ALL html commands in the left column)
<table> To color the entire table: <table bgcolor="#......">
<tr> To color a row: <tr bgcolor="#......">
<td> To color a cell: <td bgcolor="#......">
       text, pictures, etc. go here
</td>
</tr>
</table> Be sure to turn off the table, or Netscape users won't see what's in it.
   
Text color
text color="#......" To specify the default text color for the page; use in the <body> command.
<font color="#......"> To change text colors in the page; use </font> to end the color change.
   
Page background color
<bgcolor="#......"> Use in the <body> command as in <body bgcolor=#...">

 
COLOR COLOR NAME COLOR VALUE
  Mintcream "#F5FFFA"
  Aliceblue "#F0F8FF"
  Azure "#F0FFFF"
  White "#FFFFFF"
  Whitesmoke "#F5F5F5"
  Floralwhite "#FFFAF0"
  Ghostwhite "#F8F8FF"
  Ivory "#FFFFF0"
  Seashell "#FFF5EE"
  Snow "#FFFAFA"
  Lavenderblush "#FFF0F5"
  Lavender "#E6E6FA"
  Mistyrose "#FFE4E1"
  Blanchediamond "#FFEBCD"
  Cornsilk "#FFF8DC"
  Papayawhip "#FFEFD5"
  Lemonchiffon "#FFFACD"
  Lightgoldenrodyellow "#FAFAD2"
  Lightyellow "#FFFFE0"
  Khaki "#F0E68C"
  Palegoldenrod "#EEE8AA"
  Oldlace "#FDF5E6"
  Linen "#FAF0E6"
  Antiquewhite "#FAEBD7"
  Beige "#F5F5DC"
  Bisque "#FFE4C4"
  Peachpuff "#FFDAB9"
  Wheat "#F5DEB3"
  Burlywood "#DEB887"
  Tan "#D2B48C"
  Darkkhaki "#BDB76B"
  Peru "#CD853F"
  Chocolate "#D2691E"
  Firebrick "#B22222"
  Brown "#A52A2A"
  Crimson "#DC143C"
  Coral "#FF7F50"
  Lightcoral "#F08080"
  Indianred "#CD5C5C"
  Navajowhite "#FFDEAD"
  Rosybrown "#BC8F8F"
  Saddlebrown "#8B4513"
  Sandybrown "#F4A460"
  Sienna "#A0522D"
  Darksalmon "#E9967A"
  Salmon "#FA8072"
  Lightsalmon "#FFA07A"
  Gold "#FFD700"
  Yellow "#FFFF00"
  Goldenrod "#DAA520"
  Darkgoldenrod "#B8860B"
  Darkorange "#FF8C00"
  Darkred "#8B0000"
  Darkolivegreen "#556B2F"
  Darkgreen "#006400"
  Forestgreen "#228B22"
  Lightgreen "#90EE90"
  Seagreen "#2E8B57"
  Green "#008000"
  Greenyellow "#ADFF2F"
  Chartreuse "#7FFF00"
  Darkseagreen "#8FBC8F"
  Springgreen "#00FF7F"
  Yellowgreen "#9ACD32"
  Lime "#00FF00"
  Limegreen "#32CD32"
  Mediumaquamarine "#66CDAA"
  Mediumseagreen "#3CB371"
  Mediumspringgreen "#00FA9A"
  Aquamarine "#7FFFD4"
  Mediumturquoise "#48D1CC"
  Lightseagreen "#20B2AA"
  Darkcyan "#008B8B"
  Cadetblue "#5F9EA0"
  Lightcyan "#E0FFFF"
  Lightskyblue "#87CEFA"
  Skyblue "#87CEEB"
  Lightblue "#ADD8E6"
  Royalblue "#4169E1"
  Slateblue "#6A5ACD"
  Steelblue "#4682B4"
  Teal "#008080"
  Turquoise "#40E0D0"
  Lightslategray "#778899"
  Lightsteelblue "#B0C4DE"
  Aqua, Cyan "#00FFFF"
  Paleturquoise "#AFEEEE"
  Powderblue "#B0E0E6"
  Darkturquoise "#00CED1"
  Deepskyblue "#00BFFF"
  Cornflowerblue "#6495ED"
  Dodgerblue "#1E90FF"
  Blue "#0000FF"
  Mediumblue "#0000CD"
  Mediumslateblue "#7B68EE"
  Midnightblue "#191970"
  Darkslateblue "#483D8B"
  Darkblue "#00008B"
  Navy "#000080"
  Indigo "#4B0082"
  Pink "#FFC0CB"
  Hotpink "#FF69B4"
  Deeppink "#FF1493"
  Orange "#FFA500"
  Orangered "#FF4500"
  Tomato "#FF6347"
  Red "#FF0000"
  Mediumredviolet "#0E00D0"
  Darkorchid "#9932CC"
  Darkviolet "#DA00E0"
  Blueviolet "#8A2BE2"
  Fuchsia, Magenta "#FF00FF"
  Palevioletred "#DB7093"
  Plum "#DDA0DD"
  Orchid "#DA70D6"
  Purple "#800080"
  Violet "#EE82EE"
  Mediumorchid "#BA55D3"
  Mediumpurple "#9370DB"
  Thistle "#D8BFD8"
  Honeydew "#F0FFF0"
  Gainsboro "#DCDCDC"
  Lightgrey "#D3D3D3"
  Silver "#C0C0C0"
  Darkgray "#A9A9A9"
  Slategray "#708090"
  Gray "#808080"
  Dimgray "#696969"
  Darkslategray "#2F4F4F"
  Black "#000000"