Shades of Zircon #DEE2E2
Tints of Zircon #DEE2E2
RGB
CMYK
RGB Variations
Color information
#DEE2E2 (or 0xDEE2E2) is known color: Zircon. HEX triplet: DE, E2 and E2. RGB value is (222,226,226). Sum of RGB (Red+Green+Blue) = 222+226+226=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #DEE2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2E2 is #211D1D. Grayscale: #E0E0E0. Windows color (decimal): -2170142 or 14869214. OLE color: 14869214.
HSL color Cylindrical-coordinate representation of color #DEE2E2: hue angle of 180º degrees, saturation: 0.06, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEE2E2 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 226 | - |
CMYK | 0.02 | 0 | 0 | 0.11 |
HSL | 180º | 0.06% | 0.88% | - |
HSV(B) | 180º | 0.02% | 0.89% | - |
XYZ | 71.05 | 75.41 | 82.76 | - |
YUV | 224.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 226 | 0.02 | 0 | 0 | 0.11 | 180 | 0.06 | 0.88 |
Hex | DE | E2 | E2 | 2 | 0 | 0 | B | B4 | 6 | 58 |
Octal | 336 | 342 | 342 | 2 | 0 | 0 | 13 | 264 | 6 | 130 |
Binary | 11011110 | 11100010 | 11100010 | 10 | 0 | 0 | 1011 | 10110100 | 110 | 1011000 |
Color Harmonies of #DEE2E2
Complementary color
Monochromatic Colors of #DEE2E2
Black with #DEE2E2
Text Example
Text Example
White with #DEE2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2E2; }
p { color: rgb(222,226,226); }
H1.HeaderClassName
{
color: #DEE2E2;
}
.AnyTagClassName
{
color: #DEE2E2;
}
</style>
background-color css
<style>
a { background-color: #DEE2E2; }
a { background-color: rgb(222,226,226); }
div.DivClassName
{
background-color: #DEE2E2;
}
.BgClassName
{
background-color: #DEE2E2;
}
</style>
border-color css
<style>
span { border-color: #DEE2E2; }
span { border-color: rgb(222,226,226); }
td.TdClassName
{
border-color: #DEE2E2;
}
.TagClassName
{
border-color: #DEE2E2;
}
</style>