Shades of Zircon #DBE4E6
Tints of Zircon #DBE4E6
RGB
CMYK
RGB Variations
Color information
#DBE4E6 (or 0xDBE4E6) is known color: Zircon. HEX triplet: DB, E4 and E6. RGB value is (219,228,230). Sum of RGB (Red+Green+Blue) = 219+228+230=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4E6 is #241B19. Grayscale: #E1E1E1. Windows color (decimal): -2366234 or 15131867. OLE color: 15131867.
HSL color Cylindrical-coordinate representation of color #DBE4E6: hue angle of 190.91º 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 #DBE4E6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 228 | 230 | - |
CMYK | 0.05 | 0.01 | 0 | 0.10 |
HSL | 190.91º | 0.18% | 0.88% | - |
HSV(B) | 190.91º | 0.05% | 0.9% | - |
XYZ | 71.24 | 76.26 | 85.83 | - |
YUV | 225.54 | 130.52 | 123.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 230 | 0.05 | 0.01 | 0 | 0.10 | 190.91 | 0.18 | 0.88 |
Hex | DB | E4 | E6 | 5 | 1 | 0 | A | BF | 12 | 58 |
Octal | 333 | 344 | 346 | 5 | 1 | 0 | 12 | 277 | 22 | 130 |
Binary | 11011011 | 11100100 | 11100110 | 101 | 1 | 0 | 1010 | 10111111 | 10010 | 1011000 |
Color Harmonies of #DBE4E6
Complementary color
Monochromatic Colors of #DBE4E6
Black with #DBE4E6
Text Example
Text Example
White with #DBE4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4E6; }
p { color: rgb(219,228,230); }
H1.HeaderClassName
{
color: #DBE4E6;
}
.AnyTagClassName
{
color: #DBE4E6;
}
</style>
background-color css
<style>
a { background-color: #DBE4E6; }
a { background-color: rgb(219,228,230); }
div.DivClassName
{
background-color: #DBE4E6;
}
.BgClassName
{
background-color: #DBE4E6;
}
</style>
border-color css
<style>
span { border-color: #DBE4E6; }
span { border-color: rgb(219,228,230); }
td.TdClassName
{
border-color: #DBE4E6;
}
.TagClassName
{
border-color: #DBE4E6;
}
</style>