Shades of Snow Flurry #DFF0BE
Tints of Snow Flurry #DFF0BE
RGB
CMYK
RGB Variations
Color information
#DFF0BE (or 0xDFF0BE) is known color: Snow Flurry. HEX triplet: DF, F0 and BE. RGB value is (223,240,190). Sum of RGB (Red+Green+Blue) = 223+240+190=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0BE is #200F41. Grayscale: #E5E5E5. Windows color (decimal): -2101058 or 12513503. OLE color: 12513503.
HSL color Cylindrical-coordinate representation of color #DFF0BE: hue angle of 80.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFF0BE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 190 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.06 |
| HSL | 80.4º | 0.63% | 0.84% | - |
| HSV(B) | 80.4º | 0.21% | 0.94% | - |
| XYZ | 70.89 | 81.73 | 60.75 | - |
| YUV | 229.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 190 | 0.07 | 0 | 0.21 | 0.06 | 80.4 | 0.63 | 0.84 |
| Hex | DF | F0 | BE | 7 | 0 | 15 | 6 | 50 | 3E | 54 |
| Octal | 337 | 360 | 276 | 7 | 0 | 25 | 6 | 120 | 76 | 124 |
| Binary | 11011111 | 11110000 | 10111110 | 111 | 0 | 10101 | 110 | 1010000 | 111110 | 1010100 |
Color Harmonies of #DFF0BE
Complementary color
Monochromatic Colors of #DFF0BE
Black with #DFF0BE
Text Example
Text Example
White with #DFF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0BE; }
p { color: rgb(223,240,190); }
H1.HeaderClassName
{
color: #DFF0BE;
}
.AnyTagClassName
{
color: #DFF0BE;
}
</style>
background-color css
<style>
a { background-color: #DFF0BE; }
a { background-color: rgb(223,240,190); }
div.DivClassName
{
background-color: #DFF0BE;
}
.BgClassName
{
background-color: #DFF0BE;
}
</style>
border-color css
<style>
span { border-color: #DFF0BE; }
span { border-color: rgb(223,240,190); }
td.TdClassName
{
border-color: #DFF0BE;
}
.TagClassName
{
border-color: #DFF0BE;
}
</style>