Shades of Snow Flurry #DDF7BD
Tints of Snow Flurry #DDF7BD
RGB
CMYK
RGB Variations
Color information
#DDF7BD (or 0xDDF7BD) is known color: Snow Flurry. HEX triplet: DD, F7 and BD. RGB value is (221,247,189). Sum of RGB (Red+Green+Blue) = 221+247+189=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7BD is #220842. Grayscale: #E8E8E8. Windows color (decimal): -2230339 or 12449757. OLE color: 12449757.
HSL color Cylindrical-coordinate representation of color #DDF7BD: hue angle of 86.9º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF7BD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 189 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.03 |
| HSL | 86.9º | 0.78% | 0.85% | - |
| HSV(B) | 86.9º | 0.23% | 0.97% | - |
| XYZ | 72.26 | 85.57 | 60.85 | - |
| YUV | 232.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 189 | 0.11 | 0 | 0.23 | 0.03 | 86.9 | 0.78 | 0.85 |
| Hex | DD | F7 | BD | B | 0 | 17 | 3 | 57 | 4E | 55 |
| Octal | 335 | 367 | 275 | 13 | 0 | 27 | 3 | 127 | 116 | 125 |
| Binary | 11011101 | 11110111 | 10111101 | 1011 | 0 | 10111 | 11 | 1010111 | 1001110 | 1010101 |
Color Harmonies of #DDF7BD
Complementary color
Monochromatic Colors of #DDF7BD
Black with #DDF7BD
Text Example
Text Example
White with #DDF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7BD; }
p { color: rgb(221,247,189); }
H1.HeaderClassName
{
color: #DDF7BD;
}
.AnyTagClassName
{
color: #DDF7BD;
}
</style>
background-color css
<style>
a { background-color: #DDF7BD; }
a { background-color: rgb(221,247,189); }
div.DivClassName
{
background-color: #DDF7BD;
}
.BgClassName
{
background-color: #DDF7BD;
}
</style>
border-color css
<style>
span { border-color: #DDF7BD; }
span { border-color: rgb(221,247,189); }
td.TdClassName
{
border-color: #DDF7BD;
}
.TagClassName
{
border-color: #DDF7BD;
}
</style>