Shades of Snow Flurry #DDFAB5
Tints of Snow Flurry #DDFAB5
RGB
CMYK
RGB Variations
Color information
#DDFAB5 (or 0xDDFAB5) is known color: Snow Flurry. HEX triplet: DD, FA and B5. RGB value is (221,250,181). Sum of RGB (Red+Green+Blue) = 221+250+181=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAB5 is #22054A. Grayscale: #E9E9E9. Windows color (decimal): -2229579 or 11926237. OLE color: 11926237.
HSL color Cylindrical-coordinate representation of color #DDFAB5: hue angle of 85.22º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFAB5 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 181 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 85.22º | 0.87% | 0.85% | - |
| HSV(B) | 85.22º | 0.28% | 0.98% | - |
| XYZ | 72.34 | 87.08 | 56.71 | - |
| YUV | 233.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 181 | 0.12 | 0 | 0.28 | 0.02 | 85.22 | 0.87 | 0.85 |
| Hex | DD | FA | B5 | C | 0 | 1C | 2 | 55 | 57 | 55 |
| Octal | 335 | 372 | 265 | 14 | 0 | 34 | 2 | 125 | 127 | 125 |
| Binary | 11011101 | 11111010 | 10110101 | 1100 | 0 | 11100 | 10 | 1010101 | 1010111 | 1010101 |
Color Harmonies of #DDFAB5
Complementary color
Monochromatic Colors of #DDFAB5
Black with #DDFAB5
Text Example
Text Example
White with #DDFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAB5; }
p { color: rgb(221,250,181); }
H1.HeaderClassName
{
color: #DDFAB5;
}
.AnyTagClassName
{
color: #DDFAB5;
}
</style>
background-color css
<style>
a { background-color: #DDFAB5; }
a { background-color: rgb(221,250,181); }
div.DivClassName
{
background-color: #DDFAB5;
}
.BgClassName
{
background-color: #DDFAB5;
}
</style>
border-color css
<style>
span { border-color: #DDFAB5; }
span { border-color: rgb(221,250,181); }
td.TdClassName
{
border-color: #DDFAB5;
}
.TagClassName
{
border-color: #DDFAB5;
}
</style>