Shades of White Ice #DDF4E9
Tints of White Ice #DDF4E9
RGB
CMYK
RGB Variations
Color information
#DDF4E9 (or 0xDDF4E9) is known color: White Ice. HEX triplet: DD, F4 and E9. RGB value is (221,244,233). Sum of RGB (Red+Green+Blue) = 221+244+233=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4E9 is #220B16. Grayscale: #EBEBEB. Windows color (decimal): -2231063 or 15332573. OLE color: 15332573.
HSL color Cylindrical-coordinate representation of color #DDF4E9: hue angle of 151.3º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4E9 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 233 | - |
CMYK | 0.09 | 0 | 0.05 | 0.04 |
HSL | 151.3º | 0.51% | 0.91% | - |
HSV(B) | 151.3º | 0.09% | 0.96% | - |
XYZ | 76.88 | 85.96 | 89.63 | - |
YUV | 235.87 | 126.38 | 117.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 233 | 0.09 | 0 | 0.05 | 0.04 | 151.3 | 0.51 | 0.91 |
Hex | DD | F4 | E9 | 9 | 0 | 5 | 4 | 97 | 33 | 5B |
Octal | 335 | 364 | 351 | 11 | 0 | 5 | 4 | 227 | 63 | 133 |
Binary | 11011101 | 11110100 | 11101001 | 1001 | 0 | 101 | 100 | 10010111 | 110011 | 1011011 |
Color Harmonies of #DDF4E9
Complementary color
Monochromatic Colors of #DDF4E9
Black with #DDF4E9
Text Example
Text Example
White with #DDF4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4E9; }
p { color: rgb(221,244,233); }
H1.HeaderClassName
{
color: #DDF4E9;
}
.AnyTagClassName
{
color: #DDF4E9;
}
</style>
background-color css
<style>
a { background-color: #DDF4E9; }
a { background-color: rgb(221,244,233); }
div.DivClassName
{
background-color: #DDF4E9;
}
.BgClassName
{
background-color: #DDF4E9;
}
</style>
border-color css
<style>
span { border-color: #DDF4E9; }
span { border-color: rgb(221,244,233); }
td.TdClassName
{
border-color: #DDF4E9;
}
.TagClassName
{
border-color: #DDF4E9;
}
</style>