Shades of White Ice #DDE9E2
Tints of White Ice #DDE9E2
RGB
CMYK
RGB Variations
Color information
#DDE9E2 (or 0xDDE9E2) is known color: White Ice. HEX triplet: DD, E9 and E2. RGB value is (221,233,226). Sum of RGB (Red+Green+Blue) = 221+233+226=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9E2 is #22161D. Grayscale: #E4E4E4. Windows color (decimal): -2233886 or 14871005. OLE color: 14871005.
HSL color Cylindrical-coordinate representation of color #DDE9E2: hue angle of 145º degrees, saturation: 0.21, 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 #DDE9E2 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 233 | 226 | - |
CMYK | 0.05 | 0 | 0.03 | 0.09 |
HSL | 145º | 0.21% | 0.89% | - |
HSV(B) | 145º | 0.05% | 0.91% | - |
XYZ | 72.69 | 79.14 | 83.4 | - |
YUV | 228.61 | 126.52 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 233 | 226 | 0.05 | 0 | 0.03 | 0.09 | 145 | 0.21 | 0.89 |
Hex | DD | E9 | E2 | 5 | 0 | 3 | 9 | 91 | 15 | 59 |
Octal | 335 | 351 | 342 | 5 | 0 | 3 | 11 | 221 | 25 | 131 |
Binary | 11011101 | 11101001 | 11100010 | 101 | 0 | 11 | 1001 | 10010001 | 10101 | 1011001 |
Color Harmonies of #DDE9E2
Complementary color
Monochromatic Colors of #DDE9E2
Black with #DDE9E2
Text Example
Text Example
White with #DDE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9E2; }
p { color: rgb(221,233,226); }
H1.HeaderClassName
{
color: #DDE9E2;
}
.AnyTagClassName
{
color: #DDE9E2;
}
</style>
background-color css
<style>
a { background-color: #DDE9E2; }
a { background-color: rgb(221,233,226); }
div.DivClassName
{
background-color: #DDE9E2;
}
.BgClassName
{
background-color: #DDE9E2;
}
</style>
border-color css
<style>
span { border-color: #DDE9E2; }
span { border-color: rgb(221,233,226); }
td.TdClassName
{
border-color: #DDE9E2;
}
.TagClassName
{
border-color: #DDE9E2;
}
</style>