Shades of Snow Flurry #DFFAC0
Tints of Snow Flurry #DFFAC0
RGB
CMYK
RGB Variations
Color information
#DFFAC0 (or 0xDFFAC0) is known color: Snow Flurry. HEX triplet: DF, FA and C0. RGB value is (223,250,192). Sum of RGB (Red+Green+Blue) = 223+250+192=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAC0 is #20053F. Grayscale: #EBEBEB. Windows color (decimal): -2098496 or 12647135. OLE color: 12647135.
HSL color Cylindrical-coordinate representation of color #DFFAC0: hue angle of 87.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFFAC0 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 192 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.02 |
| HSL | 87.93º | 0.85% | 0.87% | - |
| HSV(B) | 87.93º | 0.23% | 0.98% | - |
| XYZ | 74.13 | 87.86 | 62.92 | - |
| YUV | 235.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 192 | 0.11 | 0 | 0.23 | 0.02 | 87.93 | 0.85 | 0.87 |
| Hex | DF | FA | C0 | B | 0 | 17 | 2 | 58 | 55 | 57 |
| Octal | 337 | 372 | 300 | 13 | 0 | 27 | 2 | 130 | 125 | 127 |
| Binary | 11011111 | 11111010 | 11000000 | 1011 | 0 | 10111 | 10 | 1011000 | 1010101 | 1010111 |
Color Harmonies of #DFFAC0
Complementary color
Monochromatic Colors of #DFFAC0
Black with #DFFAC0
Text Example
Text Example
White with #DFFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAC0; }
p { color: rgb(223,250,192); }
H1.HeaderClassName
{
color: #DFFAC0;
}
.AnyTagClassName
{
color: #DFFAC0;
}
</style>
background-color css
<style>
a { background-color: #DFFAC0; }
a { background-color: rgb(223,250,192); }
div.DivClassName
{
background-color: #DFFAC0;
}
.BgClassName
{
background-color: #DFFAC0;
}
</style>
border-color css
<style>
span { border-color: #DFFAC0; }
span { border-color: rgb(223,250,192); }
td.TdClassName
{
border-color: #DFFAC0;
}
.TagClassName
{
border-color: #DFFAC0;
}
</style>