Shades of Zircon #DBE8E9
Tints of Zircon #DBE8E9
RGB
CMYK
RGB Variations
Color information
#DBE8E9 (or 0xDBE8E9) is known color: Zircon. HEX triplet: DB, E8 and E9. RGB value is (219,232,233). Sum of RGB (Red+Green+Blue) = 219+232+233=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBE8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8E9 is #241716. Grayscale: #E4E4E4. Windows color (decimal): -2365207 or 15329499. OLE color: 15329499.
HSL color Cylindrical-coordinate representation of color #DBE8E9: hue angle of 184.29º 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 #DBE8E9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 233 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.09 |
| HSL | 184.29º | 0.24% | 0.89% | - |
| HSV(B) | 184.29º | 0.06% | 0.91% | - |
| XYZ | 72.78 | 78.66 | 88.44 | - |
| YUV | 228.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 233 | 0.06 | 0.00 | 0 | 0.09 | 184.29 | 0.24 | 0.89 |
| Hex | DB | E8 | E9 | 6 | 0 | 0 | 9 | B8 | 18 | 59 |
| Octal | 333 | 350 | 351 | 6 | 0 | 0 | 11 | 270 | 30 | 131 |
| Binary | 11011011 | 11101000 | 11101001 | 110 | 0 | 0 | 1001 | 10111000 | 11000 | 1011001 |
Color Harmonies of #DBE8E9
Complementary color
Monochromatic Colors of #DBE8E9
Black with #DBE8E9
Text Example
Text Example
White with #DBE8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8E9; }
p { color: rgb(219,232,233); }
H1.HeaderClassName
{
color: #DBE8E9;
}
.AnyTagClassName
{
color: #DBE8E9;
}
</style>
background-color css
<style>
a { background-color: #DBE8E9; }
a { background-color: rgb(219,232,233); }
div.DivClassName
{
background-color: #DBE8E9;
}
.BgClassName
{
background-color: #DBE8E9;
}
</style>
border-color css
<style>
span { border-color: #DBE8E9; }
span { border-color: rgb(219,232,233); }
td.TdClassName
{
border-color: #DBE8E9;
}
.TagClassName
{
border-color: #DBE8E9;
}
</style>