Shades of White Ice #DFE9E4
Tints of White Ice #DFE9E4
RGB
CMYK
RGB Variations
Color information
#DFE9E4 (or 0xDFE9E4) is known color: White Ice. HEX triplet: DF, E9 and E4. RGB value is (223,233,228). Sum of RGB (Red+Green+Blue) = 223+233+228=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9E4 is #20161B. Grayscale: #E5E5E5. Windows color (decimal): -2102812 or 15002079. OLE color: 15002079.
HSL color Cylindrical-coordinate representation of color #DFE9E4: hue angle of 150º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE9E4 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 233 | 228 | - |
CMYK | 0.04 | 0 | 0.02 | 0.09 |
HSL | 150º | 0.19% | 0.89% | - |
HSV(B) | 150º | 0.04% | 0.91% | - |
XYZ | 73.57 | 79.57 | 84.88 | - |
YUV | 229.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 233 | 228 | 0.04 | 0 | 0.02 | 0.09 | 150 | 0.19 | 0.89 |
Hex | DF | E9 | E4 | 4 | 0 | 2 | 9 | 96 | 13 | 59 |
Octal | 337 | 351 | 344 | 4 | 0 | 2 | 11 | 226 | 23 | 131 |
Binary | 11011111 | 11101001 | 11100100 | 100 | 0 | 10 | 1001 | 10010110 | 10011 | 1011001 |
Color Harmonies of #DFE9E4
Complementary color
Monochromatic Colors of #DFE9E4
Black with #DFE9E4
Text Example
Text Example
White with #DFE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9E4; }
p { color: rgb(223,233,228); }
H1.HeaderClassName
{
color: #DFE9E4;
}
.AnyTagClassName
{
color: #DFE9E4;
}
</style>
background-color css
<style>
a { background-color: #DFE9E4; }
a { background-color: rgb(223,233,228); }
div.DivClassName
{
background-color: #DFE9E4;
}
.BgClassName
{
background-color: #DFE9E4;
}
</style>
border-color css
<style>
span { border-color: #DFE9E4; }
span { border-color: rgb(223,233,228); }
td.TdClassName
{
border-color: #DFE9E4;
}
.TagClassName
{
border-color: #DFE9E4;
}
</style>