Shades of Zircon #DBE2E1
Tints of Zircon #DBE2E1
RGB
CMYK
RGB Variations
Color information
#DBE2E1 (or 0xDBE2E1) is known color: Zircon. HEX triplet: DB, E2 and E1. RGB value is (219,226,225). Sum of RGB (Red+Green+Blue) = 219+226+225=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2E1 is #241D1E. Grayscale: #DFDFDF. Windows color (decimal): -2366751 or 14803675. OLE color: 14803675.
HSL color Cylindrical-coordinate representation of color #DBE2E1: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE2E1 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 225 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.11 |
| HSL | 171.43º | 0.11% | 0.87% | - |
| HSV(B) | 171.43º | 0.03% | 0.89% | - |
| XYZ | 70 | 74.89 | 82 | - |
| YUV | 223.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 225 | 0.03 | 0 | 0.00 | 0.11 | 171.43 | 0.11 | 0.87 |
| Hex | DB | E2 | E1 | 3 | 0 | 0 | B | AB | B | 57 |
| Octal | 333 | 342 | 341 | 3 | 0 | 0 | 13 | 253 | 13 | 127 |
| Binary | 11011011 | 11100010 | 11100001 | 11 | 0 | 0 | 1011 | 10101011 | 1011 | 1010111 |
Color Harmonies of #DBE2E1
Complementary color
Monochromatic Colors of #DBE2E1
Black with #DBE2E1
Text Example
Text Example
White with #DBE2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2E1; }
p { color: rgb(219,226,225); }
H1.HeaderClassName
{
color: #DBE2E1;
}
.AnyTagClassName
{
color: #DBE2E1;
}
</style>
background-color css
<style>
a { background-color: #DBE2E1; }
a { background-color: rgb(219,226,225); }
div.DivClassName
{
background-color: #DBE2E1;
}
.BgClassName
{
background-color: #DBE2E1;
}
</style>
border-color css
<style>
span { border-color: #DBE2E1; }
span { border-color: rgb(219,226,225); }
td.TdClassName
{
border-color: #DBE2E1;
}
.TagClassName
{
border-color: #DBE2E1;
}
</style>