Shades of Snow Flurry #DDF2B5
Tints of Snow Flurry #DDF2B5
RGB
CMYK
RGB Variations
Color information
#DDF2B5 (or 0xDDF2B5) is known color: Snow Flurry. HEX triplet: DD, F2 and B5. RGB value is (221,242,181). Sum of RGB (Red+Green+Blue) = 221+242+181=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2B5 is #220D4A. Grayscale: #E4E4E4. Windows color (decimal): -2231627 or 11924189. OLE color: 11924189.
HSL color Cylindrical-coordinate representation of color #DDF2B5: hue angle of 80.66º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF2B5 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 181 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.05 |
| HSL | 80.66º | 0.7% | 0.83% | - |
| HSV(B) | 80.66º | 0.25% | 0.95% | - |
| XYZ | 69.91 | 82.21 | 55.9 | - |
| YUV | 228.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 181 | 0.09 | 0 | 0.25 | 0.05 | 80.66 | 0.7 | 0.83 |
| Hex | DD | F2 | B5 | 9 | 0 | 19 | 5 | 51 | 46 | 53 |
| Octal | 335 | 362 | 265 | 11 | 0 | 31 | 5 | 121 | 106 | 123 |
| Binary | 11011101 | 11110010 | 10110101 | 1001 | 0 | 11001 | 101 | 1010001 | 1000110 | 1010011 |
Color Harmonies of #DDF2B5
Complementary color
Monochromatic Colors of #DDF2B5
Black with #DDF2B5
Text Example
Text Example
White with #DDF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2B5; }
p { color: rgb(221,242,181); }
H1.HeaderClassName
{
color: #DDF2B5;
}
.AnyTagClassName
{
color: #DDF2B5;
}
</style>
background-color css
<style>
a { background-color: #DDF2B5; }
a { background-color: rgb(221,242,181); }
div.DivClassName
{
background-color: #DDF2B5;
}
.BgClassName
{
background-color: #DDF2B5;
}
</style>
border-color css
<style>
span { border-color: #DDF2B5; }
span { border-color: rgb(221,242,181); }
td.TdClassName
{
border-color: #DDF2B5;
}
.TagClassName
{
border-color: #DDF2B5;
}
</style>