Shades of White Ice #DDF1E6
Tints of White Ice #DDF1E6
RGB
CMYK
RGB Variations
Color information
#DDF1E6 (or 0xDDF1E6) is known color: White Ice. HEX triplet: DD, F1 and E6. RGB value is (221,241,230). Sum of RGB (Red+Green+Blue) = 221+241+230=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1E6 is #220E19. Grayscale: #E9E9E9. Windows color (decimal): -2231834 or 15135197. OLE color: 15135197.
HSL color Cylindrical-coordinate representation of color #DDF1E6: hue angle of 147º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1E6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 241 | 230 | - |
CMYK | 0.08 | 0 | 0.05 | 0.05 |
HSL | 147º | 0.42% | 0.91% | - |
HSV(B) | 147º | 0.08% | 0.95% | - |
XYZ | 75.56 | 84 | 87.09 | - |
YUV | 233.77 | 125.87 | 118.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 230 | 0.08 | 0 | 0.05 | 0.05 | 147 | 0.42 | 0.91 |
Hex | DD | F1 | E6 | 8 | 0 | 5 | 5 | 93 | 2A | 5B |
Octal | 335 | 361 | 346 | 10 | 0 | 5 | 5 | 223 | 52 | 133 |
Binary | 11011101 | 11110001 | 11100110 | 1000 | 0 | 101 | 101 | 10010011 | 101010 | 1011011 |
Color Harmonies of #DDF1E6
Complementary color
Monochromatic Colors of #DDF1E6
Black with #DDF1E6
Text Example
Text Example
White with #DDF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1E6; }
p { color: rgb(221,241,230); }
H1.HeaderClassName
{
color: #DDF1E6;
}
.AnyTagClassName
{
color: #DDF1E6;
}
</style>
background-color css
<style>
a { background-color: #DDF1E6; }
a { background-color: rgb(221,241,230); }
div.DivClassName
{
background-color: #DDF1E6;
}
.BgClassName
{
background-color: #DDF1E6;
}
</style>
border-color css
<style>
span { border-color: #DDF1E6; }
span { border-color: rgb(221,241,230); }
td.TdClassName
{
border-color: #DDF1E6;
}
.TagClassName
{
border-color: #DDF1E6;
}
</style>