Shades of Snow Flurry #DFFAC1
Tints of Snow Flurry #DFFAC1
RGB
CMYK
RGB Variations
Color information
#DFFAC1 (or 0xDFFAC1) is known color: Snow Flurry. HEX triplet: DF, FA and C1. RGB value is (223,250,193). Sum of RGB (Red+Green+Blue) = 223+250+193=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAC1 is #20053E. Grayscale: #EBEBEB. Windows color (decimal): -2098495 or 12712671. OLE color: 12712671.
HSL color Cylindrical-coordinate representation of color #DFFAC1: hue angle of 88.42º 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 #DFFAC1 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 193 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.02 |
| HSL | 88.42º | 0.85% | 0.87% | - |
| HSV(B) | 88.42º | 0.23% | 0.98% | - |
| XYZ | 74.24 | 87.91 | 63.51 | - |
| YUV | 235.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 193 | 0.11 | 0 | 0.23 | 0.02 | 88.42 | 0.85 | 0.87 |
| Hex | DF | FA | C1 | B | 0 | 17 | 2 | 58 | 55 | 57 |
| Octal | 337 | 372 | 301 | 13 | 0 | 27 | 2 | 130 | 125 | 127 |
| Binary | 11011111 | 11111010 | 11000001 | 1011 | 0 | 10111 | 10 | 1011000 | 1010101 | 1010111 |
Color Harmonies of #DFFAC1
Complementary color
Monochromatic Colors of #DFFAC1
Black with #DFFAC1
Text Example
Text Example
White with #DFFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAC1; }
p { color: rgb(223,250,193); }
H1.HeaderClassName
{
color: #DFFAC1;
}
.AnyTagClassName
{
color: #DFFAC1;
}
</style>
background-color css
<style>
a { background-color: #DFFAC1; }
a { background-color: rgb(223,250,193); }
div.DivClassName
{
background-color: #DFFAC1;
}
.BgClassName
{
background-color: #DFFAC1;
}
</style>
border-color css
<style>
span { border-color: #DFFAC1; }
span { border-color: rgb(223,250,193); }
td.TdClassName
{
border-color: #DFFAC1;
}
.TagClassName
{
border-color: #DFFAC1;
}
</style>