Shades of Snow Flurry #DDF6BB
Tints of Snow Flurry #DDF6BB
RGB
CMYK
RGB Variations
Color information
#DDF6BB (or 0xDDF6BB) is known color: Snow Flurry. HEX triplet: DD, F6 and BB. RGB value is (221,246,187). Sum of RGB (Red+Green+Blue) = 221+246+187=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6BB is #220944. Grayscale: #E8E8E8. Windows color (decimal): -2230597 or 12318429. OLE color: 12318429.
HSL color Cylindrical-coordinate representation of color #DDF6BB: hue angle of 85.42º degrees, saturation: 0.77, 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 #DDF6BB is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 187 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.04 |
| HSL | 85.42º | 0.77% | 0.85% | - |
| HSV(B) | 85.42º | 0.24% | 0.96% | - |
| XYZ | 71.74 | 84.87 | 59.61 | - |
| YUV | 231.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 187 | 0.10 | 0 | 0.24 | 0.04 | 85.42 | 0.77 | 0.85 |
| Hex | DD | F6 | BB | A | 0 | 18 | 4 | 55 | 4D | 55 |
| Octal | 335 | 366 | 273 | 12 | 0 | 30 | 4 | 125 | 115 | 125 |
| Binary | 11011101 | 11110110 | 10111011 | 1010 | 0 | 11000 | 100 | 1010101 | 1001101 | 1010101 |
Color Harmonies of #DDF6BB
Complementary color
Monochromatic Colors of #DDF6BB
Black with #DDF6BB
Text Example
Text Example
White with #DDF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6BB; }
p { color: rgb(221,246,187); }
H1.HeaderClassName
{
color: #DDF6BB;
}
.AnyTagClassName
{
color: #DDF6BB;
}
</style>
background-color css
<style>
a { background-color: #DDF6BB; }
a { background-color: rgb(221,246,187); }
div.DivClassName
{
background-color: #DDF6BB;
}
.BgClassName
{
background-color: #DDF6BB;
}
</style>
border-color css
<style>
span { border-color: #DDF6BB; }
span { border-color: rgb(221,246,187); }
td.TdClassName
{
border-color: #DDF6BB;
}
.TagClassName
{
border-color: #DDF6BB;
}
</style>