Shades of Zircon #DBE9EA
Tints of Zircon #DBE9EA
RGB
CMYK
RGB Variations
Color information
#DBE9EA (or 0xDBE9EA) is known color: Zircon. HEX triplet: DB, E9 and EA. RGB value is (219,233,234). Sum of RGB (Red+Green+Blue) = 219+233+234=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EA is #241615. Grayscale: #E4E4E4. Windows color (decimal): -2364950 or 15395291. OLE color: 15395291.
HSL color Cylindrical-coordinate representation of color #DBE9EA: hue angle of 184º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9EA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 233 | 234 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.08 |
| HSL | 184º | 0.26% | 0.89% | - |
| HSV(B) | 184º | 0.06% | 0.92% | - |
| XYZ | 73.2 | 79.28 | 89.29 | - |
| YUV | 228.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 234 | 0.06 | 0.00 | 0 | 0.08 | 184 | 0.26 | 0.89 |
| Hex | DB | E9 | EA | 6 | 0 | 0 | 8 | B8 | 1A | 59 |
| Octal | 333 | 351 | 352 | 6 | 0 | 0 | 10 | 270 | 32 | 131 |
| Binary | 11011011 | 11101001 | 11101010 | 110 | 0 | 0 | 1000 | 10111000 | 11010 | 1011001 |
Color Harmonies of #DBE9EA
Complementary color
Monochromatic Colors of #DBE9EA
Black with #DBE9EA
Text Example
Text Example
White with #DBE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9EA; }
p { color: rgb(219,233,234); }
H1.HeaderClassName
{
color: #DBE9EA;
}
.AnyTagClassName
{
color: #DBE9EA;
}
</style>
background-color css
<style>
a { background-color: #DBE9EA; }
a { background-color: rgb(219,233,234); }
div.DivClassName
{
background-color: #DBE9EA;
}
.BgClassName
{
background-color: #DBE9EA;
}
</style>
border-color css
<style>
span { border-color: #DBE9EA; }
span { border-color: rgb(219,233,234); }
td.TdClassName
{
border-color: #DBE9EA;
}
.TagClassName
{
border-color: #DBE9EA;
}
</style>