【HTML】HTML所有的颜色编码

将以下代码拷贝保存为html文件,就可以看到所有的颜色编码了。

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
< HTML >< HEAD >
< META  content ="text/html; charset=gb2312"  http-equiv =Content-Type >< LINK 
href ="css2.css"  rel =stylesheet  type =text/css >
< STYLE > INPUT {
    FONT-FAMILY
: tahoma,arial; FONT-SIZE: 10px
}

</ STYLE >

< SCRIPT  src =""  type =text/jscript ></ SCRIPT >

< SCRIPT >
function shit(i){
var op=event.srcElement;
if ('spanc'!=op.className.toLowerCase() && 'spanc1'!=op.className.toLowerCase()) return;
if (i==1{document.all('copy02').value=op.style.background;document.all('copy01').value=op.alt;}
if (i==2{document.all('copy11').value=op.style.background;}
if (i==3{document.all('copy21').value=op.style.background;document.all('copy22').value=op.alt;}
if (i==4{document.all('copy31').value=op.style.background;document.all('copy32').value=op.alt;}
}

function makeArray(q){
for(i=1 ; i <= q ; i++){this[i]=0}
}

Colors 
= new makeArray(7);
Colors[
1= "00";Colors[2= "33";Colors[3= "66";
Colors[
4= "99";Colors[5= "CC";Colors[6= "FF";
</ SCRIPT >

< STYLE > .spanc {
    BORDER-BOTTOM
: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; CURSOR: hand; FONT-FAMILY: tahoma,verdana,arial; FONT-SIZE: 8px; HEIGHT: 10px; LETTER-SPACING: 1px; MARGIN: 1px; WIDTH: 28px
}

.spanc1 
{
    BORDER-BOTTOM
: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; CURSOR: hand; FONT-FAMILY: tahoma,verdana,arial; FONT-SIZE: 9px; HEIGHT: 11px; LETTER-SPACING: 1px; MARGIN: 2px; PADDING-BOTTOM: 2px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; PADDING-TOP: 2px
}

</ STYLE >

< META  content ="MSHTML 5.00.3502.5390"  name =GENERATOR ></ HEAD >
< BODY >
< DIV 
style ="PADDING-BOTTOM: 12px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; PADDING-TOP: 12px" >
< DIV  id =div2  noWrap >< SPAN  style ="FONT-SIZE: 15px; WIDTH: 150px" > W3C- 
十六色色盘
</ SPAN >   &nbsp; 颜色名称: < INPUT  id =copy01  size =15 > &nbsp; 色值: < INPUT  id =copy02 
size =9 ></ DIV >< BR >
< DIV  onclick =shit(1) >< SPAN  class =spanc 
style ="BACKGROUND: #000000; COLOR: #ffffff"  alt ="Black" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #ffffff; COLOR: #000000"  
alt
="White" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #ff0000; COLOR: #000000"  alt ="Red" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #ffff00; COLOR: #000000"  
alt
="Yellow" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #00ff00; COLOR: #000000"  alt ="Lime" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #00ffff; COLOR: #000000"  
alt
="Aqua" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #0000ff; COLOR: #000000"  alt ="Blue" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #ff00ff; COLOR: #000000"  
alt
="Fuchsia" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #808080; COLOR: #ffffff"  alt ="Gray" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #c0c0c0; COLOR: #000000"  
alt
="Silver" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #800000; COLOR: #ffffff"  alt ="Maroon" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #808000; COLOR: #ffffff"  
alt
="Olive" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #008000; COLOR: #ffffff"  alt ="Green" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #008080; COLOR: #ffffff"  
alt
="Teal" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: #000080; COLOR: #ffffff"  alt ="Navy" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: #800080; COLOR: #ffffff"  
alt
="Purple" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #000000"  
alt
="Transparent" > &nbsp; </ SPAN >   </ DIV ></ DIV >
< DIV 
style ="PADDING-BOTTOM: 12px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; PADDING-TOP: 12px" >
< DIV  id =div2  noWrap >< SPAN  style ="FONT-SIZE: 15px; WIDTH: 150px" > 安全色色盘 </ SPAN >  
&nbsp; 颜色名称: < INPUT  id =copy31  size =15 > &nbsp; 色值: < INPUT  id =copy32  size =9 ></ DIV >< BR >
< DIV  onclick =shit(4) >
< SCRIPT >
for(i=1 ; i <= 6 ; i++){for(j=1 ; j <= 6 ; j++){for(k=1 ; k <= 6 ; k++){var thiscolor = Colors[i] + Colors[j] + Colors[k];
document.write(
"<span class="spanc" style="BACKGROUND: #"+thiscolor+";"  alt="#"+thiscolor+"">&nbsp;</span>");}
}
}

</ SCRIPT >
</ DIV ></ DIV >
< DIV 
style ="PADDING-BOTTOM: 12px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; PADDING-TOP: 12px" >
< DIV  id =div2  noWrap >< SPAN  style ="FONT-SIZE: 15px; WIDTH: 150px" > IE4+预命名颜色 </ SPAN >  
&nbsp; 颜色名称: < INPUT  id =copy21  size =15 > &nbsp; 色值: < INPUT  id =copy22  size =9 ></ DIV >< BR >
< DIV  onclick =shit(3) >< SPAN  class =spanc  style ="BACKGROUND: aliceblue"  
alt
="#F0F8FF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: antiquewhite"  
alt
="#FAEBD7" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: aqua"  
alt
="#00FFFF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: aquamarine"  
alt
="#7FFFD4" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: azure"  
alt
="#F0FFFF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: beige"  
alt
="#F5F5DC" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: bisque"  
alt
="#FFE4C4" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: black"  
alt
="#000000" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: blanchedalmond"  
alt
="#FFEBCD" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: blue"  
alt
="#0000FF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: blueviolet"  
alt
="#8A2BE2" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: brown"  
alt
="#A52A2A" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: burlywood"  
alt
="#DEB887" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: cadetblue"  
alt
="#5F9EA0" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: chartreuse"  
alt
="#7FFF00" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: chocolate"  
alt
="#D2691E" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: coral"  
alt
="#FF7F50" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: cornflowerblue"  
alt
="#6495ED" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: cornsilk"  
alt
="#FFF8DC" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: crimson"  
alt
="#DC143C" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: cyan"  
alt
="#00FFFF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkblue"  
alt
="#00008B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkcyan"  
alt
="#008B8B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkgoldenrod"  
alt
="#B8860B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkgray"  
alt
="#A9A9A9" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkgreen"  
alt
="#006400" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkkhaki"  
alt
="#BDB76B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkmagenta"  
alt
="#8B008B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkolivegreen"  
alt
="#556B2F" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkorange"  
alt
="#FF8C00" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkorchid"  
alt
="#9932CC" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkred"  
alt
="#8B0000" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darksalmon"  
alt
="#E9967A" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkseagreen"  
alt
="#8FBC8B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkslateblue"  
alt
="#483D8B" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkslategray"  
alt
="#2F4F4F" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkturquoise"  
alt
="#00CED1" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: darkviolet"  
alt
="#9400D3" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: deeppink"  
alt
="#FF1493" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: deepskyblue"  
alt
="#00BFFF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: dimgray"  
alt
="#696969" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: dodgerblue"  
alt
="#1E90FF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: firebrick"  
alt
="#B22222" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: floralwhite"  
alt
="#FFFAF0" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: forestgreen"  
alt
="#228B22" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: fuchsia"  
alt
="#FF00FF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: gainsboro"  
alt
="#DCDCDC" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: ghostwhite"  
alt
="#F8F8FF" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: gold"  
alt
="#FFD700" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: goldenrod"  
alt
="#DAA520" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: gray"  
alt
="#808080" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: green"  
alt
="#008000" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: greenyellow"  
alt
="#ADFF2F" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: honeydew"  
alt
="#F0FFF0" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: hotpink"  
alt
="#FF69B4" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: indianred"  
alt
="#CD5C5C" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: indigo"  
alt
="#4B0082" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: ivory"  
alt
="#FFFFF0" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: khaki"  
alt
="#F0E68C" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lavender"  
alt
="#E6E6FA" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lavenderblush"  
alt
="#FFF0F5" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lawngreen"  
alt
="#7CFC00" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lemonchiffon"  
alt
="#FFFACD" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lightblue"  
alt
="#ADD8E6" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lightcoral"  
alt
="#F08080" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: lightcyan"  
alt
="#E0FFFF" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: lightgoldenrodyellow"  alt ="#FAFAD2" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightgreen"  alt ="#90EE90" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightgrey"  alt ="#D3D3D3" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightpink"  alt ="#FFB6C1" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightsalmon"  alt ="#FFA07A" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightseagreen"  alt ="#20B2AA" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightskyblue"  alt ="#87CEFA" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightslategray"  alt ="#778899" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightsteelblue"  alt ="#B0C4DE" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lightyellow"  alt ="#FFFFE0" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: lime"  alt ="#00FF00" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: limegreen"  alt ="#32CD32" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: linen"  alt ="#FAF0E6" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: magenta"  alt ="#FF00FF" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: maroon"  alt ="#800000" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: mediumaquamarine"  
alt
="#66CDAA" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: mediumblue"  
alt
="#0000CD" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: mediumorchid"  
alt
="#BA55D3" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: mediumpurple"  
alt
="#9370DB" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: mediumseagreen"  
alt
="#3CB371" > &nbsp; </ SPAN >< SPAN  class =spanc  style ="BACKGROUND: mediumslateblue"  
alt
="#7B68EE" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: mediumspringgreen"  alt ="#00FA9A" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: mediumturquoise"  alt ="#48D1CC" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: mediumvioletred"  alt ="#C71585" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: midnightblue"  alt ="#191970" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: mintcream"  alt ="#F5FFFA" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: mistyrose"  alt ="#FFE4E1" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: moccasin"  alt ="#FFE4B5" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: navajowhite"  alt ="#FFDEAD" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: navy"  alt ="#000080" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: oldlace"  alt ="#FDF5E6" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: olive"  alt ="#808000" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: olivedrab"  alt ="#6B8E23" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: orange"  alt ="#FFA500" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: orangered"  alt ="#FF4500" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: orchid"  alt ="#DA70D6" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: palegoldenrod"  alt ="#EEE8AA" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: palegreen"  alt ="#98FB98" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: paleturquoise"  alt ="#AFEEEE" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: palevioletred"  alt ="#DB7093" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: papayawhip"  alt ="#FFEFD5" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: peachpuff"  alt ="#FFDAB9" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: peru"  alt ="#CD853F" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: pink"  alt ="#FFC0CB" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: plum"  alt ="#DDA0DD" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: powderblue"  alt ="#B0E0E6" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: purple"  alt ="#800080" > &nbsp; </ SPAN >< SPAN 
class =spanc  style ="BACKGROUND: red"  alt ="#FF0000" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: rosybrown"  alt ="#BC8F8F" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: royalblue"  alt ="#4169E1" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: saddlebrown"  alt ="#8B4513" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: salmon"  alt ="#FA8072" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: sandybrown"  alt ="#F4A460" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: seagreen"  alt ="#2E8B57" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: seashell"  alt ="#FFF5EE" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: sienna"  alt ="#A0522D" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: silver"  alt ="#C0C0C0" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: skyblue"  alt ="#87CEEB" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: slateblue"  alt ="#6A5ACD" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: slategray"  alt ="#708090" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: snow"  alt ="#FFFAFA" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: springgreen"  alt ="#00FF7F" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: steelblue"  alt ="#4682B4" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: tan"  alt ="#D2B48C" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: teal"  alt ="#008080" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: thistle"  alt ="#D8BFD8" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: tomato"  alt ="#FF6347" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: turquoise"  alt ="#40E0D0" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: violet"  alt ="#EE82EE" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: wheat"  alt ="#F5DEB3" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: white"  alt ="#FFFFFF" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: whitesmoke"  alt ="#F5F5F5" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: yellow"  alt ="#FFFF00" > &nbsp; </ SPAN >< SPAN  class =spanc 
style ="BACKGROUND: yellowgreen"  alt ="#9ACD32" > &nbsp; </ SPAN >   </ DIV ></ DIV >
< DIV 
style ="PADDING-BOTTOM: 12px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; PADDING-TOP: 12px" >
< DIV  id =div2  noWrap >< SPAN  style ="FONT-SIZE: 15px; WIDTH: 150px" > WIN- 
用户系统色盘
</ SPAN >   &nbsp; 颜色名称: < INPUT  id =copy11  size =28 ></ DIV >< BR >
< DIV  onclick =shit(2) >< SPAN  class =spanc1 
style ="BACKGROUND: windowtext; COLOR: #ffffff" > windowtext </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: windowframe; COLOR: #ffffff" > windowframe </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: window; COLOR: #000000" > window </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: buttonshadow; COLOR: #ffffff" > threedshadow </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: buttonshadow; COLOR: #ffffff" > buttonshadow </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: threedlightshadow; COLOR: #000000" > threedlightshadow </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: none transparent scroll repeat 0% 0%" > threedhighlight </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: buttonface; COLOR: #000000" > threedface </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: threeddarkshadow; COLOR: #ffffff" > threeddarkshadow </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: scrollbar; COLOR: #000000" > scrollbar </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: menutext; COLOR: #ffffff" > menutext </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: menu; COLOR: #000000" > menu </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: infotext; COLOR: #ffffff" > infotext </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: infobackground; COLOR: #000000" > infobackground </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: inactivecaptiontext; COLOR: #000000" > inactivecaptiontext </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: inactivecaption; COLOR: #ffffff" > inactivecaption </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: inactiveborder; COLOR: #000000" > inactiveborder </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: highlighttext; COLOR: #000000" > highlighttext </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: highlight; COLOR: #ffffff" > highlight </ SPAN >< SPAN 
class =spanc1  style ="BACKGROUND: graytext; COLOR: #ffffff" > graytext </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: captiontext; COLOR: #000000" > captiontext </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: buttontext; COLOR: #ffffff" > buttontext </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: buttonhighlight; COLOR: #000000" > buttonhighlight </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: buttonface; COLOR: #000000" > buttonface </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: background; COLOR: #ffffff" > background </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: appworkspace; COLOR: #ffffff" > appworkspace </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: activecaption; COLOR: #ffffff" > activecaption </ SPAN >< SPAN 
class =spanc1 
style ="BACKGROUND: activeborder; COLOR: #000000" > activeborder </ SPAN >  
</ DIV ></ DIV ></ BODY ></ HTML >
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值