Shades of White Ice #DBE1DF
Tints of White Ice #DBE1DF
RGB
CMYK
RGB Variations
Color information
#DBE1DF (or 0xDBE1DF) is known color: White Ice. HEX triplet: DB, E1 and DF. RGB value is (219,225,223). Sum of RGB (Red+Green+Blue) = 219+225+223=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1DF is #241E20. Grayscale: #DEDEDE. Windows color (decimal): -2367009 or 14672347. OLE color: 14672347.
HSL color Cylindrical-coordinate representation of color #DBE1DF: hue angle of 160º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE1DF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 225 | 223 | - |
CMYK | 0.03 | 0 | 0.01 | 0.12 |
HSL | 160º | 0.09% | 0.87% | - |
HSV(B) | 160º | 0.03% | 0.88% | - |
XYZ | 69.46 | 74.24 | 80.48 | - |
YUV | 222.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 225 | 223 | 0.03 | 0 | 0.01 | 0.12 | 160 | 0.09 | 0.87 |
Hex | DB | E1 | DF | 3 | 0 | 1 | C | A0 | 9 | 57 |
Octal | 333 | 341 | 337 | 3 | 0 | 1 | 14 | 240 | 11 | 127 |
Binary | 11011011 | 11100001 | 11011111 | 11 | 0 | 1 | 1100 | 10100000 | 1001 | 1010111 |
Color Harmonies of #DBE1DF
Complementary color
Monochromatic Colors of #DBE1DF
Black with #DBE1DF
Text Example
Text Example
White with #DBE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1DF; }
p { color: rgb(219,225,223); }
H1.HeaderClassName
{
color: #DBE1DF;
}
.AnyTagClassName
{
color: #DBE1DF;
}
</style>
background-color css
<style>
a { background-color: #DBE1DF; }
a { background-color: rgb(219,225,223); }
div.DivClassName
{
background-color: #DBE1DF;
}
.BgClassName
{
background-color: #DBE1DF;
}
</style>
border-color css
<style>
span { border-color: #DBE1DF; }
span { border-color: rgb(219,225,223); }
td.TdClassName
{
border-color: #DBE1DF;
}
.TagClassName
{
border-color: #DBE1DF;
}
</style>