Shades of White Ice #DDF3E8
Tints of White Ice #DDF3E8
RGB
CMYK
RGB Variations
Color information
#DDF3E8 (or 0xDDF3E8) is known color: White Ice. HEX triplet: DD, F3 and E8. RGB value is (221,243,232). Sum of RGB (Red+Green+Blue) = 221+243+232=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3E8 is #220C17. Grayscale: #EBEBEB. Windows color (decimal): -2231320 or 15266781. OLE color: 15266781.
HSL color Cylindrical-coordinate representation of color #DDF3E8: hue angle of 150º 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 #DDF3E8 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 232 | - |
CMYK | 0.09 | 0 | 0.05 | 0.05 |
HSL | 150º | 0.48% | 0.91% | - |
HSV(B) | 150º | 0.09% | 0.95% | - |
XYZ | 76.43 | 85.3 | 88.78 | - |
YUV | 235.17 | 126.21 | 117.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 232 | 0.09 | 0 | 0.05 | 0.05 | 150 | 0.48 | 0.91 |
Hex | DD | F3 | E8 | 9 | 0 | 5 | 5 | 96 | 30 | 5B |
Octal | 335 | 363 | 350 | 11 | 0 | 5 | 5 | 226 | 60 | 133 |
Binary | 11011101 | 11110011 | 11101000 | 1001 | 0 | 101 | 101 | 10010110 | 110000 | 1011011 |
Color Harmonies of #DDF3E8
Complementary color
Monochromatic Colors of #DDF3E8
Black with #DDF3E8
Text Example
Text Example
White with #DDF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3E8; }
p { color: rgb(221,243,232); }
H1.HeaderClassName
{
color: #DDF3E8;
}
.AnyTagClassName
{
color: #DDF3E8;
}
</style>
background-color css
<style>
a { background-color: #DDF3E8; }
a { background-color: rgb(221,243,232); }
div.DivClassName
{
background-color: #DDF3E8;
}
.BgClassName
{
background-color: #DDF3E8;
}
</style>
border-color css
<style>
span { border-color: #DDF3E8; }
span { border-color: rgb(221,243,232); }
td.TdClassName
{
border-color: #DDF3E8;
}
.TagClassName
{
border-color: #DDF3E8;
}
</style>