Shades of Zircon #DEE7E6
Tints of Zircon #DEE7E6
RGB
CMYK
RGB Variations
Color information
#DEE7E6 (or 0xDEE7E6) is known color: Zircon. HEX triplet: DE, E7 and E6. RGB value is (222,231,230). Sum of RGB (Red+Green+Blue) = 222+231+230=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7E6 is #211819. Grayscale: #E4E4E4. Windows color (decimal): -2168858 or 15132638. OLE color: 15132638.
HSL color Cylindrical-coordinate representation of color #DEE7E6: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE7E6 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 231 | 230 | - |
CMYK | 0.04 | 0 | 0.00 | 0.09 |
HSL | 173.33º | 0.16% | 0.89% | - |
HSV(B) | 173.33º | 0.04% | 0.91% | - |
XYZ | 72.98 | 78.39 | 86.15 | - |
YUV | 228.2 | 129.02 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 231 | 230 | 0.04 | 0 | 0.00 | 0.09 | 173.33 | 0.16 | 0.89 |
Hex | DE | E7 | E6 | 4 | 0 | 0 | 9 | AD | 10 | 59 |
Octal | 336 | 347 | 346 | 4 | 0 | 0 | 11 | 255 | 20 | 131 |
Binary | 11011110 | 11100111 | 11100110 | 100 | 0 | 0 | 1001 | 10101101 | 10000 | 1011001 |
Color Harmonies of #DEE7E6
Complementary color
Monochromatic Colors of #DEE7E6
Black with #DEE7E6
Text Example
Text Example
White with #DEE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7E6; }
p { color: rgb(222,231,230); }
H1.HeaderClassName
{
color: #DEE7E6;
}
.AnyTagClassName
{
color: #DEE7E6;
}
</style>
background-color css
<style>
a { background-color: #DEE7E6; }
a { background-color: rgb(222,231,230); }
div.DivClassName
{
background-color: #DEE7E6;
}
.BgClassName
{
background-color: #DEE7E6;
}
</style>
border-color css
<style>
span { border-color: #DEE7E6; }
span { border-color: rgb(222,231,230); }
td.TdClassName
{
border-color: #DEE7E6;
}
.TagClassName
{
border-color: #DEE7E6;
}
</style>