#DEE6E6

Color #DEE6E6 Zircon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zircon #DEE6E6

Tints of Zircon #DEE6E6

Color information

#DEE6E6 (or 0xDEE6E6) is unknown color: approx Zircon. HEX triplet: DE, E6 and E6. RGB value is (222,230,230). Sum of RGB (Red+Green+Blue) = 222+230+230=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #DEE6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6E6 is #211919. Grayscale: #E3E3E3. Windows color (decimal): -2169114 or 15132382. OLE color: 15132382.

HSL color Cylindrical-coordinate representation of color #DEE6E6: hue angle of 180º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE6E6 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222230230-
CMYK0.03000.10
HSL180º13.79%88.63%-
HSV(B)180º3.48%90.2%-
XYZ72.777.8486.05-
YUV227.61129.35124-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 230 (90.23% from 255) = 33.72%
R=32.55%
G=33.72%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222302300.03000.1018013.7988.63
HexDEE6E6300Ab4e59
Octal3363463463001226416131
Binary110111101110011011100110110010101011010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6E6; }

 p { color: rgb(222,230,230); }

 H1.HeaderClassName
 {
   color: #DEE6E6;
 }
 .AnyTagClassName
 {
   color: #DEE6E6;
 }
</style>
background-color css

<style>
 a { background-color: #DEE6E6; }

 a { background-color: rgb(222,230,230); }

 div.DivClassName
 {
   background-color: #DEE6E6;
 }
 .BgClassName
 {
   background-color: #DEE6E6;
 }
</style>
border-color css

<style>
 span { border-color: #DEE6E6; }

 span { border-color: rgb(222,230,230); }

 td.TdClassName
 {
   border-color: #DEE6E6;
 }
 .TagClassName
 {
   border-color: #DEE6E6;
 }
</style>