Shades of White Ice #DDE4E1
Tints of White Ice #DDE4E1
RGB
CMYK
RGB Variations
Color information
#DDE4E1 (or 0xDDE4E1) is known color: White Ice. HEX triplet: DD, E4 and E1. RGB value is (221,228,225). Sum of RGB (Red+Green+Blue) = 221+228+225=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4E1 is #221B1E. Grayscale: #E1E1E1. Windows color (decimal): -2235167 or 14804189. OLE color: 14804189.
HSL color Cylindrical-coordinate representation of color #DDE4E1: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE4E1 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 225 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.11 |
| HSL | 154.29º | 0.11% | 0.88% | - |
| HSV(B) | 154.29º | 0.03% | 0.89% | - |
| XYZ | 71.15 | 76.3 | 82.21 | - |
| YUV | 225.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 225 | 0.03 | 0 | 0.01 | 0.11 | 154.29 | 0.11 | 0.88 |
| Hex | DD | E4 | E1 | 3 | 0 | 1 | B | 9A | B | 58 |
| Octal | 335 | 344 | 341 | 3 | 0 | 1 | 13 | 232 | 13 | 130 |
| Binary | 11011101 | 11100100 | 11100001 | 11 | 0 | 1 | 1011 | 10011010 | 1011 | 1011000 |
Color Harmonies of #DDE4E1
Complementary color
Monochromatic Colors of #DDE4E1
Black with #DDE4E1
Text Example
Text Example
White with #DDE4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4E1; }
p { color: rgb(221,228,225); }
H1.HeaderClassName
{
color: #DDE4E1;
}
.AnyTagClassName
{
color: #DDE4E1;
}
</style>
background-color css
<style>
a { background-color: #DDE4E1; }
a { background-color: rgb(221,228,225); }
div.DivClassName
{
background-color: #DDE4E1;
}
.BgClassName
{
background-color: #DDE4E1;
}
</style>
border-color css
<style>
span { border-color: #DDE4E1; }
span { border-color: rgb(221,228,225); }
td.TdClassName
{
border-color: #DDE4E1;
}
.TagClassName
{
border-color: #DDE4E1;
}
</style>