Shades of Snow Flurry #DDF6BC
Tints of Snow Flurry #DDF6BC
RGB
CMYK
RGB Variations
Color information
#DDF6BC (or 0xDDF6BC) is known color: Snow Flurry. HEX triplet: DD, F6 and BC. RGB value is (221,246,188). Sum of RGB (Red+Green+Blue) = 221+246+188=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6BC is #220943. Grayscale: #E8E8E8. Windows color (decimal): -2230596 or 12383965. OLE color: 12383965.
HSL color Cylindrical-coordinate representation of color #DDF6BC: hue angle of 85.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDF6BC is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 188 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.04 |
| HSL | 85.86º | 0.76% | 0.85% | - |
| HSV(B) | 85.86º | 0.24% | 0.96% | - |
| XYZ | 71.85 | 84.91 | 60.18 | - |
| YUV | 231.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 188 | 0.10 | 0 | 0.24 | 0.04 | 85.86 | 0.76 | 0.85 |
| Hex | DD | F6 | BC | A | 0 | 18 | 4 | 56 | 4C | 55 |
| Octal | 335 | 366 | 274 | 12 | 0 | 30 | 4 | 126 | 114 | 125 |
| Binary | 11011101 | 11110110 | 10111100 | 1010 | 0 | 11000 | 100 | 1010110 | 1001100 | 1010101 |
Color Harmonies of #DDF6BC
Complementary color
Monochromatic Colors of #DDF6BC
Black with #DDF6BC
Text Example
Text Example
White with #DDF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6BC; }
p { color: rgb(221,246,188); }
H1.HeaderClassName
{
color: #DDF6BC;
}
.AnyTagClassName
{
color: #DDF6BC;
}
</style>
background-color css
<style>
a { background-color: #DDF6BC; }
a { background-color: rgb(221,246,188); }
div.DivClassName
{
background-color: #DDF6BC;
}
.BgClassName
{
background-color: #DDF6BC;
}
</style>
border-color css
<style>
span { border-color: #DDF6BC; }
span { border-color: rgb(221,246,188); }
td.TdClassName
{
border-color: #DDF6BC;
}
.TagClassName
{
border-color: #DDF6BC;
}
</style>