Shades of Snow Flurry #DDF2BC
Tints of Snow Flurry #DDF2BC
RGB
CMYK
RGB Variations
Color information
#DDF2BC (or 0xDDF2BC) is known color: Snow Flurry. HEX triplet: DD, F2 and BC. RGB value is (221,242,188). Sum of RGB (Red+Green+Blue) = 221+242+188=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2BC is #220D43. Grayscale: #E5E5E5. Windows color (decimal): -2231620 or 12382941. OLE color: 12382941.
HSL color Cylindrical-coordinate representation of color #DDF2BC: hue angle of 83.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDF2BC is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 188 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.05 |
| HSL | 83.33º | 0.68% | 0.84% | - |
| HSV(B) | 83.33º | 0.22% | 0.95% | - |
| XYZ | 70.65 | 82.51 | 59.78 | - |
| YUV | 229.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 188 | 0.09 | 0 | 0.22 | 0.05 | 83.33 | 0.68 | 0.84 |
| Hex | DD | F2 | BC | 9 | 0 | 16 | 5 | 53 | 44 | 54 |
| Octal | 335 | 362 | 274 | 11 | 0 | 26 | 5 | 123 | 104 | 124 |
| Binary | 11011101 | 11110010 | 10111100 | 1001 | 0 | 10110 | 101 | 1010011 | 1000100 | 1010100 |
Color Harmonies of #DDF2BC
Complementary color
Monochromatic Colors of #DDF2BC
Black with #DDF2BC
Text Example
Text Example
White with #DDF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2BC; }
p { color: rgb(221,242,188); }
H1.HeaderClassName
{
color: #DDF2BC;
}
.AnyTagClassName
{
color: #DDF2BC;
}
</style>
background-color css
<style>
a { background-color: #DDF2BC; }
a { background-color: rgb(221,242,188); }
div.DivClassName
{
background-color: #DDF2BC;
}
.BgClassName
{
background-color: #DDF2BC;
}
</style>
border-color css
<style>
span { border-color: #DDF2BC; }
span { border-color: rgb(221,242,188); }
td.TdClassName
{
border-color: #DDF2BC;
}
.TagClassName
{
border-color: #DDF2BC;
}
</style>