Shades of Zircon #DBE6E6
Tints of Zircon #DBE6E6
RGB
CMYK
RGB Variations
Color information
#DBE6E6 (or 0xDBE6E6) is known color: Zircon. HEX triplet: DB, E6 and E6. RGB value is (219,230,230). Sum of RGB (Red+Green+Blue) = 219+230+230=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #DBE6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6E6 is #241919. Grayscale: #E2E2E2. Windows color (decimal): -2365722 or 15132379. OLE color: 15132379.
HSL color Cylindrical-coordinate representation of color #DBE6E6: hue angle of 180º 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 #DBE6E6 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 230 | 230 | - |
CMYK | 0.05 | 0 | 0 | 0.10 |
HSL | 180º | 0.18% | 0.88% | - |
HSV(B) | 180º | 0.05% | 0.9% | - |
XYZ | 71.79 | 77.37 | 86.01 | - |
YUV | 226.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 230 | 0.05 | 0 | 0 | 0.10 | 180 | 0.18 | 0.88 |
Hex | DB | E6 | E6 | 5 | 0 | 0 | A | B4 | 12 | 58 |
Octal | 333 | 346 | 346 | 5 | 0 | 0 | 12 | 264 | 22 | 130 |
Binary | 11011011 | 11100110 | 11100110 | 101 | 0 | 0 | 1010 | 10110100 | 10010 | 1011000 |
Color Harmonies of #DBE6E6
Complementary color
Monochromatic Colors of #DBE6E6
Black with #DBE6E6
Text Example
Text Example
White with #DBE6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6E6; }
p { color: rgb(219,230,230); }
H1.HeaderClassName
{
color: #DBE6E6;
}
.AnyTagClassName
{
color: #DBE6E6;
}
</style>
background-color css
<style>
a { background-color: #DBE6E6; }
a { background-color: rgb(219,230,230); }
div.DivClassName
{
background-color: #DBE6E6;
}
.BgClassName
{
background-color: #DBE6E6;
}
</style>
border-color css
<style>
span { border-color: #DBE6E6; }
span { border-color: rgb(219,230,230); }
td.TdClassName
{
border-color: #DBE6E6;
}
.TagClassName
{
border-color: #DBE6E6;
}
</style>