Shades of Snow Flurry #DFFDB5
Tints of Snow Flurry #DFFDB5
RGB
CMYK
RGB Variations
Color information
#DFFDB5 (or 0xDFFDB5) is known color: Snow Flurry. HEX triplet: DF, FD and B5. RGB value is (223,253,181). Sum of RGB (Red+Green+Blue) = 223+253+181=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDB5 is #20024A. Grayscale: #ECECEC. Windows color (decimal): -2097739 or 11927007. OLE color: 11927007.
HSL color Cylindrical-coordinate representation of color #DFFDB5: hue angle of 85º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFFDB5 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 181 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.01 |
| HSL | 85º | 0.95% | 0.85% | - |
| HSV(B) | 85º | 0.28% | 0.99% | - |
| XYZ | 73.9 | 89.27 | 57.05 | - |
| YUV | 235.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 181 | 0.12 | 0 | 0.28 | 0.01 | 85 | 0.95 | 0.85 |
| Hex | DF | FD | B5 | C | 0 | 1C | 1 | 55 | 5F | 55 |
| Octal | 337 | 375 | 265 | 14 | 0 | 34 | 1 | 125 | 137 | 125 |
| Binary | 11011111 | 11111101 | 10110101 | 1100 | 0 | 11100 | 1 | 1010101 | 1011111 | 1010101 |
Color Harmonies of #DFFDB5
Complementary color
Monochromatic Colors of #DFFDB5
Black with #DFFDB5
Text Example
Text Example
White with #DFFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDB5; }
p { color: rgb(223,253,181); }
H1.HeaderClassName
{
color: #DFFDB5;
}
.AnyTagClassName
{
color: #DFFDB5;
}
</style>
background-color css
<style>
a { background-color: #DFFDB5; }
a { background-color: rgb(223,253,181); }
div.DivClassName
{
background-color: #DFFDB5;
}
.BgClassName
{
background-color: #DFFDB5;
}
</style>
border-color css
<style>
span { border-color: #DFFDB5; }
span { border-color: rgb(223,253,181); }
td.TdClassName
{
border-color: #DFFDB5;
}
.TagClassName
{
border-color: #DFFDB5;
}
</style>