Shades of Snow Flurry #DDF7BC
Tints of Snow Flurry #DDF7BC
RGB
CMYK
RGB Variations
Color information
#DDF7BC (or 0xDDF7BC) is known color: Snow Flurry. HEX triplet: DD, F7 and BC. RGB value is (221,247,188). Sum of RGB (Red+Green+Blue) = 221+247+188=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7BC is #220843. Grayscale: #E8E8E8. Windows color (decimal): -2230340 or 12384221. OLE color: 12384221.
HSL color Cylindrical-coordinate representation of color #DDF7BC: hue angle of 86.44º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDF7BC is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 188 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.03 |
| HSL | 86.44º | 0.79% | 0.85% | - |
| HSV(B) | 86.44º | 0.24% | 0.97% | - |
| XYZ | 72.16 | 85.52 | 60.28 | - |
| YUV | 232.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 188 | 0.11 | 0 | 0.24 | 0.03 | 86.44 | 0.79 | 0.85 |
| Hex | DD | F7 | BC | B | 0 | 18 | 3 | 56 | 4F | 55 |
| Octal | 335 | 367 | 274 | 13 | 0 | 30 | 3 | 126 | 117 | 125 |
| Binary | 11011101 | 11110111 | 10111100 | 1011 | 0 | 11000 | 11 | 1010110 | 1001111 | 1010101 |
Color Harmonies of #DDF7BC
Complementary color
Monochromatic Colors of #DDF7BC
Black with #DDF7BC
Text Example
Text Example
White with #DDF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7BC; }
p { color: rgb(221,247,188); }
H1.HeaderClassName
{
color: #DDF7BC;
}
.AnyTagClassName
{
color: #DDF7BC;
}
</style>
background-color css
<style>
a { background-color: #DDF7BC; }
a { background-color: rgb(221,247,188); }
div.DivClassName
{
background-color: #DDF7BC;
}
.BgClassName
{
background-color: #DDF7BC;
}
</style>
border-color css
<style>
span { border-color: #DDF7BC; }
span { border-color: rgb(221,247,188); }
td.TdClassName
{
border-color: #DDF7BC;
}
.TagClassName
{
border-color: #DDF7BC;
}
</style>