Shades of Zircon #DBE7E8
Tints of Zircon #DBE7E8
RGB
CMYK
RGB Variations
Color information
#DBE7E8 (or 0xDBE7E8) is known color: Zircon. HEX triplet: DB, E7 and E8. RGB value is (219,231,232). Sum of RGB (Red+Green+Blue) = 219+231+232=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBE7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7E8 is #241817. Grayscale: #E3E3E3. Windows color (decimal): -2365464 or 15263707. OLE color: 15263707.
HSL color Cylindrical-coordinate representation of color #DBE7E8: hue angle of 184.62º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE7E8 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 231 | 232 | - |
CMYK | 0.06 | 0.00 | 0 | 0.09 |
HSL | 184.62º | 0.22% | 0.88% | - |
HSV(B) | 184.62º | 0.06% | 0.91% | - |
XYZ | 72.35 | 78.04 | 87.59 | - |
YUV | 227.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 232 | 0.06 | 0.00 | 0 | 0.09 | 184.62 | 0.22 | 0.88 |
Hex | DB | E7 | E8 | 6 | 0 | 0 | 9 | B9 | 16 | 58 |
Octal | 333 | 347 | 350 | 6 | 0 | 0 | 11 | 271 | 26 | 130 |
Binary | 11011011 | 11100111 | 11101000 | 110 | 0 | 0 | 1001 | 10111001 | 10110 | 1011000 |
Color Harmonies of #DBE7E8
Complementary color
Monochromatic Colors of #DBE7E8
Black with #DBE7E8
Text Example
Text Example
White with #DBE7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7E8; }
p { color: rgb(219,231,232); }
H1.HeaderClassName
{
color: #DBE7E8;
}
.AnyTagClassName
{
color: #DBE7E8;
}
</style>
background-color css
<style>
a { background-color: #DBE7E8; }
a { background-color: rgb(219,231,232); }
div.DivClassName
{
background-color: #DBE7E8;
}
.BgClassName
{
background-color: #DBE7E8;
}
</style>
border-color css
<style>
span { border-color: #DBE7E8; }
span { border-color: rgb(219,231,232); }
td.TdClassName
{
border-color: #DBE7E8;
}
.TagClassName
{
border-color: #DBE7E8;
}
</style>