Shades of Snow Flurry #DDF8BA
Tints of Snow Flurry #DDF8BA
RGB
CMYK
RGB Variations
Color information
#DDF8BA (or 0xDDF8BA) is known color: Snow Flurry. HEX triplet: DD, F8 and BA. RGB value is (221,248,186). Sum of RGB (Red+Green+Blue) = 221+248+186=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8BA is #220745. Grayscale: #E9E9E9. Windows color (decimal): -2230086 or 12253405. OLE color: 12253405.
HSL color Cylindrical-coordinate representation of color #DDF8BA: hue angle of 86.13º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF8BA is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 186 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.03 |
| HSL | 86.13º | 0.82% | 0.85% | - |
| HSV(B) | 86.13º | 0.25% | 0.97% | - |
| XYZ | 72.25 | 86.05 | 59.26 | - |
| YUV | 232.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 186 | 0.11 | 0 | 0.25 | 0.03 | 86.13 | 0.82 | 0.85 |
| Hex | DD | F8 | BA | B | 0 | 19 | 3 | 56 | 52 | 55 |
| Octal | 335 | 370 | 272 | 13 | 0 | 31 | 3 | 126 | 122 | 125 |
| Binary | 11011101 | 11111000 | 10111010 | 1011 | 0 | 11001 | 11 | 1010110 | 1010010 | 1010101 |
Color Harmonies of #DDF8BA
Complementary color
Monochromatic Colors of #DDF8BA
Black with #DDF8BA
Text Example
Text Example
White with #DDF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8BA; }
p { color: rgb(221,248,186); }
H1.HeaderClassName
{
color: #DDF8BA;
}
.AnyTagClassName
{
color: #DDF8BA;
}
</style>
background-color css
<style>
a { background-color: #DDF8BA; }
a { background-color: rgb(221,248,186); }
div.DivClassName
{
background-color: #DDF8BA;
}
.BgClassName
{
background-color: #DDF8BA;
}
</style>
border-color css
<style>
span { border-color: #DDF8BA; }
span { border-color: rgb(221,248,186); }
td.TdClassName
{
border-color: #DDF8BA;
}
.TagClassName
{
border-color: #DDF8BA;
}
</style>