Shades of Snow Flurry #DDF0BD
Tints of Snow Flurry #DDF0BD
RGB
CMYK
RGB Variations
Color information
#DDF0BD (or 0xDDF0BD) is known color: Snow Flurry. HEX triplet: DD, F0 and BD. RGB value is (221,240,189). Sum of RGB (Red+Green+Blue) = 221+240+189=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BD is #220F42. Grayscale: #E4E4E4. Windows color (decimal): -2232131 or 12447965. OLE color: 12447965.
HSL color Cylindrical-coordinate representation of color #DDF0BD: hue angle of 82.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF0BD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 189 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.06 |
| HSL | 82.35º | 0.63% | 0.84% | - |
| HSV(B) | 82.35º | 0.21% | 0.94% | - |
| XYZ | 70.16 | 81.37 | 60.15 | - |
| YUV | 228.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 189 | 0.08 | 0 | 0.21 | 0.06 | 82.35 | 0.63 | 0.84 |
| Hex | DD | F0 | BD | 8 | 0 | 15 | 6 | 52 | 3F | 54 |
| Octal | 335 | 360 | 275 | 10 | 0 | 25 | 6 | 122 | 77 | 124 |
| Binary | 11011101 | 11110000 | 10111101 | 1000 | 0 | 10101 | 110 | 1010010 | 111111 | 1010100 |
Color Harmonies of #DDF0BD
Complementary color
Monochromatic Colors of #DDF0BD
Black with #DDF0BD
Text Example
Text Example
White with #DDF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0BD; }
p { color: rgb(221,240,189); }
H1.HeaderClassName
{
color: #DDF0BD;
}
.AnyTagClassName
{
color: #DDF0BD;
}
</style>
background-color css
<style>
a { background-color: #DDF0BD; }
a { background-color: rgb(221,240,189); }
div.DivClassName
{
background-color: #DDF0BD;
}
.BgClassName
{
background-color: #DDF0BD;
}
</style>
border-color css
<style>
span { border-color: #DDF0BD; }
span { border-color: rgb(221,240,189); }
td.TdClassName
{
border-color: #DDF0BD;
}
.TagClassName
{
border-color: #DDF0BD;
}
</style>