Shades of Snow Flurry #DFF6BC
Tints of Snow Flurry #DFF6BC
RGB
CMYK
RGB Variations
Color information
#DFF6BC (or 0xDFF6BC) is known color: Snow Flurry. HEX triplet: DF, F6 and BC. RGB value is (223,246,188). Sum of RGB (Red+Green+Blue) = 223+246+188=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF6BC is #200943. Grayscale: #E8E8E8. Windows color (decimal): -2099524 or 12383967. OLE color: 12383967.
HSL color Cylindrical-coordinate representation of color #DFF6BC: hue angle of 83.79º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFF6BC is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 188 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.04 |
| HSL | 83.79º | 0.76% | 0.85% | - |
| HSV(B) | 83.79º | 0.24% | 0.96% | - |
| XYZ | 72.46 | 85.23 | 60.21 | - |
| YUV | 232.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 188 | 0.09 | 0 | 0.24 | 0.04 | 83.79 | 0.76 | 0.85 |
| Hex | DF | F6 | BC | 9 | 0 | 18 | 4 | 54 | 4C | 55 |
| Octal | 337 | 366 | 274 | 11 | 0 | 30 | 4 | 124 | 114 | 125 |
| Binary | 11011111 | 11110110 | 10111100 | 1001 | 0 | 11000 | 100 | 1010100 | 1001100 | 1010101 |
Color Harmonies of #DFF6BC
Complementary color
Monochromatic Colors of #DFF6BC
Black with #DFF6BC
Text Example
Text Example
White with #DFF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6BC; }
p { color: rgb(223,246,188); }
H1.HeaderClassName
{
color: #DFF6BC;
}
.AnyTagClassName
{
color: #DFF6BC;
}
</style>
background-color css
<style>
a { background-color: #DFF6BC; }
a { background-color: rgb(223,246,188); }
div.DivClassName
{
background-color: #DFF6BC;
}
.BgClassName
{
background-color: #DFF6BC;
}
</style>
border-color css
<style>
span { border-color: #DFF6BC; }
span { border-color: rgb(223,246,188); }
td.TdClassName
{
border-color: #DFF6BC;
}
.TagClassName
{
border-color: #DFF6BC;
}
</style>