Shades of Zircon #DBE8EA
Tints of Zircon #DBE8EA
RGB
CMYK
RGB Variations
Color information
#DBE8EA (or 0xDBE8EA) is known color: Zircon. HEX triplet: DB, E8 and EA. RGB value is (219,232,234). Sum of RGB (Red+Green+Blue) = 219+232+234=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EA is #241715. Grayscale: #E4E4E4. Windows color (decimal): -2365206 or 15395035. OLE color: 15395035.
HSL color Cylindrical-coordinate representation of color #DBE8EA: hue angle of 188º 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 #DBE8EA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 232 | 234 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.08 |
| HSL | 188º | 0.26% | 0.89% | - |
| HSV(B) | 188º | 0.06% | 0.92% | - |
| XYZ | 72.92 | 78.71 | 89.19 | - |
| YUV | 228.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 234 | 0.06 | 0.01 | 0 | 0.08 | 188 | 0.26 | 0.89 |
| Hex | DB | E8 | EA | 6 | 1 | 0 | 8 | BC | 1A | 59 |
| Octal | 333 | 350 | 352 | 6 | 1 | 0 | 10 | 274 | 32 | 131 |
| Binary | 11011011 | 11101000 | 11101010 | 110 | 1 | 0 | 1000 | 10111100 | 11010 | 1011001 |
Color Harmonies of #DBE8EA
Complementary color
Monochromatic Colors of #DBE8EA
Black with #DBE8EA
Text Example
Text Example
White with #DBE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8EA; }
p { color: rgb(219,232,234); }
H1.HeaderClassName
{
color: #DBE8EA;
}
.AnyTagClassName
{
color: #DBE8EA;
}
</style>
background-color css
<style>
a { background-color: #DBE8EA; }
a { background-color: rgb(219,232,234); }
div.DivClassName
{
background-color: #DBE8EA;
}
.BgClassName
{
background-color: #DBE8EA;
}
</style>
border-color css
<style>
span { border-color: #DBE8EA; }
span { border-color: rgb(219,232,234); }
td.TdClassName
{
border-color: #DBE8EA;
}
.TagClassName
{
border-color: #DBE8EA;
}
</style>