Shades of Snow Flurry #DFFEC0
Tints of Snow Flurry #DFFEC0
RGB
CMYK
RGB Variations
Color information
#DFFEC0 (or 0xDFFEC0) is known color: Snow Flurry. HEX triplet: DF, FE and C0. RGB value is (223,254,192). Sum of RGB (Red+Green+Blue) = 223+254+192=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFEC0 is #20013F. Grayscale: #EDEDED. Windows color (decimal): -2097472 or 12648159. OLE color: 12648159.
HSL color Cylindrical-coordinate representation of color #DFFEC0: hue angle of 90º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFFEC0 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 192 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.00 |
| HSL | 90º | 0.97% | 0.87% | - |
| HSV(B) | 90º | 0.24% | 1% | - |
| XYZ | 75.39 | 90.38 | 63.34 | - |
| YUV | 237.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 192 | 0.12 | 0 | 0.24 | 0.00 | 90 | 0.97 | 0.87 |
| Hex | DF | FE | C0 | C | 0 | 18 | 0 | 5A | 61 | 57 |
| Octal | 337 | 376 | 300 | 14 | 0 | 30 | 0 | 132 | 141 | 127 |
| Binary | 11011111 | 11111110 | 11000000 | 1100 | 0 | 11000 | 0 | 1011010 | 1100001 | 1010111 |
Color Harmonies of #DFFEC0
Complementary color
Monochromatic Colors of #DFFEC0
Black with #DFFEC0
Text Example
Text Example
White with #DFFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEC0; }
p { color: rgb(223,254,192); }
H1.HeaderClassName
{
color: #DFFEC0;
}
.AnyTagClassName
{
color: #DFFEC0;
}
</style>
background-color css
<style>
a { background-color: #DFFEC0; }
a { background-color: rgb(223,254,192); }
div.DivClassName
{
background-color: #DFFEC0;
}
.BgClassName
{
background-color: #DFFEC0;
}
</style>
border-color css
<style>
span { border-color: #DFFEC0; }
span { border-color: rgb(223,254,192); }
td.TdClassName
{
border-color: #DFFEC0;
}
.TagClassName
{
border-color: #DFFEC0;
}
</style>