Shades of White Ice #DBE8E3
Tints of White Ice #DBE8E3
RGB
CMYK
RGB Variations
Color information
#DBE8E3 (or 0xDBE8E3) is known color: White Ice. HEX triplet: DB, E8 and E3. RGB value is (219,232,227). Sum of RGB (Red+Green+Blue) = 219+232+227=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8E3 is #24171C. Grayscale: #E3E3E3. Windows color (decimal): -2365213 or 14936283. OLE color: 14936283.
HSL color Cylindrical-coordinate representation of color #DBE8E3: hue angle of 156.92º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE8E3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 227 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.09 |
| HSL | 156.92º | 0.22% | 0.88% | - |
| HSV(B) | 156.92º | 0.06% | 0.91% | - |
| XYZ | 71.94 | 78.32 | 84 | - |
| YUV | 227.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 227 | 0.06 | 0 | 0.02 | 0.09 | 156.92 | 0.22 | 0.88 |
| Hex | DB | E8 | E3 | 6 | 0 | 2 | 9 | 9D | 16 | 58 |
| Octal | 333 | 350 | 343 | 6 | 0 | 2 | 11 | 235 | 26 | 130 |
| Binary | 11011011 | 11101000 | 11100011 | 110 | 0 | 10 | 1001 | 10011101 | 10110 | 1011000 |
Color Harmonies of #DBE8E3
Complementary color
Monochromatic Colors of #DBE8E3
Black with #DBE8E3
Text Example
Text Example
White with #DBE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8E3; }
p { color: rgb(219,232,227); }
H1.HeaderClassName
{
color: #DBE8E3;
}
.AnyTagClassName
{
color: #DBE8E3;
}
</style>
background-color css
<style>
a { background-color: #DBE8E3; }
a { background-color: rgb(219,232,227); }
div.DivClassName
{
background-color: #DBE8E3;
}
.BgClassName
{
background-color: #DBE8E3;
}
</style>
border-color css
<style>
span { border-color: #DBE8E3; }
span { border-color: rgb(219,232,227); }
td.TdClassName
{
border-color: #DBE8E3;
}
.TagClassName
{
border-color: #DBE8E3;
}
</style>