Shades of Snow Flurry #DDF6BD
Tints of Snow Flurry #DDF6BD
RGB
CMYK
RGB Variations
Color information
#DDF6BD (or 0xDDF6BD) is known color: Snow Flurry. HEX triplet: DD, F6 and BD. RGB value is (221,246,189). Sum of RGB (Red+Green+Blue) = 221+246+189=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6BD is #220942. Grayscale: #E8E8E8. Windows color (decimal): -2230595 or 12449501. OLE color: 12449501.
HSL color Cylindrical-coordinate representation of color #DDF6BD: hue angle of 86.32º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF6BD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 189 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.04 |
| HSL | 86.32º | 0.76% | 0.85% | - |
| HSV(B) | 86.32º | 0.23% | 0.96% | - |
| XYZ | 71.96 | 84.96 | 60.75 | - |
| YUV | 232.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 189 | 0.10 | 0 | 0.23 | 0.04 | 86.32 | 0.76 | 0.85 |
| Hex | DD | F6 | BD | A | 0 | 17 | 4 | 56 | 4C | 55 |
| Octal | 335 | 366 | 275 | 12 | 0 | 27 | 4 | 126 | 114 | 125 |
| Binary | 11011101 | 11110110 | 10111101 | 1010 | 0 | 10111 | 100 | 1010110 | 1001100 | 1010101 |
Color Harmonies of #DDF6BD
Complementary color
Monochromatic Colors of #DDF6BD
Black with #DDF6BD
Text Example
Text Example
White with #DDF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6BD; }
p { color: rgb(221,246,189); }
H1.HeaderClassName
{
color: #DDF6BD;
}
.AnyTagClassName
{
color: #DDF6BD;
}
</style>
background-color css
<style>
a { background-color: #DDF6BD; }
a { background-color: rgb(221,246,189); }
div.DivClassName
{
background-color: #DDF6BD;
}
.BgClassName
{
background-color: #DDF6BD;
}
</style>
border-color css
<style>
span { border-color: #DDF6BD; }
span { border-color: rgb(221,246,189); }
td.TdClassName
{
border-color: #DDF6BD;
}
.TagClassName
{
border-color: #DDF6BD;
}
</style>