Shades of Zircon #DBE8E7
Tints of Zircon #DBE8E7
RGB
CMYK
RGB Variations
Color information
#DBE8E7 (or 0xDBE8E7) is known color: Zircon. HEX triplet: DB, E8 and E7. RGB value is (219,232,231). Sum of RGB (Red+Green+Blue) = 219+232+231=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8E7 is #241718. Grayscale: #E3E3E3. Windows color (decimal): -2365209 or 15198427. OLE color: 15198427.
HSL color Cylindrical-coordinate representation of color #DBE8E7: hue angle of 175.38º 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 #DBE8E7 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 231 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.09 |
| HSL | 175.38º | 0.22% | 0.88% | - |
| HSV(B) | 175.38º | 0.06% | 0.91% | - |
| XYZ | 72.49 | 78.54 | 86.94 | - |
| YUV | 228 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 231 | 0.06 | 0 | 0.00 | 0.09 | 175.38 | 0.22 | 0.88 |
| Hex | DB | E8 | E7 | 6 | 0 | 0 | 9 | AF | 16 | 58 |
| Octal | 333 | 350 | 347 | 6 | 0 | 0 | 11 | 257 | 26 | 130 |
| Binary | 11011011 | 11101000 | 11100111 | 110 | 0 | 0 | 1001 | 10101111 | 10110 | 1011000 |
Color Harmonies of #DBE8E7
Complementary color
Monochromatic Colors of #DBE8E7
Black with #DBE8E7
Text Example
Text Example
White with #DBE8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8E7; }
p { color: rgb(219,232,231); }
H1.HeaderClassName
{
color: #DBE8E7;
}
.AnyTagClassName
{
color: #DBE8E7;
}
</style>
background-color css
<style>
a { background-color: #DBE8E7; }
a { background-color: rgb(219,232,231); }
div.DivClassName
{
background-color: #DBE8E7;
}
.BgClassName
{
background-color: #DBE8E7;
}
</style>
border-color css
<style>
span { border-color: #DBE8E7; }
span { border-color: rgb(219,232,231); }
td.TdClassName
{
border-color: #DBE8E7;
}
.TagClassName
{
border-color: #DBE8E7;
}
</style>