line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Color::Library::Dictionary::IE; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
2083
|
use strict; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
64
|
|
4
|
2
|
|
|
2
|
|
11
|
use warnings; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
54
|
|
5
|
|
|
|
|
|
|
|
6
|
2
|
|
|
2
|
|
9
|
use base qw/Color::Library::Dictionary/; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
3270
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
__PACKAGE__->_register_dictionary; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
package Color::Library::Dictionary::IE; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=pod |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Color::Library::Dictionary::IE - (IE) Colors recognized by Internet Explorer |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 DESCRIPTION |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Internet Explorer supports a wide variety of named colors. Not all browsers support these additional named colors; therefore, when specifying color values for Web pages targeted to work across different browsers, use the RGB color values. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
L |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
L |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 COLORS |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
aliceblue aliceblue #f0f8ff |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
antiquewhite antiquewhite #faebd7 |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
aqua aqua #00ffff |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
aquamarine aquamarine #7fffd4 |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
azure azure #f0ffff |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
beige beige #f5f5dc |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
bisque bisque #ffe4c4 |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
black black #000000 |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
blanchedalmond blanchedalmond #ffebcd |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
blue blue #0000ff |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
blueviolet blueviolet #8a2be2 |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
brown brown #a52a2a |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
burlywood burlywood #deb887 |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
cadetblue cadetblue #5f9ea0 |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
chartreuse chartreuse #7fff00 |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
chocolate chocolate #d2691e |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
coral coral #ff7f50 |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
cornflowerblue cornflowerblue #6495ed |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
cornsilk cornsilk #fff8dc |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
crimson crimson #dc143c |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
cyan cyan #00ffff |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
darkblue darkblue #00008b |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
darkcyan darkcyan #008b8b |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
darkgoldenrod darkgoldenrod #b8860b |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
darkgray darkgray #a9a9a9 |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
darkgreen darkgreen #006400 |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
darkkhaki darkkhaki #bdb76b |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
darkmagenta darkmagenta #8b008b |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
darkolivegreen darkolivegreen #556b2f |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
darkorange darkorange #ff8c00 |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
darkorchid darkorchid #9932cc |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
darkred darkred #8b0000 |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
darksalmon darksalmon #e9967a |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
darkseagreen darkseagreen #8fbc8f |
95
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
darkslateblue darkslateblue #483d8b |
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
darkslategray darkslategray #2f4f4f |
99
|
|
|
|
|
|
|
|
100
|
|
|
|
|
|
|
darkturquoise darkturquoise #00ced1 |
101
|
|
|
|
|
|
|
|
102
|
|
|
|
|
|
|
darkviolet darkviolet #9400d3 |
103
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
deeppink deeppink #ff1493 |
105
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
deepskyblue deepskyblue #00bfff |
107
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
dimgray dimgray #696969 |
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
dodgerblue dodgerblue #1e90ff |
111
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
firebrick firebrick #b22222 |
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
floralwhite floralwhite #fffaf0 |
115
|
|
|
|
|
|
|
|
116
|
|
|
|
|
|
|
forestgreen forestgreen #228b22 |
117
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
fuchsia fuchsia #ff00ff |
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
gainsboro gainsboro #dcdcdc |
121
|
|
|
|
|
|
|
|
122
|
|
|
|
|
|
|
ghostwhite ghostwhite #f8f8ff |
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
gold gold #ffd700 |
125
|
|
|
|
|
|
|
|
126
|
|
|
|
|
|
|
goldenrod goldenrod #daa520 |
127
|
|
|
|
|
|
|
|
128
|
|
|
|
|
|
|
gray gray #808080 |
129
|
|
|
|
|
|
|
|
130
|
|
|
|
|
|
|
green green #008000 |
131
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
greenyellow greenyellow #adff2f |
133
|
|
|
|
|
|
|
|
134
|
|
|
|
|
|
|
honeydew honeydew #f0fff0 |
135
|
|
|
|
|
|
|
|
136
|
|
|
|
|
|
|
hotpink hotpink #ff69b4 |
137
|
|
|
|
|
|
|
|
138
|
|
|
|
|
|
|
indianred indianred #cd5c5c |
139
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
indigo indigo #4b0082 |
141
|
|
|
|
|
|
|
|
142
|
|
|
|
|
|
|
ivory ivory #fffff0 |
143
|
|
|
|
|
|
|
|
144
|
|
|
|
|
|
|
khaki khaki #f0e68c |
145
|
|
|
|
|
|
|
|
146
|
|
|
|
|
|
|
lavender lavender #e6e6fa |
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
lavenderblush lavenderblush #fff0f5 |
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
lawngreen lawngreen #7cfc00 |
151
|
|
|
|
|
|
|
|
152
|
|
|
|
|
|
|
lemonchiffon lemonchiffon #fffacd |
153
|
|
|
|
|
|
|
|
154
|
|
|
|
|
|
|
lightblue lightblue #add8e6 |
155
|
|
|
|
|
|
|
|
156
|
|
|
|
|
|
|
lightcoral lightcoral #f08080 |
157
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
lightcyan lightcyan #e0ffff |
159
|
|
|
|
|
|
|
|
160
|
|
|
|
|
|
|
lightgoldenrodyellow lightgoldenrodyellow #fafad2 |
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
lightgreen lightgreen #90ee90 |
163
|
|
|
|
|
|
|
|
164
|
|
|
|
|
|
|
lightgrey lightgrey #d3d3d3 |
165
|
|
|
|
|
|
|
|
166
|
|
|
|
|
|
|
lightpink lightpink #ffb6c1 |
167
|
|
|
|
|
|
|
|
168
|
|
|
|
|
|
|
lightsalmon lightsalmon #ffa07a |
169
|
|
|
|
|
|
|
|
170
|
|
|
|
|
|
|
lightseagreen lightseagreen #20b2aa |
171
|
|
|
|
|
|
|
|
172
|
|
|
|
|
|
|
lightskyblue lightskyblue #87cefa |
173
|
|
|
|
|
|
|
|
174
|
|
|
|
|
|
|
lightslategray lightslategray #778899 |
175
|
|
|
|
|
|
|
|
176
|
|
|
|
|
|
|
lightsteelblue lightsteelblue #b0c4de |
177
|
|
|
|
|
|
|
|
178
|
|
|
|
|
|
|
lightyellow lightyellow #ffffe0 |
179
|
|
|
|
|
|
|
|
180
|
|
|
|
|
|
|
lime lime #00ff00 |
181
|
|
|
|
|
|
|
|
182
|
|
|
|
|
|
|
limegreen limegreen #32cd32 |
183
|
|
|
|
|
|
|
|
184
|
|
|
|
|
|
|
linen linen #faf0e6 |
185
|
|
|
|
|
|
|
|
186
|
|
|
|
|
|
|
magenta magenta #ff00ff |
187
|
|
|
|
|
|
|
|
188
|
|
|
|
|
|
|
maroon maroon #800000 |
189
|
|
|
|
|
|
|
|
190
|
|
|
|
|
|
|
mediumaquamarine mediumaquamarine #66cdaa |
191
|
|
|
|
|
|
|
|
192
|
|
|
|
|
|
|
mediumblue mediumblue #0000cd |
193
|
|
|
|
|
|
|
|
194
|
|
|
|
|
|
|
mediumorchid mediumorchid #ba55d3 |
195
|
|
|
|
|
|
|
|
196
|
|
|
|
|
|
|
mediumpurple mediumpurple #9370db |
197
|
|
|
|
|
|
|
|
198
|
|
|
|
|
|
|
mediumseagreen mediumseagreen #3cb371 |
199
|
|
|
|
|
|
|
|
200
|
|
|
|
|
|
|
mediumslateblue mediumslateblue #7b68ee |
201
|
|
|
|
|
|
|
|
202
|
|
|
|
|
|
|
mediumspringgreen mediumspringgreen #00fa9a |
203
|
|
|
|
|
|
|
|
204
|
|
|
|
|
|
|
mediumturquoise mediumturquoise #48d1cc |
205
|
|
|
|
|
|
|
|
206
|
|
|
|
|
|
|
mediumvioletred mediumvioletred #c71585 |
207
|
|
|
|
|
|
|
|
208
|
|
|
|
|
|
|
midnightblue midnightblue #191970 |
209
|
|
|
|
|
|
|
|
210
|
|
|
|
|
|
|
mintcream mintcream #f5fffa |
211
|
|
|
|
|
|
|
|
212
|
|
|
|
|
|
|
mistyrose mistyrose #ffe4e1 |
213
|
|
|
|
|
|
|
|
214
|
|
|
|
|
|
|
moccasin moccasin #ffe4b5 |
215
|
|
|
|
|
|
|
|
216
|
|
|
|
|
|
|
navajowhite navajowhite #ffdead |
217
|
|
|
|
|
|
|
|
218
|
|
|
|
|
|
|
navy navy #000080 |
219
|
|
|
|
|
|
|
|
220
|
|
|
|
|
|
|
oldlace oldlace #fdf5e6 |
221
|
|
|
|
|
|
|
|
222
|
|
|
|
|
|
|
olive olive #808000 |
223
|
|
|
|
|
|
|
|
224
|
|
|
|
|
|
|
olivedrab olivedrab #6b8e23 |
225
|
|
|
|
|
|
|
|
226
|
|
|
|
|
|
|
orange orange #ffa500 |
227
|
|
|
|
|
|
|
|
228
|
|
|
|
|
|
|
orangered orangered #ff4500 |
229
|
|
|
|
|
|
|
|
230
|
|
|
|
|
|
|
orchid orchid #da70d6 |
231
|
|
|
|
|
|
|
|
232
|
|
|
|
|
|
|
palegoldenrod palegoldenrod #eee8aa |
233
|
|
|
|
|
|
|
|
234
|
|
|
|
|
|
|
palegreen palegreen #98fb98 |
235
|
|
|
|
|
|
|
|
236
|
|
|
|
|
|
|
paleturquoise paleturquoise #afeeee |
237
|
|
|
|
|
|
|
|
238
|
|
|
|
|
|
|
palevioletred palevioletred #db7093 |
239
|
|
|
|
|
|
|
|
240
|
|
|
|
|
|
|
papayawhip papayawhip #ffefd5 |
241
|
|
|
|
|
|
|
|
242
|
|
|
|
|
|
|
peachpuff peachpuff #ffdab9 |
243
|
|
|
|
|
|
|
|
244
|
|
|
|
|
|
|
peru peru #cd853f |
245
|
|
|
|
|
|
|
|
246
|
|
|
|
|
|
|
pink pink #ffc0cb |
247
|
|
|
|
|
|
|
|
248
|
|
|
|
|
|
|
plum plum #dda0dd |
249
|
|
|
|
|
|
|
|
250
|
|
|
|
|
|
|
powderblue powderblue #b0e0e6 |
251
|
|
|
|
|
|
|
|
252
|
|
|
|
|
|
|
purple purple #800080 |
253
|
|
|
|
|
|
|
|
254
|
|
|
|
|
|
|
red red #ff0000 |
255
|
|
|
|
|
|
|
|
256
|
|
|
|
|
|
|
rosybrown rosybrown #bc8f8f |
257
|
|
|
|
|
|
|
|
258
|
|
|
|
|
|
|
royalblue royalblue #4169e1 |
259
|
|
|
|
|
|
|
|
260
|
|
|
|
|
|
|
saddlebrown saddlebrown #8b4513 |
261
|
|
|
|
|
|
|
|
262
|
|
|
|
|
|
|
salmon salmon #fa8072 |
263
|
|
|
|
|
|
|
|
264
|
|
|
|
|
|
|
sandybrown sandybrown #f4a460 |
265
|
|
|
|
|
|
|
|
266
|
|
|
|
|
|
|
seagreen seagreen #2e8b57 |
267
|
|
|
|
|
|
|
|
268
|
|
|
|
|
|
|
seashell seashell #fff5ee |
269
|
|
|
|
|
|
|
|
270
|
|
|
|
|
|
|
sienna sienna #a0522d |
271
|
|
|
|
|
|
|
|
272
|
|
|
|
|
|
|
silver silver #c0c0c0 |
273
|
|
|
|
|
|
|
|
274
|
|
|
|
|
|
|
skyblue skyblue #87ceeb |
275
|
|
|
|
|
|
|
|
276
|
|
|
|
|
|
|
slateblue slateblue #6a5acd |
277
|
|
|
|
|
|
|
|
278
|
|
|
|
|
|
|
slategray slategray #708090 |
279
|
|
|
|
|
|
|
|
280
|
|
|
|
|
|
|
snow snow #fffafa |
281
|
|
|
|
|
|
|
|
282
|
|
|
|
|
|
|
springgreen springgreen #00ff7f |
283
|
|
|
|
|
|
|
|
284
|
|
|
|
|
|
|
steelblue steelblue #4682b4 |
285
|
|
|
|
|
|
|
|
286
|
|
|
|
|
|
|
tan tan #d2b48c |
287
|
|
|
|
|
|
|
|
288
|
|
|
|
|
|
|
teal teal #008080 |
289
|
|
|
|
|
|
|
|
290
|
|
|
|
|
|
|
thistle thistle #d8bfd8 |
291
|
|
|
|
|
|
|
|
292
|
|
|
|
|
|
|
tomato tomato #ff6347 |
293
|
|
|
|
|
|
|
|
294
|
|
|
|
|
|
|
turquoise turquoise #40e0d0 |
295
|
|
|
|
|
|
|
|
296
|
|
|
|
|
|
|
violet violet #ee82ee |
297
|
|
|
|
|
|
|
|
298
|
|
|
|
|
|
|
wheat wheat #f5deb3 |
299
|
|
|
|
|
|
|
|
300
|
|
|
|
|
|
|
white white #ffffff |
301
|
|
|
|
|
|
|
|
302
|
|
|
|
|
|
|
whitesmoke whitesmoke #f5f5f5 |
303
|
|
|
|
|
|
|
|
304
|
|
|
|
|
|
|
yellow yellow #ffff00 |
305
|
|
|
|
|
|
|
|
306
|
|
|
|
|
|
|
yellowgreen yellowgreen #9acd32 |
307
|
|
|
|
|
|
|
|
308
|
|
|
|
|
|
|
|
309
|
|
|
|
|
|
|
=cut |
310
|
|
|
|
|
|
|
|
311
|
|
|
|
|
|
|
sub _load_color_list() { |
312
|
|
|
|
|
|
|
return [ |
313
|
1
|
|
|
1
|
|
236
|
['ie:aliceblue','aliceblue','aliceblue',[240,248,255],'f0f8ff',15792383], |
314
|
|
|
|
|
|
|
['ie:antiquewhite','antiquewhite','antiquewhite',[250,235,215],'faebd7',16444375], |
315
|
|
|
|
|
|
|
['ie:aqua','aqua','aqua',[0,255,255],'00ffff',65535], |
316
|
|
|
|
|
|
|
['ie:aquamarine','aquamarine','aquamarine',[127,255,212],'7fffd4',8388564], |
317
|
|
|
|
|
|
|
['ie:azure','azure','azure',[240,255,255],'f0ffff',15794175], |
318
|
|
|
|
|
|
|
['ie:beige','beige','beige',[245,245,220],'f5f5dc',16119260], |
319
|
|
|
|
|
|
|
['ie:bisque','bisque','bisque',[255,228,196],'ffe4c4',16770244], |
320
|
|
|
|
|
|
|
['ie:black','black','black',[0,0,0],'000000',0], |
321
|
|
|
|
|
|
|
['ie:blanchedalmond','blanchedalmond','blanchedalmond',[255,235,205],'ffebcd',16772045], |
322
|
|
|
|
|
|
|
['ie:blue','blue','blue',[0,0,255],'0000ff',255], |
323
|
|
|
|
|
|
|
['ie:blueviolet','blueviolet','blueviolet',[138,43,226],'8a2be2',9055202], |
324
|
|
|
|
|
|
|
['ie:brown','brown','brown',[165,42,42],'a52a2a',10824234], |
325
|
|
|
|
|
|
|
['ie:burlywood','burlywood','burlywood',[222,184,135],'deb887',14596231], |
326
|
|
|
|
|
|
|
['ie:cadetblue','cadetblue','cadetblue',[95,158,160],'5f9ea0',6266528], |
327
|
|
|
|
|
|
|
['ie:chartreuse','chartreuse','chartreuse',[127,255,0],'7fff00',8388352], |
328
|
|
|
|
|
|
|
['ie:chocolate','chocolate','chocolate',[210,105,30],'d2691e',13789470], |
329
|
|
|
|
|
|
|
['ie:coral','coral','coral',[255,127,80],'ff7f50',16744272], |
330
|
|
|
|
|
|
|
['ie:cornflowerblue','cornflowerblue','cornflowerblue',[100,149,237],'6495ed',6591981], |
331
|
|
|
|
|
|
|
['ie:cornsilk','cornsilk','cornsilk',[255,248,220],'fff8dc',16775388], |
332
|
|
|
|
|
|
|
['ie:crimson','crimson','crimson',[220,20,60],'dc143c',14423100], |
333
|
|
|
|
|
|
|
['ie:cyan','cyan','cyan',[0,255,255],'00ffff',65535], |
334
|
|
|
|
|
|
|
['ie:darkblue','darkblue','darkblue',[0,0,139],'00008b',139], |
335
|
|
|
|
|
|
|
['ie:darkcyan','darkcyan','darkcyan',[0,139,139],'008b8b',35723], |
336
|
|
|
|
|
|
|
['ie:darkgoldenrod','darkgoldenrod','darkgoldenrod',[184,134,11],'b8860b',12092939], |
337
|
|
|
|
|
|
|
['ie:darkgray','darkgray','darkgray',[169,169,169],'a9a9a9',11119017], |
338
|
|
|
|
|
|
|
['ie:darkgreen','darkgreen','darkgreen',[0,100,0],'006400',25600], |
339
|
|
|
|
|
|
|
['ie:darkkhaki','darkkhaki','darkkhaki',[189,183,107],'bdb76b',12433259], |
340
|
|
|
|
|
|
|
['ie:darkmagenta','darkmagenta','darkmagenta',[139,0,139],'8b008b',9109643], |
341
|
|
|
|
|
|
|
['ie:darkolivegreen','darkolivegreen','darkolivegreen',[85,107,47],'556b2f',5597999], |
342
|
|
|
|
|
|
|
['ie:darkorange','darkorange','darkorange',[255,140,0],'ff8c00',16747520], |
343
|
|
|
|
|
|
|
['ie:darkorchid','darkorchid','darkorchid',[153,50,204],'9932cc',10040012], |
344
|
|
|
|
|
|
|
['ie:darkred','darkred','darkred',[139,0,0],'8b0000',9109504], |
345
|
|
|
|
|
|
|
['ie:darksalmon','darksalmon','darksalmon',[233,150,122],'e9967a',15308410], |
346
|
|
|
|
|
|
|
['ie:darkseagreen','darkseagreen','darkseagreen',[143,188,143],'8fbc8f',9419919], |
347
|
|
|
|
|
|
|
['ie:darkslateblue','darkslateblue','darkslateblue',[72,61,139],'483d8b',4734347], |
348
|
|
|
|
|
|
|
['ie:darkslategray','darkslategray','darkslategray',[47,79,79],'2f4f4f',3100495], |
349
|
|
|
|
|
|
|
['ie:darkturquoise','darkturquoise','darkturquoise',[0,206,209],'00ced1',52945], |
350
|
|
|
|
|
|
|
['ie:darkviolet','darkviolet','darkviolet',[148,0,211],'9400d3',9699539], |
351
|
|
|
|
|
|
|
['ie:deeppink','deeppink','deeppink',[255,20,147],'ff1493',16716947], |
352
|
|
|
|
|
|
|
['ie:deepskyblue','deepskyblue','deepskyblue',[0,191,255],'00bfff',49151], |
353
|
|
|
|
|
|
|
['ie:dimgray','dimgray','dimgray',[105,105,105],'696969',6908265], |
354
|
|
|
|
|
|
|
['ie:dodgerblue','dodgerblue','dodgerblue',[30,144,255],'1e90ff',2003199], |
355
|
|
|
|
|
|
|
['ie:firebrick','firebrick','firebrick',[178,34,34],'b22222',11674146], |
356
|
|
|
|
|
|
|
['ie:floralwhite','floralwhite','floralwhite',[255,250,240],'fffaf0',16775920], |
357
|
|
|
|
|
|
|
['ie:forestgreen','forestgreen','forestgreen',[34,139,34],'228b22',2263842], |
358
|
|
|
|
|
|
|
['ie:fuchsia','fuchsia','fuchsia',[255,0,255],'ff00ff',16711935], |
359
|
|
|
|
|
|
|
['ie:gainsboro','gainsboro','gainsboro',[220,220,220],'dcdcdc',14474460], |
360
|
|
|
|
|
|
|
['ie:ghostwhite','ghostwhite','ghostwhite',[248,248,255],'f8f8ff',16316671], |
361
|
|
|
|
|
|
|
['ie:gold','gold','gold',[255,215,0],'ffd700',16766720], |
362
|
|
|
|
|
|
|
['ie:goldenrod','goldenrod','goldenrod',[218,165,32],'daa520',14329120], |
363
|
|
|
|
|
|
|
['ie:gray','gray','gray',[128,128,128],'808080',8421504], |
364
|
|
|
|
|
|
|
['ie:green','green','green',[0,128,0],'008000',32768], |
365
|
|
|
|
|
|
|
['ie:greenyellow','greenyellow','greenyellow',[173,255,47],'adff2f',11403055], |
366
|
|
|
|
|
|
|
['ie:honeydew','honeydew','honeydew',[240,255,240],'f0fff0',15794160], |
367
|
|
|
|
|
|
|
['ie:hotpink','hotpink','hotpink',[255,105,180],'ff69b4',16738740], |
368
|
|
|
|
|
|
|
['ie:indianred','indianred','indianred',[205,92,92],'cd5c5c',13458524], |
369
|
|
|
|
|
|
|
['ie:indigo','indigo','indigo',[75,0,130],'4b0082',4915330], |
370
|
|
|
|
|
|
|
['ie:ivory','ivory','ivory',[255,255,240],'fffff0',16777200], |
371
|
|
|
|
|
|
|
['ie:khaki','khaki','khaki',[240,230,140],'f0e68c',15787660], |
372
|
|
|
|
|
|
|
['ie:lavender','lavender','lavender',[230,230,250],'e6e6fa',15132410], |
373
|
|
|
|
|
|
|
['ie:lavenderblush','lavenderblush','lavenderblush',[255,240,245],'fff0f5',16773365], |
374
|
|
|
|
|
|
|
['ie:lawngreen','lawngreen','lawngreen',[124,252,0],'7cfc00',8190976], |
375
|
|
|
|
|
|
|
['ie:lemonchiffon','lemonchiffon','lemonchiffon',[255,250,205],'fffacd',16775885], |
376
|
|
|
|
|
|
|
['ie:lightblue','lightblue','lightblue',[173,216,230],'add8e6',11393254], |
377
|
|
|
|
|
|
|
['ie:lightcoral','lightcoral','lightcoral',[240,128,128],'f08080',15761536], |
378
|
|
|
|
|
|
|
['ie:lightcyan','lightcyan','lightcyan',[224,255,255],'e0ffff',14745599], |
379
|
|
|
|
|
|
|
['ie:lightgoldenrodyellow','lightgoldenrodyellow','lightgoldenrodyellow',[250,250,210],'fafad2',16448210], |
380
|
|
|
|
|
|
|
['ie:lightgreen','lightgreen','lightgreen',[144,238,144],'90ee90',9498256], |
381
|
|
|
|
|
|
|
['ie:lightgrey','lightgrey','lightgrey',[211,211,211],'d3d3d3',13882323], |
382
|
|
|
|
|
|
|
['ie:lightpink','lightpink','lightpink',[255,182,193],'ffb6c1',16758465], |
383
|
|
|
|
|
|
|
['ie:lightsalmon','lightsalmon','lightsalmon',[255,160,122],'ffa07a',16752762], |
384
|
|
|
|
|
|
|
['ie:lightseagreen','lightseagreen','lightseagreen',[32,178,170],'20b2aa',2142890], |
385
|
|
|
|
|
|
|
['ie:lightskyblue','lightskyblue','lightskyblue',[135,206,250],'87cefa',8900346], |
386
|
|
|
|
|
|
|
['ie:lightslategray','lightslategray','lightslategray',[119,136,153],'778899',7833753], |
387
|
|
|
|
|
|
|
['ie:lightsteelblue','lightsteelblue','lightsteelblue',[176,196,222],'b0c4de',11584734], |
388
|
|
|
|
|
|
|
['ie:lightyellow','lightyellow','lightyellow',[255,255,224],'ffffe0',16777184], |
389
|
|
|
|
|
|
|
['ie:lime','lime','lime',[0,255,0],'00ff00',65280], |
390
|
|
|
|
|
|
|
['ie:limegreen','limegreen','limegreen',[50,205,50],'32cd32',3329330], |
391
|
|
|
|
|
|
|
['ie:linen','linen','linen',[250,240,230],'faf0e6',16445670], |
392
|
|
|
|
|
|
|
['ie:magenta','magenta','magenta',[255,0,255],'ff00ff',16711935], |
393
|
|
|
|
|
|
|
['ie:maroon','maroon','maroon',[128,0,0],'800000',8388608], |
394
|
|
|
|
|
|
|
['ie:mediumaquamarine','mediumaquamarine','mediumaquamarine',[102,205,170],'66cdaa',6737322], |
395
|
|
|
|
|
|
|
['ie:mediumblue','mediumblue','mediumblue',[0,0,205],'0000cd',205], |
396
|
|
|
|
|
|
|
['ie:mediumorchid','mediumorchid','mediumorchid',[186,85,211],'ba55d3',12211667], |
397
|
|
|
|
|
|
|
['ie:mediumpurple','mediumpurple','mediumpurple',[147,112,219],'9370db',9662683], |
398
|
|
|
|
|
|
|
['ie:mediumseagreen','mediumseagreen','mediumseagreen',[60,179,113],'3cb371',3978097], |
399
|
|
|
|
|
|
|
['ie:mediumslateblue','mediumslateblue','mediumslateblue',[123,104,238],'7b68ee',8087790], |
400
|
|
|
|
|
|
|
['ie:mediumspringgreen','mediumspringgreen','mediumspringgreen',[0,250,154],'00fa9a',64154], |
401
|
|
|
|
|
|
|
['ie:mediumturquoise','mediumturquoise','mediumturquoise',[72,209,204],'48d1cc',4772300], |
402
|
|
|
|
|
|
|
['ie:mediumvioletred','mediumvioletred','mediumvioletred',[199,21,133],'c71585',13047173], |
403
|
|
|
|
|
|
|
['ie:midnightblue','midnightblue','midnightblue',[25,25,112],'191970',1644912], |
404
|
|
|
|
|
|
|
['ie:mintcream','mintcream','mintcream',[245,255,250],'f5fffa',16121850], |
405
|
|
|
|
|
|
|
['ie:mistyrose','mistyrose','mistyrose',[255,228,225],'ffe4e1',16770273], |
406
|
|
|
|
|
|
|
['ie:moccasin','moccasin','moccasin',[255,228,181],'ffe4b5',16770229], |
407
|
|
|
|
|
|
|
['ie:navajowhite','navajowhite','navajowhite',[255,222,173],'ffdead',16768685], |
408
|
|
|
|
|
|
|
['ie:navy','navy','navy',[0,0,128],'000080',128], |
409
|
|
|
|
|
|
|
['ie:oldlace','oldlace','oldlace',[253,245,230],'fdf5e6',16643558], |
410
|
|
|
|
|
|
|
['ie:olive','olive','olive',[128,128,0],'808000',8421376], |
411
|
|
|
|
|
|
|
['ie:olivedrab','olivedrab','olivedrab',[107,142,35],'6b8e23',7048739], |
412
|
|
|
|
|
|
|
['ie:orange','orange','orange',[255,165,0],'ffa500',16753920], |
413
|
|
|
|
|
|
|
['ie:orangered','orangered','orangered',[255,69,0],'ff4500',16729344], |
414
|
|
|
|
|
|
|
['ie:orchid','orchid','orchid',[218,112,214],'da70d6',14315734], |
415
|
|
|
|
|
|
|
['ie:palegoldenrod','palegoldenrod','palegoldenrod',[238,232,170],'eee8aa',15657130], |
416
|
|
|
|
|
|
|
['ie:palegreen','palegreen','palegreen',[152,251,152],'98fb98',10025880], |
417
|
|
|
|
|
|
|
['ie:paleturquoise','paleturquoise','paleturquoise',[175,238,238],'afeeee',11529966], |
418
|
|
|
|
|
|
|
['ie:palevioletred','palevioletred','palevioletred',[219,112,147],'db7093',14381203], |
419
|
|
|
|
|
|
|
['ie:papayawhip','papayawhip','papayawhip',[255,239,213],'ffefd5',16773077], |
420
|
|
|
|
|
|
|
['ie:peachpuff','peachpuff','peachpuff',[255,218,185],'ffdab9',16767673], |
421
|
|
|
|
|
|
|
['ie:peru','peru','peru',[205,133,63],'cd853f',13468991], |
422
|
|
|
|
|
|
|
['ie:pink','pink','pink',[255,192,203],'ffc0cb',16761035], |
423
|
|
|
|
|
|
|
['ie:plum','plum','plum',[221,160,221],'dda0dd',14524637], |
424
|
|
|
|
|
|
|
['ie:powderblue','powderblue','powderblue',[176,224,230],'b0e0e6',11591910], |
425
|
|
|
|
|
|
|
['ie:purple','purple','purple',[128,0,128],'800080',8388736], |
426
|
|
|
|
|
|
|
['ie:red','red','red',[255,0,0],'ff0000',16711680], |
427
|
|
|
|
|
|
|
['ie:rosybrown','rosybrown','rosybrown',[188,143,143],'bc8f8f',12357519], |
428
|
|
|
|
|
|
|
['ie:royalblue','royalblue','royalblue',[65,105,225],'4169e1',4286945], |
429
|
|
|
|
|
|
|
['ie:saddlebrown','saddlebrown','saddlebrown',[139,69,19],'8b4513',9127187], |
430
|
|
|
|
|
|
|
['ie:salmon','salmon','salmon',[250,128,114],'fa8072',16416882], |
431
|
|
|
|
|
|
|
['ie:sandybrown','sandybrown','sandybrown',[244,164,96],'f4a460',16032864], |
432
|
|
|
|
|
|
|
['ie:seagreen','seagreen','seagreen',[46,139,87],'2e8b57',3050327], |
433
|
|
|
|
|
|
|
['ie:seashell','seashell','seashell',[255,245,238],'fff5ee',16774638], |
434
|
|
|
|
|
|
|
['ie:sienna','sienna','sienna',[160,82,45],'a0522d',10506797], |
435
|
|
|
|
|
|
|
['ie:silver','silver','silver',[192,192,192],'c0c0c0',12632256], |
436
|
|
|
|
|
|
|
['ie:skyblue','skyblue','skyblue',[135,206,235],'87ceeb',8900331], |
437
|
|
|
|
|
|
|
['ie:slateblue','slateblue','slateblue',[106,90,205],'6a5acd',6970061], |
438
|
|
|
|
|
|
|
['ie:slategray','slategray','slategray',[112,128,144],'708090',7372944], |
439
|
|
|
|
|
|
|
['ie:snow','snow','snow',[255,250,250],'fffafa',16775930], |
440
|
|
|
|
|
|
|
['ie:springgreen','springgreen','springgreen',[0,255,127],'00ff7f',65407], |
441
|
|
|
|
|
|
|
['ie:steelblue','steelblue','steelblue',[70,130,180],'4682b4',4620980], |
442
|
|
|
|
|
|
|
['ie:tan','tan','tan',[210,180,140],'d2b48c',13808780], |
443
|
|
|
|
|
|
|
['ie:teal','teal','teal',[0,128,128],'008080',32896], |
444
|
|
|
|
|
|
|
['ie:thistle','thistle','thistle',[216,191,216],'d8bfd8',14204888], |
445
|
|
|
|
|
|
|
['ie:tomato','tomato','tomato',[255,99,71],'ff6347',16737095], |
446
|
|
|
|
|
|
|
['ie:turquoise','turquoise','turquoise',[64,224,208],'40e0d0',4251856], |
447
|
|
|
|
|
|
|
['ie:violet','violet','violet',[238,130,238],'ee82ee',15631086], |
448
|
|
|
|
|
|
|
['ie:wheat','wheat','wheat',[245,222,179],'f5deb3',16113331], |
449
|
|
|
|
|
|
|
['ie:white','white','white',[255,255,255],'ffffff',16777215], |
450
|
|
|
|
|
|
|
['ie:whitesmoke','whitesmoke','whitesmoke',[245,245,245],'f5f5f5',16119285], |
451
|
|
|
|
|
|
|
['ie:yellow','yellow','yellow',[255,255,0],'ffff00',16776960], |
452
|
|
|
|
|
|
|
['ie:yellowgreen','yellowgreen','yellowgreen',[154,205,50],'9acd32',10145074] |
453
|
|
|
|
|
|
|
]; |
454
|
|
|
|
|
|
|
} |
455
|
|
|
|
|
|
|
|
456
|
|
|
|
|
|
|
sub _description { |
457
|
|
|
|
|
|
|
return { |
458
|
0
|
|
|
0
|
|
|
'subtitle' => 'Colors recognized by Internet Explorer', |
459
|
|
|
|
|
|
|
'title' => 'IE', |
460
|
|
|
|
|
|
|
'description' => 'Internet Explorer supports a wide variety of named colors. Not all browsers support these additional named colors; therefore, when specifying color values for Web pages targeted to work across different browsers, use the RGB color values. |
461
|
|
|
|
|
|
|
|
462
|
|
|
|
|
|
|
[http://msdn2.microsoft.com/en-us/library/ms531197.aspx] |
463
|
|
|
|
|
|
|
|
464
|
|
|
|
|
|
|
[http://msdn2.microsoft.com/en-us/library/aa358802.aspx] |
465
|
|
|
|
|
|
|
' |
466
|
|
|
|
|
|
|
} |
467
|
|
|
|
|
|
|
|
468
|
|
|
|
|
|
|
} |
469
|
|
|
|
|
|
|
|
470
|
|
|
|
|
|
|
1; |