Shades of Zircon #DBE3E4
Tints of Zircon #DBE3E4
RGB
CMYK
RGB Variations
Color information
#DBE3E4 (or 0xDBE3E4) is known color: Zircon. HEX triplet: DB, E3 and E4. RGB value is (219,227,228). Sum of RGB (Red+Green+Blue) = 219+227+228=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3E4 is #241C1B. Grayscale: #E0E0E0. Windows color (decimal): -2366492 or 15000539. OLE color: 15000539.
HSL color Cylindrical-coordinate representation of color #DBE3E4: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE3E4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 228 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.11 |
| HSL | 186.67º | 0.14% | 0.88% | - |
| HSV(B) | 186.67º | 0.04% | 0.89% | - |
| XYZ | 70.69 | 75.6 | 84.27 | - |
| YUV | 224.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 228 | 0.04 | 0.00 | 0 | 0.11 | 186.67 | 0.14 | 0.88 |
| Hex | DB | E3 | E4 | 4 | 0 | 0 | B | BB | E | 58 |
| Octal | 333 | 343 | 344 | 4 | 0 | 0 | 13 | 273 | 16 | 130 |
| Binary | 11011011 | 11100011 | 11100100 | 100 | 0 | 0 | 1011 | 10111011 | 1110 | 1011000 |
Color Harmonies of #DBE3E4
Complementary color
Monochromatic Colors of #DBE3E4
Black with #DBE3E4
Text Example
Text Example
White with #DBE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3E4; }
p { color: rgb(219,227,228); }
H1.HeaderClassName
{
color: #DBE3E4;
}
.AnyTagClassName
{
color: #DBE3E4;
}
</style>
background-color css
<style>
a { background-color: #DBE3E4; }
a { background-color: rgb(219,227,228); }
div.DivClassName
{
background-color: #DBE3E4;
}
.BgClassName
{
background-color: #DBE3E4;
}
</style>
border-color css
<style>
span { border-color: #DBE3E4; }
span { border-color: rgb(219,227,228); }
td.TdClassName
{
border-color: #DBE3E4;
}
.TagClassName
{
border-color: #DBE3E4;
}
</style>