Shades of Snow Flurry #DDF2B8
Tints of Snow Flurry #DDF2B8
RGB
CMYK
RGB Variations
Color information
#DDF2B8 (or 0xDDF2B8) is known color: Snow Flurry. HEX triplet: DD, F2 and B8. RGB value is (221,242,184). Sum of RGB (Red+Green+Blue) = 221+242+184=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 184 (72.27% from 255 or 28.44% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2B8 is #220D47. Grayscale: #E5E5E5. Windows color (decimal): -2231624 or 12120797. OLE color: 12120797.
HSL color Cylindrical-coordinate representation of color #DDF2B8: hue angle of 81.72º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDF2B8 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 184 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.05 |
| HSL | 81.72º | 0.69% | 0.84% | - |
| HSV(B) | 81.72º | 0.24% | 0.95% | - |
| XYZ | 70.22 | 82.34 | 57.54 | - |
| YUV | 229.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 184 | 0.09 | 0 | 0.24 | 0.05 | 81.72 | 0.69 | 0.84 |
| Hex | DD | F2 | B8 | 9 | 0 | 18 | 5 | 52 | 45 | 54 |
| Octal | 335 | 362 | 270 | 11 | 0 | 30 | 5 | 122 | 105 | 124 |
| Binary | 11011101 | 11110010 | 10111000 | 1001 | 0 | 11000 | 101 | 1010010 | 1000101 | 1010100 |
Color Harmonies of #DDF2B8
Complementary color
Monochromatic Colors of #DDF2B8
Black with #DDF2B8
Text Example
Text Example
White with #DDF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2B8; }
p { color: rgb(221,242,184); }
H1.HeaderClassName
{
color: #DDF2B8;
}
.AnyTagClassName
{
color: #DDF2B8;
}
</style>
background-color css
<style>
a { background-color: #DDF2B8; }
a { background-color: rgb(221,242,184); }
div.DivClassName
{
background-color: #DDF2B8;
}
.BgClassName
{
background-color: #DDF2B8;
}
</style>
border-color css
<style>
span { border-color: #DDF2B8; }
span { border-color: rgb(221,242,184); }
td.TdClassName
{
border-color: #DDF2B8;
}
.TagClassName
{
border-color: #DDF2B8;
}
</style>