Shades of Snow Flurry #DDF3BC
Tints of Snow Flurry #DDF3BC
RGB
CMYK
RGB Variations
Color information
#DDF3BC (or 0xDDF3BC) is known color: Snow Flurry. HEX triplet: DD, F3 and BC. RGB value is (221,243,188). Sum of RGB (Red+Green+Blue) = 221+243+188=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3BC is #220C43. Grayscale: #E6E6E6. Windows color (decimal): -2231364 or 12383197. OLE color: 12383197.
HSL color Cylindrical-coordinate representation of color #DDF3BC: hue angle of 84º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF3BC is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 188 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.05 |
| HSL | 84º | 0.7% | 0.85% | - |
| HSV(B) | 84º | 0.23% | 0.95% | - |
| XYZ | 70.95 | 83.1 | 59.88 | - |
| YUV | 230.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 188 | 0.09 | 0 | 0.23 | 0.05 | 84 | 0.7 | 0.85 |
| Hex | DD | F3 | BC | 9 | 0 | 17 | 5 | 54 | 46 | 55 |
| Octal | 335 | 363 | 274 | 11 | 0 | 27 | 5 | 124 | 106 | 125 |
| Binary | 11011101 | 11110011 | 10111100 | 1001 | 0 | 10111 | 101 | 1010100 | 1000110 | 1010101 |
Color Harmonies of #DDF3BC
Complementary color
Monochromatic Colors of #DDF3BC
Black with #DDF3BC
Text Example
Text Example
White with #DDF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3BC; }
p { color: rgb(221,243,188); }
H1.HeaderClassName
{
color: #DDF3BC;
}
.AnyTagClassName
{
color: #DDF3BC;
}
</style>
background-color css
<style>
a { background-color: #DDF3BC; }
a { background-color: rgb(221,243,188); }
div.DivClassName
{
background-color: #DDF3BC;
}
.BgClassName
{
background-color: #DDF3BC;
}
</style>
border-color css
<style>
span { border-color: #DDF3BC; }
span { border-color: rgb(221,243,188); }
td.TdClassName
{
border-color: #DDF3BC;
}
.TagClassName
{
border-color: #DDF3BC;
}
</style>