Shades of Zircon #DEE8EA
Tints of Zircon #DEE8EA
RGB
CMYK
RGB Variations
Color information
#DEE8EA (or 0xDEE8EA) is known color: Zircon. HEX triplet: DE, E8 and EA. RGB value is (222,232,234). Sum of RGB (Red+Green+Blue) = 222+232+234=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8EA is #211715. Grayscale: #E5E5E5. Windows color (decimal): -2168598 or 15395038. OLE color: 15395038.
HSL color Cylindrical-coordinate representation of color #DEE8EA: hue angle of 190º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE8EA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 232 | 234 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.08 |
| HSL | 190º | 0.22% | 0.89% | - |
| HSV(B) | 190º | 0.05% | 0.92% | - |
| XYZ | 73.83 | 79.18 | 89.23 | - |
| YUV | 229.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 234 | 0.05 | 0.01 | 0 | 0.08 | 190 | 0.22 | 0.89 |
| Hex | DE | E8 | EA | 5 | 1 | 0 | 8 | BE | 16 | 59 |
| Octal | 336 | 350 | 352 | 5 | 1 | 0 | 10 | 276 | 26 | 131 |
| Binary | 11011110 | 11101000 | 11101010 | 101 | 1 | 0 | 1000 | 10111110 | 10110 | 1011001 |
Color Harmonies of #DEE8EA
Complementary color
Monochromatic Colors of #DEE8EA
Black with #DEE8EA
Text Example
Text Example
White with #DEE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8EA; }
p { color: rgb(222,232,234); }
H1.HeaderClassName
{
color: #DEE8EA;
}
.AnyTagClassName
{
color: #DEE8EA;
}
</style>
background-color css
<style>
a { background-color: #DEE8EA; }
a { background-color: rgb(222,232,234); }
div.DivClassName
{
background-color: #DEE8EA;
}
.BgClassName
{
background-color: #DEE8EA;
}
</style>
border-color css
<style>
span { border-color: #DEE8EA; }
span { border-color: rgb(222,232,234); }
td.TdClassName
{
border-color: #DEE8EA;
}
.TagClassName
{
border-color: #DEE8EA;
}
</style>