Shades of White Ice #DDE2E0
Tints of White Ice #DDE2E0
RGB
CMYK
RGB Variations
Color information
#DDE2E0 (or 0xDDE2E0) is known color: White Ice. HEX triplet: DD, E2 and E0. RGB value is (221,226,224). Sum of RGB (Red+Green+Blue) = 221+226+224=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2E0 is #221D1F. Grayscale: #E0E0E0. Windows color (decimal): -2235680 or 14738141. OLE color: 14738141.
HSL color Cylindrical-coordinate representation of color #DDE2E0: hue angle of 156º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDE2E0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 224 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.11 |
| HSL | 156º | 0.08% | 0.88% | - |
| HSV(B) | 156º | 0.02% | 0.89% | - |
| XYZ | 70.47 | 75.15 | 81.31 | - |
| YUV | 224.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 224 | 0.02 | 0 | 0.01 | 0.11 | 156 | 0.08 | 0.88 |
| Hex | DD | E2 | E0 | 2 | 0 | 1 | B | 9C | 8 | 58 |
| Octal | 335 | 342 | 340 | 2 | 0 | 1 | 13 | 234 | 10 | 130 |
| Binary | 11011101 | 11100010 | 11100000 | 10 | 0 | 1 | 1011 | 10011100 | 1000 | 1011000 |
Color Harmonies of #DDE2E0
Complementary color
Monochromatic Colors of #DDE2E0
Black with #DDE2E0
Text Example
Text Example
White with #DDE2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2E0; }
p { color: rgb(221,226,224); }
H1.HeaderClassName
{
color: #DDE2E0;
}
.AnyTagClassName
{
color: #DDE2E0;
}
</style>
background-color css
<style>
a { background-color: #DDE2E0; }
a { background-color: rgb(221,226,224); }
div.DivClassName
{
background-color: #DDE2E0;
}
.BgClassName
{
background-color: #DDE2E0;
}
</style>
border-color css
<style>
span { border-color: #DDE2E0; }
span { border-color: rgb(221,226,224); }
td.TdClassName
{
border-color: #DDE2E0;
}
.TagClassName
{
border-color: #DDE2E0;
}
</style>