Shades of Zircon #DEE5E4
Tints of Zircon #DEE5E4
RGB
CMYK
RGB Variations
Color information
#DEE5E4 (or 0xDEE5E4) is known color: Zircon. HEX triplet: DE, E5 and E4. RGB value is (222,229,228). Sum of RGB (Red+Green+Blue) = 222+229+228=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5E4 is #211A1B. Grayscale: #E2E2E2. Windows color (decimal): -2169372 or 15001054. OLE color: 15001054.
HSL color Cylindrical-coordinate representation of color #DEE5E4: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE5E4 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 228 | - |
CMYK | 0.03 | 0 | 0.00 | 0.10 |
HSL | 171.43º | 0.12% | 0.88% | - |
HSV(B) | 171.43º | 0.03% | 0.9% | - |
XYZ | 72.15 | 77.17 | 84.49 | - |
YUV | 226.79 | 128.68 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 228 | 0.03 | 0 | 0.00 | 0.10 | 171.43 | 0.12 | 0.88 |
Hex | DE | E5 | E4 | 3 | 0 | 0 | A | AB | C | 58 |
Octal | 336 | 345 | 344 | 3 | 0 | 0 | 12 | 253 | 14 | 130 |
Binary | 11011110 | 11100101 | 11100100 | 11 | 0 | 0 | 1010 | 10101011 | 1100 | 1011000 |
Color Harmonies of #DEE5E4
Complementary color
Monochromatic Colors of #DEE5E4
Black with #DEE5E4
Text Example
Text Example
White with #DEE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5E4; }
p { color: rgb(222,229,228); }
H1.HeaderClassName
{
color: #DEE5E4;
}
.AnyTagClassName
{
color: #DEE5E4;
}
</style>
background-color css
<style>
a { background-color: #DEE5E4; }
a { background-color: rgb(222,229,228); }
div.DivClassName
{
background-color: #DEE5E4;
}
.BgClassName
{
background-color: #DEE5E4;
}
</style>
border-color css
<style>
span { border-color: #DEE5E4; }
span { border-color: rgb(222,229,228); }
td.TdClassName
{
border-color: #DEE5E4;
}
.TagClassName
{
border-color: #DEE5E4;
}
</style>