Shades of White Ice #DBE2DF
Tints of White Ice #DBE2DF
RGB
CMYK
RGB Variations
Color information
#DBE2DF (or 0xDBE2DF) is known color: White Ice. HEX triplet: DB, E2 and DF. RGB value is (219,226,223). Sum of RGB (Red+Green+Blue) = 219+226+223=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2DF is #241D20. Grayscale: #DFDFDF. Windows color (decimal): -2366753 or 14672603. OLE color: 14672603.
HSL color Cylindrical-coordinate representation of color #DBE2DF: hue angle of 154.29º 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 #DBE2DF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 226 | 223 | - |
CMYK | 0.03 | 0 | 0.01 | 0.11 |
HSL | 154.29º | 0.11% | 0.87% | - |
HSV(B) | 154.29º | 0.03% | 0.89% | - |
XYZ | 69.73 | 74.78 | 80.57 | - |
YUV | 223.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 223 | 0.03 | 0 | 0.01 | 0.11 | 154.29 | 0.11 | 0.87 |
Hex | DB | E2 | DF | 3 | 0 | 1 | B | 9A | B | 57 |
Octal | 333 | 342 | 337 | 3 | 0 | 1 | 13 | 232 | 13 | 127 |
Binary | 11011011 | 11100010 | 11011111 | 11 | 0 | 1 | 1011 | 10011010 | 1011 | 1010111 |
Color Harmonies of #DBE2DF
Complementary color
Monochromatic Colors of #DBE2DF
Black with #DBE2DF
Text Example
Text Example
White with #DBE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2DF; }
p { color: rgb(219,226,223); }
H1.HeaderClassName
{
color: #DBE2DF;
}
.AnyTagClassName
{
color: #DBE2DF;
}
</style>
background-color css
<style>
a { background-color: #DBE2DF; }
a { background-color: rgb(219,226,223); }
div.DivClassName
{
background-color: #DBE2DF;
}
.BgClassName
{
background-color: #DBE2DF;
}
</style>
border-color css
<style>
span { border-color: #DBE2DF; }
span { border-color: rgb(219,226,223); }
td.TdClassName
{
border-color: #DBE2DF;
}
.TagClassName
{
border-color: #DBE2DF;
}
</style>