Shades of Zircon #DBE6E5
Tints of Zircon #DBE6E5
RGB
CMYK
RGB Variations
Color information
#DBE6E5 (or 0xDBE6E5) is known color: Zircon. HEX triplet: DB, E6 and E5. RGB value is (219,230,229). Sum of RGB (Red+Green+Blue) = 219+230+229=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6E5 is #24191A. Grayscale: #E2E2E2. Windows color (decimal): -2365723 or 15066843. OLE color: 15066843.
HSL color Cylindrical-coordinate representation of color #DBE6E5: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE6E5 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 230 | 229 | - |
CMYK | 0.05 | 0 | 0.00 | 0.10 |
HSL | 174.55º | 0.18% | 0.88% | - |
HSV(B) | 174.55º | 0.05% | 0.9% | - |
XYZ | 71.65 | 77.31 | 85.27 | - |
YUV | 226.6 | 129.36 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 229 | 0.05 | 0 | 0.00 | 0.10 | 174.55 | 0.18 | 0.88 |
Hex | DB | E6 | E5 | 5 | 0 | 0 | A | AF | 12 | 58 |
Octal | 333 | 346 | 345 | 5 | 0 | 0 | 12 | 257 | 22 | 130 |
Binary | 11011011 | 11100110 | 11100101 | 101 | 0 | 0 | 1010 | 10101111 | 10010 | 1011000 |
Color Harmonies of #DBE6E5
Complementary color
Monochromatic Colors of #DBE6E5
Black with #DBE6E5
Text Example
Text Example
White with #DBE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6E5; }
p { color: rgb(219,230,229); }
H1.HeaderClassName
{
color: #DBE6E5;
}
.AnyTagClassName
{
color: #DBE6E5;
}
</style>
background-color css
<style>
a { background-color: #DBE6E5; }
a { background-color: rgb(219,230,229); }
div.DivClassName
{
background-color: #DBE6E5;
}
.BgClassName
{
background-color: #DBE6E5;
}
</style>
border-color css
<style>
span { border-color: #DBE6E5; }
span { border-color: rgb(219,230,229); }
td.TdClassName
{
border-color: #DBE6E5;
}
.TagClassName
{
border-color: #DBE6E5;
}
</style>