Shades of Snow Flurry #DFEFC1
Tints of Snow Flurry #DFEFC1
RGB
CMYK
RGB Variations
Color information
#DFEFC1 (or 0xDFEFC1) is known color: Snow Flurry. HEX triplet: DF, EF and C1. RGB value is (223,239,193). Sum of RGB (Red+Green+Blue) = 223+239+193=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFC1 is #20103E. Grayscale: #E5E5E5. Windows color (decimal): -2101311 or 12709855. OLE color: 12709855.
HSL color Cylindrical-coordinate representation of color #DFEFC1: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFEFC1 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 193 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.06 |
| HSL | 80.87º | 0.59% | 0.85% | - |
| HSV(B) | 80.87º | 0.19% | 0.94% | - |
| XYZ | 70.92 | 81.27 | 62.4 | - |
| YUV | 228.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 193 | 0.07 | 0 | 0.19 | 0.06 | 80.87 | 0.59 | 0.85 |
| Hex | DF | EF | C1 | 7 | 0 | 13 | 6 | 51 | 3B | 55 |
| Octal | 337 | 357 | 301 | 7 | 0 | 23 | 6 | 121 | 73 | 125 |
| Binary | 11011111 | 11101111 | 11000001 | 111 | 0 | 10011 | 110 | 1010001 | 111011 | 1010101 |
Color Harmonies of #DFEFC1
Complementary color
Monochromatic Colors of #DFEFC1
Black with #DFEFC1
Text Example
Text Example
White with #DFEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFC1; }
p { color: rgb(223,239,193); }
H1.HeaderClassName
{
color: #DFEFC1;
}
.AnyTagClassName
{
color: #DFEFC1;
}
</style>
background-color css
<style>
a { background-color: #DFEFC1; }
a { background-color: rgb(223,239,193); }
div.DivClassName
{
background-color: #DFEFC1;
}
.BgClassName
{
background-color: #DFEFC1;
}
</style>
border-color css
<style>
span { border-color: #DFEFC1; }
span { border-color: rgb(223,239,193); }
td.TdClassName
{
border-color: #DFEFC1;
}
.TagClassName
{
border-color: #DFEFC1;
}
</style>