Shades of Zircon #DEE6E5
Tints of Zircon #DEE6E5
RGB
CMYK
RGB Variations
Color information
#DEE6E5 (or 0xDEE6E5) is known color: Zircon. HEX triplet: DE, E6 and E5. RGB value is (222,230,229). Sum of RGB (Red+Green+Blue) = 222+230+229=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6E5 is #21191A. Grayscale: #E3E3E3. Windows color (decimal): -2169115 or 15066846. OLE color: 15066846.
HSL color Cylindrical-coordinate representation of color #DEE6E5: hue angle of 172.5º 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 #DEE6E5 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 230 | 229 | - |
CMYK | 0.03 | 0 | 0.00 | 0.10 |
HSL | 172.5º | 0.14% | 0.89% | - |
HSV(B) | 172.5º | 0.03% | 0.9% | - |
XYZ | 72.56 | 77.78 | 85.32 | - |
YUV | 227.49 | 128.85 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 229 | 0.03 | 0 | 0.00 | 0.10 | 172.5 | 0.14 | 0.89 |
Hex | DE | E6 | E5 | 3 | 0 | 0 | A | AC | E | 59 |
Octal | 336 | 346 | 345 | 3 | 0 | 0 | 12 | 254 | 16 | 131 |
Binary | 11011110 | 11100110 | 11100101 | 11 | 0 | 0 | 1010 | 10101100 | 1110 | 1011001 |
Color Harmonies of #DEE6E5
Complementary color
Monochromatic Colors of #DEE6E5
Black with #DEE6E5
Text Example
Text Example
White with #DEE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6E5; }
p { color: rgb(222,230,229); }
H1.HeaderClassName
{
color: #DEE6E5;
}
.AnyTagClassName
{
color: #DEE6E5;
}
</style>
background-color css
<style>
a { background-color: #DEE6E5; }
a { background-color: rgb(222,230,229); }
div.DivClassName
{
background-color: #DEE6E5;
}
.BgClassName
{
background-color: #DEE6E5;
}
</style>
border-color css
<style>
span { border-color: #DEE6E5; }
span { border-color: rgb(222,230,229); }
td.TdClassName
{
border-color: #DEE6E5;
}
.TagClassName
{
border-color: #DEE6E5;
}
</style>