Shades of White Ice #DDF3E9
Tints of White Ice #DDF3E9
RGB
CMYK
RGB Variations
Color information
#DDF3E9 (or 0xDDF3E9) is known color: White Ice. HEX triplet: DD, F3 and E9. RGB value is (221,243,233). Sum of RGB (Red+Green+Blue) = 221+243+233=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3E9 is #220C16. Grayscale: #EBEBEB. Windows color (decimal): -2231319 or 15332317. OLE color: 15332317.
HSL color Cylindrical-coordinate representation of color #DDF3E9: hue angle of 152.73º degrees, saturation: 0.48, 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 #DDF3E9 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 233 | - |
CMYK | 0.09 | 0 | 0.04 | 0.05 |
HSL | 152.73º | 0.48% | 0.91% | - |
HSV(B) | 152.73º | 0.09% | 0.95% | - |
XYZ | 76.58 | 85.36 | 89.53 | - |
YUV | 235.28 | 126.71 | 117.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 233 | 0.09 | 0 | 0.04 | 0.05 | 152.73 | 0.48 | 0.91 |
Hex | DD | F3 | E9 | 9 | 0 | 4 | 5 | 99 | 30 | 5B |
Octal | 335 | 363 | 351 | 11 | 0 | 4 | 5 | 231 | 60 | 133 |
Binary | 11011101 | 11110011 | 11101001 | 1001 | 0 | 100 | 101 | 10011001 | 110000 | 1011011 |
Color Harmonies of #DDF3E9
Complementary color
Monochromatic Colors of #DDF3E9
Black with #DDF3E9
Text Example
Text Example
White with #DDF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3E9; }
p { color: rgb(221,243,233); }
H1.HeaderClassName
{
color: #DDF3E9;
}
.AnyTagClassName
{
color: #DDF3E9;
}
</style>
background-color css
<style>
a { background-color: #DDF3E9; }
a { background-color: rgb(221,243,233); }
div.DivClassName
{
background-color: #DDF3E9;
}
.BgClassName
{
background-color: #DDF3E9;
}
</style>
border-color css
<style>
span { border-color: #DDF3E9; }
span { border-color: rgb(221,243,233); }
td.TdClassName
{
border-color: #DDF3E9;
}
.TagClassName
{
border-color: #DDF3E9;
}
</style>