Shades of Snow Flurry #DDF1BD
Tints of Snow Flurry #DDF1BD
RGB
CMYK
RGB Variations
Color information
#DDF1BD (or 0xDDF1BD) is known color: Snow Flurry. HEX triplet: DD, F1 and BD. RGB value is (221,241,189). Sum of RGB (Red+Green+Blue) = 221+241+189=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1BD is #220E42. Grayscale: #E5E5E5. Windows color (decimal): -2231875 or 12448221. OLE color: 12448221.
HSL color Cylindrical-coordinate representation of color #DDF1BD: hue angle of 83.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDF1BD is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 189 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.05 |
| HSL | 83.08º | 0.65% | 0.84% | - |
| HSV(B) | 83.08º | 0.22% | 0.95% | - |
| XYZ | 70.46 | 81.96 | 60.25 | - |
| YUV | 229.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 189 | 0.08 | 0 | 0.22 | 0.05 | 83.08 | 0.65 | 0.84 |
| Hex | DD | F1 | BD | 8 | 0 | 16 | 5 | 53 | 41 | 54 |
| Octal | 335 | 361 | 275 | 10 | 0 | 26 | 5 | 123 | 101 | 124 |
| Binary | 11011101 | 11110001 | 10111101 | 1000 | 0 | 10110 | 101 | 1010011 | 1000001 | 1010100 |
Color Harmonies of #DDF1BD
Complementary color
Monochromatic Colors of #DDF1BD
Black with #DDF1BD
Text Example
Text Example
White with #DDF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1BD; }
p { color: rgb(221,241,189); }
H1.HeaderClassName
{
color: #DDF1BD;
}
.AnyTagClassName
{
color: #DDF1BD;
}
</style>
background-color css
<style>
a { background-color: #DDF1BD; }
a { background-color: rgb(221,241,189); }
div.DivClassName
{
background-color: #DDF1BD;
}
.BgClassName
{
background-color: #DDF1BD;
}
</style>
border-color css
<style>
span { border-color: #DDF1BD; }
span { border-color: rgb(221,241,189); }
td.TdClassName
{
border-color: #DDF1BD;
}
.TagClassName
{
border-color: #DDF1BD;
}
</style>