Shades of White Ice #DBE9E3
Tints of White Ice #DBE9E3
RGB
CMYK
RGB Variations
Color information
#DBE9E3 (or 0xDBE9E3) is known color: White Ice. HEX triplet: DB, E9 and E3. RGB value is (219,233,227). Sum of RGB (Red+Green+Blue) = 219+233+227=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9E3 is #24161C. Grayscale: #E4E4E4. Windows color (decimal): -2364957 or 14936539. OLE color: 14936539.
HSL color Cylindrical-coordinate representation of color #DBE9E3: hue angle of 154.29º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9E3 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 227 | - |
CMYK | 0.06 | 0 | 0.03 | 0.09 |
HSL | 154.29º | 0.24% | 0.89% | - |
HSV(B) | 154.29º | 0.06% | 0.91% | - |
XYZ | 72.22 | 78.88 | 84.09 | - |
YUV | 228.13 | 127.36 | 121.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 227 | 0.06 | 0 | 0.03 | 0.09 | 154.29 | 0.24 | 0.89 |
Hex | DB | E9 | E3 | 6 | 0 | 3 | 9 | 9A | 18 | 59 |
Octal | 333 | 351 | 343 | 6 | 0 | 3 | 11 | 232 | 30 | 131 |
Binary | 11011011 | 11101001 | 11100011 | 110 | 0 | 11 | 1001 | 10011010 | 11000 | 1011001 |
Color Harmonies of #DBE9E3
Complementary color
Monochromatic Colors of #DBE9E3
Black with #DBE9E3
Text Example
Text Example
White with #DBE9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9E3; }
p { color: rgb(219,233,227); }
H1.HeaderClassName
{
color: #DBE9E3;
}
.AnyTagClassName
{
color: #DBE9E3;
}
</style>
background-color css
<style>
a { background-color: #DBE9E3; }
a { background-color: rgb(219,233,227); }
div.DivClassName
{
background-color: #DBE9E3;
}
.BgClassName
{
background-color: #DBE9E3;
}
</style>
border-color css
<style>
span { border-color: #DBE9E3; }
span { border-color: rgb(219,233,227); }
td.TdClassName
{
border-color: #DBE9E3;
}
.TagClassName
{
border-color: #DBE9E3;
}
</style>