Shades of Zircon #DEE5E5
Tints of Zircon #DEE5E5
RGB
CMYK
RGB Variations
Color information
#DEE5E5 (or 0xDEE5E5) is known color: Zircon. HEX triplet: DE, E5 and E5. RGB value is (222,229,229). Sum of RGB (Red+Green+Blue) = 222+229+229=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #DEE5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5E5 is #211A1A. Grayscale: #E2E2E2. Windows color (decimal): -2169371 or 15066590. OLE color: 15066590.
HSL color Cylindrical-coordinate representation of color #DEE5E5: hue angle of 180º 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 #DEE5E5 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 229 | - |
CMYK | 0.03 | 0 | 0 | 0.10 |
HSL | 180º | 0.12% | 0.88% | - |
HSV(B) | 180º | 0.03% | 0.9% | - |
XYZ | 72.29 | 77.23 | 85.22 | - |
YUV | 226.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 229 | 0.03 | 0 | 0 | 0.10 | 180 | 0.12 | 0.88 |
Hex | DE | E5 | E5 | 3 | 0 | 0 | A | B4 | C | 58 |
Octal | 336 | 345 | 345 | 3 | 0 | 0 | 12 | 264 | 14 | 130 |
Binary | 11011110 | 11100101 | 11100101 | 11 | 0 | 0 | 1010 | 10110100 | 1100 | 1011000 |
Color Harmonies of #DEE5E5
Complementary color
Monochromatic Colors of #DEE5E5
Black with #DEE5E5
Text Example
Text Example
White with #DEE5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5E5; }
p { color: rgb(222,229,229); }
H1.HeaderClassName
{
color: #DEE5E5;
}
.AnyTagClassName
{
color: #DEE5E5;
}
</style>
background-color css
<style>
a { background-color: #DEE5E5; }
a { background-color: rgb(222,229,229); }
div.DivClassName
{
background-color: #DEE5E5;
}
.BgClassName
{
background-color: #DEE5E5;
}
</style>
border-color css
<style>
span { border-color: #DEE5E5; }
span { border-color: rgb(222,229,229); }
td.TdClassName
{
border-color: #DEE5E5;
}
.TagClassName
{
border-color: #DEE5E5;
}
</style>