Shades of Snow Flurry #DFF0BC
Tints of Snow Flurry #DFF0BC
RGB
CMYK
RGB Variations
Color information
#DFF0BC (or 0xDFF0BC) is known color: Snow Flurry. HEX triplet: DF, F0 and BC. RGB value is (223,240,188). Sum of RGB (Red+Green+Blue) = 223+240+188=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0BC is #200F43. Grayscale: #E5E5E5. Windows color (decimal): -2101060 or 12382431. OLE color: 12382431.
HSL color Cylindrical-coordinate representation of color #DFF0BC: hue angle of 79.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFF0BC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 188 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.06 |
| HSL | 79.62º | 0.63% | 0.84% | - |
| HSV(B) | 79.62º | 0.22% | 0.94% | - |
| XYZ | 70.67 | 81.64 | 59.61 | - |
| YUV | 228.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 188 | 0.07 | 0 | 0.22 | 0.06 | 79.62 | 0.63 | 0.84 |
| Hex | DF | F0 | BC | 7 | 0 | 16 | 6 | 50 | 3F | 54 |
| Octal | 337 | 360 | 274 | 7 | 0 | 26 | 6 | 120 | 77 | 124 |
| Binary | 11011111 | 11110000 | 10111100 | 111 | 0 | 10110 | 110 | 1010000 | 111111 | 1010100 |
Color Harmonies of #DFF0BC
Complementary color
Monochromatic Colors of #DFF0BC
Black with #DFF0BC
Text Example
Text Example
White with #DFF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0BC; }
p { color: rgb(223,240,188); }
H1.HeaderClassName
{
color: #DFF0BC;
}
.AnyTagClassName
{
color: #DFF0BC;
}
</style>
background-color css
<style>
a { background-color: #DFF0BC; }
a { background-color: rgb(223,240,188); }
div.DivClassName
{
background-color: #DFF0BC;
}
.BgClassName
{
background-color: #DFF0BC;
}
</style>
border-color css
<style>
span { border-color: #DFF0BC; }
span { border-color: rgb(223,240,188); }
td.TdClassName
{
border-color: #DFF0BC;
}
.TagClassName
{
border-color: #DFF0BC;
}
</style>