Shades of Snow Flurry #DDF8BC
Tints of Snow Flurry #DDF8BC
RGB
CMYK
RGB Variations
Color information
#DDF8BC (or 0xDDF8BC) is known color: Snow Flurry. HEX triplet: DD, F8 and BC. RGB value is (221,248,188). Sum of RGB (Red+Green+Blue) = 221+248+188=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8BC is #220743. Grayscale: #E9E9E9. Windows color (decimal): -2230084 or 12384477. OLE color: 12384477.
HSL color Cylindrical-coordinate representation of color #DDF8BC: hue angle of 87º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDF8BC is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 188 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.03 |
| HSL | 87º | 0.81% | 0.85% | - |
| HSV(B) | 87º | 0.24% | 0.97% | - |
| XYZ | 72.46 | 86.14 | 60.38 | - |
| YUV | 233.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 188 | 0.11 | 0 | 0.24 | 0.03 | 87 | 0.81 | 0.85 |
| Hex | DD | F8 | BC | B | 0 | 18 | 3 | 57 | 51 | 55 |
| Octal | 335 | 370 | 274 | 13 | 0 | 30 | 3 | 127 | 121 | 125 |
| Binary | 11011101 | 11111000 | 10111100 | 1011 | 0 | 11000 | 11 | 1010111 | 1010001 | 1010101 |
Color Harmonies of #DDF8BC
Complementary color
Monochromatic Colors of #DDF8BC
Black with #DDF8BC
Text Example
Text Example
White with #DDF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8BC; }
p { color: rgb(221,248,188); }
H1.HeaderClassName
{
color: #DDF8BC;
}
.AnyTagClassName
{
color: #DDF8BC;
}
</style>
background-color css
<style>
a { background-color: #DDF8BC; }
a { background-color: rgb(221,248,188); }
div.DivClassName
{
background-color: #DDF8BC;
}
.BgClassName
{
background-color: #DDF8BC;
}
</style>
border-color css
<style>
span { border-color: #DDF8BC; }
span { border-color: rgb(221,248,188); }
td.TdClassName
{
border-color: #DDF8BC;
}
.TagClassName
{
border-color: #DDF8BC;
}
</style>