Shades of White Ice #DDE6E2
Tints of White Ice #DDE6E2
RGB
CMYK
RGB Variations
Color information
#DDE6E2 (or 0xDDE6E2) is known color: White Ice. HEX triplet: DD, E6 and E2. RGB value is (221,230,226). Sum of RGB (Red+Green+Blue) = 221+230+226=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6E2 is #22191D. Grayscale: #E2E2E2. Windows color (decimal): -2234654 or 14870237. OLE color: 14870237.
HSL color Cylindrical-coordinate representation of color #DDE6E2: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE6E2 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 226 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.10 |
| HSL | 153.33º | 0.15% | 0.88% | - |
| HSV(B) | 153.33º | 0.04% | 0.9% | - |
| XYZ | 71.84 | 77.46 | 83.12 | - |
| YUV | 226.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 226 | 0.04 | 0 | 0.02 | 0.10 | 153.33 | 0.15 | 0.88 |
| Hex | DD | E6 | E2 | 4 | 0 | 2 | A | 99 | F | 58 |
| Octal | 335 | 346 | 342 | 4 | 0 | 2 | 12 | 231 | 17 | 130 |
| Binary | 11011101 | 11100110 | 11100010 | 100 | 0 | 10 | 1010 | 10011001 | 1111 | 1011000 |
Color Harmonies of #DDE6E2
Complementary color
Monochromatic Colors of #DDE6E2
Black with #DDE6E2
Text Example
Text Example
White with #DDE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6E2; }
p { color: rgb(221,230,226); }
H1.HeaderClassName
{
color: #DDE6E2;
}
.AnyTagClassName
{
color: #DDE6E2;
}
</style>
background-color css
<style>
a { background-color: #DDE6E2; }
a { background-color: rgb(221,230,226); }
div.DivClassName
{
background-color: #DDE6E2;
}
.BgClassName
{
background-color: #DDE6E2;
}
</style>
border-color css
<style>
span { border-color: #DDE6E2; }
span { border-color: rgb(221,230,226); }
td.TdClassName
{
border-color: #DDE6E2;
}
.TagClassName
{
border-color: #DDE6E2;
}
</style>