Shades of Snow Flurry #DFF1C5
Tints of Snow Flurry #DFF1C5
RGB
CMYK
RGB Variations
Color information
#DFF1C5 (or 0xDFF1C5) is known color: Snow Flurry. HEX triplet: DF, F1 and C5. RGB value is (223,241,197). Sum of RGB (Red+Green+Blue) = 223+241+197=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1C5 is #200E3A. Grayscale: #E6E6E6. Windows color (decimal): -2100795 or 12972511. OLE color: 12972511.
HSL color Cylindrical-coordinate representation of color #DFF1C5: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFF1C5 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 197 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.05 |
| HSL | 84.55º | 0.61% | 0.86% | - |
| HSV(B) | 84.55º | 0.18% | 0.95% | - |
| XYZ | 71.96 | 82.63 | 64.98 | - |
| YUV | 230.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 197 | 0.07 | 0 | 0.18 | 0.05 | 84.55 | 0.61 | 0.86 |
| Hex | DF | F1 | C5 | 7 | 0 | 12 | 5 | 55 | 3D | 56 |
| Octal | 337 | 361 | 305 | 7 | 0 | 22 | 5 | 125 | 75 | 126 |
| Binary | 11011111 | 11110001 | 11000101 | 111 | 0 | 10010 | 101 | 1010101 | 111101 | 1010110 |
Color Harmonies of #DFF1C5
Complementary color
Monochromatic Colors of #DFF1C5
Black with #DFF1C5
Text Example
Text Example
White with #DFF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1C5; }
p { color: rgb(223,241,197); }
H1.HeaderClassName
{
color: #DFF1C5;
}
.AnyTagClassName
{
color: #DFF1C5;
}
</style>
background-color css
<style>
a { background-color: #DFF1C5; }
a { background-color: rgb(223,241,197); }
div.DivClassName
{
background-color: #DFF1C5;
}
.BgClassName
{
background-color: #DFF1C5;
}
</style>
border-color css
<style>
span { border-color: #DFF1C5; }
span { border-color: rgb(223,241,197); }
td.TdClassName
{
border-color: #DFF1C5;
}
.TagClassName
{
border-color: #DFF1C5;
}
</style>