Shades of Zircon #DBE6E8
Tints of Zircon #DBE6E8
RGB
CMYK
RGB Variations
Color information
#DBE6E8 (or 0xDBE6E8) is known color: Zircon. HEX triplet: DB, E6 and E8. RGB value is (219,230,232). Sum of RGB (Red+Green+Blue) = 219+230+232=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBE6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6E8 is #241917. Grayscale: #E2E2E2. Windows color (decimal): -2365720 or 15263451. OLE color: 15263451.
HSL color Cylindrical-coordinate representation of color #DBE6E8: hue angle of 189.23º 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 #DBE6E8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 230 | 232 | - |
CMYK | 0.06 | 0.01 | 0 | 0.09 |
HSL | 189.23º | 0.22% | 0.88% | - |
HSV(B) | 189.23º | 0.06% | 0.91% | - |
XYZ | 72.08 | 77.48 | 87.5 | - |
YUV | 226.94 | 130.86 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 232 | 0.06 | 0.01 | 0 | 0.09 | 189.23 | 0.22 | 0.88 |
Hex | DB | E6 | E8 | 6 | 1 | 0 | 9 | BD | 16 | 58 |
Octal | 333 | 346 | 350 | 6 | 1 | 0 | 11 | 275 | 26 | 130 |
Binary | 11011011 | 11100110 | 11101000 | 110 | 1 | 0 | 1001 | 10111101 | 10110 | 1011000 |
Color Harmonies of #DBE6E8
Complementary color
Monochromatic Colors of #DBE6E8
Black with #DBE6E8
Text Example
Text Example
White with #DBE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6E8; }
p { color: rgb(219,230,232); }
H1.HeaderClassName
{
color: #DBE6E8;
}
.AnyTagClassName
{
color: #DBE6E8;
}
</style>
background-color css
<style>
a { background-color: #DBE6E8; }
a { background-color: rgb(219,230,232); }
div.DivClassName
{
background-color: #DBE6E8;
}
.BgClassName
{
background-color: #DBE6E8;
}
</style>
border-color css
<style>
span { border-color: #DBE6E8; }
span { border-color: rgb(219,230,232); }
td.TdClassName
{
border-color: #DBE6E8;
}
.TagClassName
{
border-color: #DBE6E8;
}
</style>