Shades of Snow Flurry #DFF0BA
Tints of Snow Flurry #DFF0BA
RGB
CMYK
RGB Variations
Color information
#DFF0BA (or 0xDFF0BA) is known color: Snow Flurry. HEX triplet: DF, F0 and BA. RGB value is (223,240,186). Sum of RGB (Red+Green+Blue) = 223+240+186=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0BA is #200F45. Grayscale: #E4E4E4. Windows color (decimal): -2101062 or 12251359. OLE color: 12251359.
HSL color Cylindrical-coordinate representation of color #DFF0BA: hue angle of 78.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFF0BA is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 186 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.06 |
| HSL | 78.89º | 0.64% | 0.84% | - |
| HSV(B) | 78.89º | 0.23% | 0.94% | - |
| XYZ | 70.45 | 81.55 | 58.48 | - |
| YUV | 228.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 186 | 0.07 | 0 | 0.22 | 0.06 | 78.89 | 0.64 | 0.84 |
| Hex | DF | F0 | BA | 7 | 0 | 16 | 6 | 4F | 40 | 54 |
| Octal | 337 | 360 | 272 | 7 | 0 | 26 | 6 | 117 | 100 | 124 |
| Binary | 11011111 | 11110000 | 10111010 | 111 | 0 | 10110 | 110 | 1001111 | 1000000 | 1010100 |
Color Harmonies of #DFF0BA
Complementary color
Monochromatic Colors of #DFF0BA
Black with #DFF0BA
Text Example
Text Example
White with #DFF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0BA; }
p { color: rgb(223,240,186); }
H1.HeaderClassName
{
color: #DFF0BA;
}
.AnyTagClassName
{
color: #DFF0BA;
}
</style>
background-color css
<style>
a { background-color: #DFF0BA; }
a { background-color: rgb(223,240,186); }
div.DivClassName
{
background-color: #DFF0BA;
}
.BgClassName
{
background-color: #DFF0BA;
}
</style>
border-color css
<style>
span { border-color: #DFF0BA; }
span { border-color: rgb(223,240,186); }
td.TdClassName
{
border-color: #DFF0BA;
}
.TagClassName
{
border-color: #DFF0BA;
}
</style>