Shades of White Ice #DDF5E9
Tints of White Ice #DDF5E9
RGB
CMYK
RGB Variations
Color information
#DDF5E9 (or 0xDDF5E9) is known color: White Ice. HEX triplet: DD, F5 and E9. RGB value is (221,245,233). Sum of RGB (Red+Green+Blue) = 221+245+233=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5E9 is #220A16. Grayscale: #ECECEC. Windows color (decimal): -2230807 or 15332829. OLE color: 15332829.
HSL color Cylindrical-coordinate representation of color #DDF5E9: hue angle of 150º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5E9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 233 | - |
CMYK | 0.10 | 0 | 0.05 | 0.04 |
HSL | 150º | 0.55% | 0.91% | - |
HSV(B) | 150º | 0.1% | 0.96% | - |
XYZ | 77.18 | 86.56 | 89.73 | - |
YUV | 236.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 233 | 0.10 | 0 | 0.05 | 0.04 | 150 | 0.55 | 0.91 |
Hex | DD | F5 | E9 | A | 0 | 5 | 4 | 96 | 37 | 5B |
Octal | 335 | 365 | 351 | 12 | 0 | 5 | 4 | 226 | 67 | 133 |
Binary | 11011101 | 11110101 | 11101001 | 1010 | 0 | 101 | 100 | 10010110 | 110111 | 1011011 |
Color Harmonies of #DDF5E9
Complementary color
Monochromatic Colors of #DDF5E9
Black with #DDF5E9
Text Example
Text Example
White with #DDF5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5E9; }
p { color: rgb(221,245,233); }
H1.HeaderClassName
{
color: #DDF5E9;
}
.AnyTagClassName
{
color: #DDF5E9;
}
</style>
background-color css
<style>
a { background-color: #DDF5E9; }
a { background-color: rgb(221,245,233); }
div.DivClassName
{
background-color: #DDF5E9;
}
.BgClassName
{
background-color: #DDF5E9;
}
</style>
border-color css
<style>
span { border-color: #DDF5E9; }
span { border-color: rgb(221,245,233); }
td.TdClassName
{
border-color: #DDF5E9;
}
.TagClassName
{
border-color: #DDF5E9;
}
</style>