Shades of White Ice #DDF2E9
Tints of White Ice #DDF2E9
RGB
CMYK
RGB Variations
Color information
#DDF2E9 (or 0xDDF2E9) is known color: White Ice. HEX triplet: DD, F2 and E9. RGB value is (221,242,233). Sum of RGB (Red+Green+Blue) = 221+242+233=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2E9 is #220D16. Grayscale: #EAEAEA. Windows color (decimal): -2231575 or 15332061. OLE color: 15332061.
HSL color Cylindrical-coordinate representation of color #DDF2E9: hue angle of 154.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E9 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 233 | - |
CMYK | 0.09 | 0 | 0.04 | 0.05 |
HSL | 154.29º | 0.45% | 0.91% | - |
HSV(B) | 154.29º | 0.09% | 0.95% | - |
XYZ | 76.28 | 84.76 | 89.43 | - |
YUV | 234.7 | 127.04 | 118.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 233 | 0.09 | 0 | 0.04 | 0.05 | 154.29 | 0.45 | 0.91 |
Hex | DD | F2 | E9 | 9 | 0 | 4 | 5 | 9A | 2D | 5B |
Octal | 335 | 362 | 351 | 11 | 0 | 4 | 5 | 232 | 55 | 133 |
Binary | 11011101 | 11110010 | 11101001 | 1001 | 0 | 100 | 101 | 10011010 | 101101 | 1011011 |
Color Harmonies of #DDF2E9
Complementary color
Monochromatic Colors of #DDF2E9
Black with #DDF2E9
Text Example
Text Example
White with #DDF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2E9; }
p { color: rgb(221,242,233); }
H1.HeaderClassName
{
color: #DDF2E9;
}
.AnyTagClassName
{
color: #DDF2E9;
}
</style>
background-color css
<style>
a { background-color: #DDF2E9; }
a { background-color: rgb(221,242,233); }
div.DivClassName
{
background-color: #DDF2E9;
}
.BgClassName
{
background-color: #DDF2E9;
}
</style>
border-color css
<style>
span { border-color: #DDF2E9; }
span { border-color: rgb(221,242,233); }
td.TdClassName
{
border-color: #DDF2E9;
}
.TagClassName
{
border-color: #DDF2E9;
}
</style>