Shades of Snow Flurry #DDF1B9
Tints of Snow Flurry #DDF1B9
RGB
CMYK
RGB Variations
Color information
#DDF1B9 (or 0xDDF1B9) is known color: Snow Flurry. HEX triplet: DD, F1 and B9. RGB value is (221,241,185). Sum of RGB (Red+Green+Blue) = 221+241+185=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1B9 is #220E46. Grayscale: #E4E4E4. Windows color (decimal): -2231879 or 12186077. OLE color: 12186077.
HSL color Cylindrical-coordinate representation of color #DDF1B9: hue angle of 81.43º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF1B9 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 185 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.05 |
| HSL | 81.43º | 0.67% | 0.84% | - |
| HSV(B) | 81.43º | 0.23% | 0.95% | - |
| XYZ | 70.03 | 81.79 | 57.99 | - |
| YUV | 228.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 185 | 0.08 | 0 | 0.23 | 0.05 | 81.43 | 0.67 | 0.84 |
| Hex | DD | F1 | B9 | 8 | 0 | 17 | 5 | 51 | 43 | 54 |
| Octal | 335 | 361 | 271 | 10 | 0 | 27 | 5 | 121 | 103 | 124 |
| Binary | 11011101 | 11110001 | 10111001 | 1000 | 0 | 10111 | 101 | 1010001 | 1000011 | 1010100 |
Color Harmonies of #DDF1B9
Complementary color
Monochromatic Colors of #DDF1B9
Black with #DDF1B9
Text Example
Text Example
White with #DDF1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1B9; }
p { color: rgb(221,241,185); }
H1.HeaderClassName
{
color: #DDF1B9;
}
.AnyTagClassName
{
color: #DDF1B9;
}
</style>
background-color css
<style>
a { background-color: #DDF1B9; }
a { background-color: rgb(221,241,185); }
div.DivClassName
{
background-color: #DDF1B9;
}
.BgClassName
{
background-color: #DDF1B9;
}
</style>
border-color css
<style>
span { border-color: #DDF1B9; }
span { border-color: rgb(221,241,185); }
td.TdClassName
{
border-color: #DDF1B9;
}
.TagClassName
{
border-color: #DDF1B9;
}
</style>