Shades of Zircon #DBE9E8
Tints of Zircon #DBE9E8
RGB
CMYK
RGB Variations
Color information
#DBE9E8 (or 0xDBE9E8) is known color: Zircon. HEX triplet: DB, E9 and E8. RGB value is (219,233,232). Sum of RGB (Red+Green+Blue) = 219+233+232=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9E8 is #241617. Grayscale: #E4E4E4. Windows color (decimal): -2364952 or 15264219. OLE color: 15264219.
HSL color Cylindrical-coordinate representation of color #DBE9E8: hue angle of 175.71º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9E8 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 232 | - |
CMYK | 0.06 | 0 | 0.00 | 0.09 |
HSL | 175.71º | 0.24% | 0.89% | - |
HSV(B) | 175.71º | 0.06% | 0.91% | - |
XYZ | 72.92 | 79.16 | 87.78 | - |
YUV | 228.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 232 | 0.06 | 0 | 0.00 | 0.09 | 175.71 | 0.24 | 0.89 |
Hex | DB | E9 | E8 | 6 | 0 | 0 | 9 | B0 | 18 | 59 |
Octal | 333 | 351 | 350 | 6 | 0 | 0 | 11 | 260 | 30 | 131 |
Binary | 11011011 | 11101001 | 11101000 | 110 | 0 | 0 | 1001 | 10110000 | 11000 | 1011001 |
Color Harmonies of #DBE9E8
Complementary color
Monochromatic Colors of #DBE9E8
Black with #DBE9E8
Text Example
Text Example
White with #DBE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9E8; }
p { color: rgb(219,233,232); }
H1.HeaderClassName
{
color: #DBE9E8;
}
.AnyTagClassName
{
color: #DBE9E8;
}
</style>
background-color css
<style>
a { background-color: #DBE9E8; }
a { background-color: rgb(219,233,232); }
div.DivClassName
{
background-color: #DBE9E8;
}
.BgClassName
{
background-color: #DBE9E8;
}
</style>
border-color css
<style>
span { border-color: #DBE9E8; }
span { border-color: rgb(219,233,232); }
td.TdClassName
{
border-color: #DBE9E8;
}
.TagClassName
{
border-color: #DBE9E8;
}
</style>