Shades of Snow Flurry #DFF2BF
Tints of Snow Flurry #DFF2BF
RGB
CMYK
RGB Variations
Color information
#DFF2BF (or 0xDFF2BF) is known color: Snow Flurry. HEX triplet: DF, F2 and BF. RGB value is (223,242,191). Sum of RGB (Red+Green+Blue) = 223+242+191=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BF is #200D40. Grayscale: #E6E6E6. Windows color (decimal): -2100545 or 12579551. OLE color: 12579551.
HSL color Cylindrical-coordinate representation of color #DFF2BF: hue angle of 82.35º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFF2BF is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 191 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.05 |
| HSL | 82.35º | 0.66% | 0.85% | - |
| HSV(B) | 82.35º | 0.21% | 0.95% | - |
| XYZ | 71.59 | 82.95 | 61.53 | - |
| YUV | 230.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 191 | 0.08 | 0 | 0.21 | 0.05 | 82.35 | 0.66 | 0.85 |
| Hex | DF | F2 | BF | 8 | 0 | 15 | 5 | 52 | 42 | 55 |
| Octal | 337 | 362 | 277 | 10 | 0 | 25 | 5 | 122 | 102 | 125 |
| Binary | 11011111 | 11110010 | 10111111 | 1000 | 0 | 10101 | 101 | 1010010 | 1000010 | 1010101 |
Color Harmonies of #DFF2BF
Complementary color
Monochromatic Colors of #DFF2BF
Black with #DFF2BF
Text Example
Text Example
White with #DFF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2BF; }
p { color: rgb(223,242,191); }
H1.HeaderClassName
{
color: #DFF2BF;
}
.AnyTagClassName
{
color: #DFF2BF;
}
</style>
background-color css
<style>
a { background-color: #DFF2BF; }
a { background-color: rgb(223,242,191); }
div.DivClassName
{
background-color: #DFF2BF;
}
.BgClassName
{
background-color: #DFF2BF;
}
</style>
border-color css
<style>
span { border-color: #DFF2BF; }
span { border-color: rgb(223,242,191); }
td.TdClassName
{
border-color: #DFF2BF;
}
.TagClassName
{
border-color: #DFF2BF;
}
</style>