Shades of Snow Flurry #DFFABA
Tints of Snow Flurry #DFFABA
RGB
CMYK
RGB Variations
Color information
#DFFABA (or 0xDFFABA) is known color: Snow Flurry. HEX triplet: DF, FA and BA. RGB value is (223,250,186). Sum of RGB (Red+Green+Blue) = 223+250+186=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFABA is #200545. Grayscale: #EAEAEA. Windows color (decimal): -2098502 or 12253919. OLE color: 12253919.
HSL color Cylindrical-coordinate representation of color #DFFABA: hue angle of 85.31º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFFABA is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 186 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.02 |
| HSL | 85.31º | 0.86% | 0.85% | - |
| HSV(B) | 85.31º | 0.26% | 0.98% | - |
| XYZ | 73.48 | 87.6 | 59.49 | - |
| YUV | 234.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 186 | 0.11 | 0 | 0.26 | 0.02 | 85.31 | 0.86 | 0.85 |
| Hex | DF | FA | BA | B | 0 | 1A | 2 | 55 | 56 | 55 |
| Octal | 337 | 372 | 272 | 13 | 0 | 32 | 2 | 125 | 126 | 125 |
| Binary | 11011111 | 11111010 | 10111010 | 1011 | 0 | 11010 | 10 | 1010101 | 1010110 | 1010101 |
Color Harmonies of #DFFABA
Complementary color
Monochromatic Colors of #DFFABA
Black with #DFFABA
Text Example
Text Example
White with #DFFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFABA; }
p { color: rgb(223,250,186); }
H1.HeaderClassName
{
color: #DFFABA;
}
.AnyTagClassName
{
color: #DFFABA;
}
</style>
background-color css
<style>
a { background-color: #DFFABA; }
a { background-color: rgb(223,250,186); }
div.DivClassName
{
background-color: #DFFABA;
}
.BgClassName
{
background-color: #DFFABA;
}
</style>
border-color css
<style>
span { border-color: #DFFABA; }
span { border-color: rgb(223,250,186); }
td.TdClassName
{
border-color: #DFFABA;
}
.TagClassName
{
border-color: #DFFABA;
}
</style>