Shades of Zircon #DBE5E6
Tints of Zircon #DBE5E6
RGB
CMYK
RGB Variations
Color information
#DBE5E6 (or 0xDBE5E6) is known color: Zircon. HEX triplet: DB, E5 and E6. RGB value is (219,229,230). Sum of RGB (Red+Green+Blue) = 219+229+230=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5E6 is #241A19. Grayscale: #E2E2E2. Windows color (decimal): -2365978 or 15132123. OLE color: 15132123.
HSL color Cylindrical-coordinate representation of color #DBE5E6: hue angle of 185.45º 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 #DBE5E6 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 230 | - |
CMYK | 0.05 | 0.00 | 0 | 0.10 |
HSL | 185.45º | 0.18% | 0.88% | - |
HSV(B) | 185.45º | 0.05% | 0.9% | - |
XYZ | 71.52 | 76.81 | 85.92 | - |
YUV | 226.12 | 130.19 | 122.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 230 | 0.05 | 0.00 | 0 | 0.10 | 185.45 | 0.18 | 0.88 |
Hex | DB | E5 | E6 | 5 | 0 | 0 | A | B9 | 12 | 58 |
Octal | 333 | 345 | 346 | 5 | 0 | 0 | 12 | 271 | 22 | 130 |
Binary | 11011011 | 11100101 | 11100110 | 101 | 0 | 0 | 1010 | 10111001 | 10010 | 1011000 |
Color Harmonies of #DBE5E6
Complementary color
Monochromatic Colors of #DBE5E6
Black with #DBE5E6
Text Example
Text Example
White with #DBE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5E6; }
p { color: rgb(219,229,230); }
H1.HeaderClassName
{
color: #DBE5E6;
}
.AnyTagClassName
{
color: #DBE5E6;
}
</style>
background-color css
<style>
a { background-color: #DBE5E6; }
a { background-color: rgb(219,229,230); }
div.DivClassName
{
background-color: #DBE5E6;
}
.BgClassName
{
background-color: #DBE5E6;
}
</style>
border-color css
<style>
span { border-color: #DBE5E6; }
span { border-color: rgb(219,229,230); }
td.TdClassName
{
border-color: #DBE5E6;
}
.TagClassName
{
border-color: #DBE5E6;
}
</style>