Shades of Snow Flurry #DDF7B9
Tints of Snow Flurry #DDF7B9
RGB
CMYK
RGB Variations
Color information
#DDF7B9 (or 0xDDF7B9) is known color: Snow Flurry. HEX triplet: DD, F7 and B9. RGB value is (221,247,185). Sum of RGB (Red+Green+Blue) = 221+247+185=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7B9 is #220846. Grayscale: #E8E8E8. Windows color (decimal): -2230343 or 12187613. OLE color: 12187613.
HSL color Cylindrical-coordinate representation of color #DDF7B9: hue angle of 85.16º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF7B9 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 185 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.03 |
| HSL | 85.16º | 0.79% | 0.85% | - |
| HSV(B) | 85.16º | 0.25% | 0.97% | - |
| XYZ | 71.84 | 85.4 | 58.6 | - |
| YUV | 232.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 185 | 0.11 | 0 | 0.25 | 0.03 | 85.16 | 0.79 | 0.85 |
| Hex | DD | F7 | B9 | B | 0 | 19 | 3 | 55 | 4F | 55 |
| Octal | 335 | 367 | 271 | 13 | 0 | 31 | 3 | 125 | 117 | 125 |
| Binary | 11011101 | 11110111 | 10111001 | 1011 | 0 | 11001 | 11 | 1010101 | 1001111 | 1010101 |
Color Harmonies of #DDF7B9
Complementary color
Monochromatic Colors of #DDF7B9
Black with #DDF7B9
Text Example
Text Example
White with #DDF7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7B9; }
p { color: rgb(221,247,185); }
H1.HeaderClassName
{
color: #DDF7B9;
}
.AnyTagClassName
{
color: #DDF7B9;
}
</style>
background-color css
<style>
a { background-color: #DDF7B9; }
a { background-color: rgb(221,247,185); }
div.DivClassName
{
background-color: #DDF7B9;
}
.BgClassName
{
background-color: #DDF7B9;
}
</style>
border-color css
<style>
span { border-color: #DDF7B9; }
span { border-color: rgb(221,247,185); }
td.TdClassName
{
border-color: #DDF7B9;
}
.TagClassName
{
border-color: #DDF7B9;
}
</style>