Shades of Zircon #DEE6E6
Tints of Zircon #DEE6E6
RGB
CMYK
RGB Variations
Color information
#DEE6E6 (or 0xDEE6E6) is known color: 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
RGB | 222 | 230 | 230 | - |
CMYK | 0.03 | 0 | 0 | 0.10 |
HSL | 180º | 0.14% | 0.89% | - |
HSV(B) | 180º | 0.03% | 0.9% | - |
XYZ | 72.7 | 77.84 | 86.05 | - |
YUV | 227.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 230 | 0.03 | 0 | 0 | 0.10 | 180 | 0.14 | 0.89 |
Hex | DE | E6 | E6 | 3 | 0 | 0 | A | B4 | E | 59 |
Octal | 336 | 346 | 346 | 3 | 0 | 0 | 12 | 264 | 16 | 131 |
Binary | 11011110 | 11100110 | 11100110 | 11 | 0 | 0 | 1010 | 10110100 | 1110 | 1011001 |
Color Harmonies of #DEE6E6
Complementary color
Monochromatic Colors of #DEE6E6
Black with #DEE6E6
Text Example
Text Example
White with #DEE6E6
Text Example
Text Example
HTML Codes & Css Web 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>