Shades of Snow Flurry #DDF5BD
Tints of Snow Flurry #DDF5BD
RGB
CMYK
RGB Variations
Color information
#DDF5BD (or 0xDDF5BD) is known color: Snow Flurry. HEX triplet: DD, F5 and BD. RGB value is (221,245,189). Sum of RGB (Red+Green+Blue) = 221+245+189=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5BD is #220A42. Grayscale: #E7E7E7. Windows color (decimal): -2230851 or 12449245. OLE color: 12449245.
HSL color Cylindrical-coordinate representation of color #DDF5BD: hue angle of 85.71º degrees, saturation: 0.74, 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 #DDF5BD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 189 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.04 |
| HSL | 85.71º | 0.74% | 0.85% | - |
| HSV(B) | 85.71º | 0.23% | 0.96% | - |
| XYZ | 71.66 | 84.35 | 60.65 | - |
| YUV | 231.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 189 | 0.10 | 0 | 0.23 | 0.04 | 85.71 | 0.74 | 0.85 |
| Hex | DD | F5 | BD | A | 0 | 17 | 4 | 56 | 4A | 55 |
| Octal | 335 | 365 | 275 | 12 | 0 | 27 | 4 | 126 | 112 | 125 |
| Binary | 11011101 | 11110101 | 10111101 | 1010 | 0 | 10111 | 100 | 1010110 | 1001010 | 1010101 |
Color Harmonies of #DDF5BD
Complementary color
Monochromatic Colors of #DDF5BD
Black with #DDF5BD
Text Example
Text Example
White with #DDF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5BD; }
p { color: rgb(221,245,189); }
H1.HeaderClassName
{
color: #DDF5BD;
}
.AnyTagClassName
{
color: #DDF5BD;
}
</style>
background-color css
<style>
a { background-color: #DDF5BD; }
a { background-color: rgb(221,245,189); }
div.DivClassName
{
background-color: #DDF5BD;
}
.BgClassName
{
background-color: #DDF5BD;
}
</style>
border-color css
<style>
span { border-color: #DDF5BD; }
span { border-color: rgb(221,245,189); }
td.TdClassName
{
border-color: #DDF5BD;
}
.TagClassName
{
border-color: #DDF5BD;
}
</style>