Shades of Snow Flurry #DDF4BC
Tints of Snow Flurry #DDF4BC
RGB
CMYK
RGB Variations
Color information
#DDF4BC (or 0xDDF4BC) is known color: Snow Flurry. HEX triplet: DD, F4 and BC. RGB value is (221,244,188). Sum of RGB (Red+Green+Blue) = 221+244+188=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4BC is #220B43. Grayscale: #E6E6E6. Windows color (decimal): -2231108 or 12383453. OLE color: 12383453.
HSL color Cylindrical-coordinate representation of color #DDF4BC: hue angle of 84.64º degrees, saturation: 0.72, 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 #DDF4BC is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 188 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.04 |
| HSL | 84.64º | 0.72% | 0.85% | - |
| HSV(B) | 84.64º | 0.23% | 0.96% | - |
| XYZ | 71.25 | 83.7 | 59.98 | - |
| YUV | 230.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 188 | 0.09 | 0 | 0.23 | 0.04 | 84.64 | 0.72 | 0.85 |
| Hex | DD | F4 | BC | 9 | 0 | 17 | 4 | 55 | 48 | 55 |
| Octal | 335 | 364 | 274 | 11 | 0 | 27 | 4 | 125 | 110 | 125 |
| Binary | 11011101 | 11110100 | 10111100 | 1001 | 0 | 10111 | 100 | 1010101 | 1001000 | 1010101 |
Color Harmonies of #DDF4BC
Complementary color
Monochromatic Colors of #DDF4BC
Black with #DDF4BC
Text Example
Text Example
White with #DDF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4BC; }
p { color: rgb(221,244,188); }
H1.HeaderClassName
{
color: #DDF4BC;
}
.AnyTagClassName
{
color: #DDF4BC;
}
</style>
background-color css
<style>
a { background-color: #DDF4BC; }
a { background-color: rgb(221,244,188); }
div.DivClassName
{
background-color: #DDF4BC;
}
.BgClassName
{
background-color: #DDF4BC;
}
</style>
border-color css
<style>
span { border-color: #DDF4BC; }
span { border-color: rgb(221,244,188); }
td.TdClassName
{
border-color: #DDF4BC;
}
.TagClassName
{
border-color: #DDF4BC;
}
</style>