Shades of White Ice #DDE8E3
Tints of White Ice #DDE8E3
RGB
CMYK
RGB Variations
Color information
#DDE8E3 (or 0xDDE8E3) is known color: White Ice. HEX triplet: DD, E8 and E3. RGB value is (221,232,227). Sum of RGB (Red+Green+Blue) = 221+232+227=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8E3 is #22171C. Grayscale: #E4E4E4. Windows color (decimal): -2234141 or 14936285. OLE color: 14936285.
HSL color Cylindrical-coordinate representation of color #DDE8E3: hue angle of 152.73º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE8E3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 227 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.09 |
| HSL | 152.73º | 0.19% | 0.89% | - |
| HSV(B) | 152.73º | 0.05% | 0.91% | - |
| XYZ | 72.54 | 78.63 | 84.03 | - |
| YUV | 228.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 227 | 0.05 | 0 | 0.02 | 0.09 | 152.73 | 0.19 | 0.89 |
| Hex | DD | E8 | E3 | 5 | 0 | 2 | 9 | 99 | 13 | 59 |
| Octal | 335 | 350 | 343 | 5 | 0 | 2 | 11 | 231 | 23 | 131 |
| Binary | 11011101 | 11101000 | 11100011 | 101 | 0 | 10 | 1001 | 10011001 | 10011 | 1011001 |
Color Harmonies of #DDE8E3
Complementary color
Monochromatic Colors of #DDE8E3
Black with #DDE8E3
Text Example
Text Example
White with #DDE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8E3; }
p { color: rgb(221,232,227); }
H1.HeaderClassName
{
color: #DDE8E3;
}
.AnyTagClassName
{
color: #DDE8E3;
}
</style>
background-color css
<style>
a { background-color: #DDE8E3; }
a { background-color: rgb(221,232,227); }
div.DivClassName
{
background-color: #DDE8E3;
}
.BgClassName
{
background-color: #DDE8E3;
}
</style>
border-color css
<style>
span { border-color: #DDE8E3; }
span { border-color: rgb(221,232,227); }
td.TdClassName
{
border-color: #DDE8E3;
}
.TagClassName
{
border-color: #DDE8E3;
}
</style>