Shades of Snow Flurry #DFFFBF
Tints of Snow Flurry #DFFFBF
RGB
CMYK
RGB Variations
Color information
#DFFFBF (or 0xDFFFBF) is known color: Snow Flurry. HEX triplet: DF, FF and BF. RGB value is (223,255,191). Sum of RGB (Red+Green+Blue) = 223+255+191=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFBF is #200040. Grayscale: #EEEEEE. Windows color (decimal): -2097217 or 12582879. OLE color: 12582879.
HSL color Cylindrical-coordinate representation of color #DFFFBF: hue angle of 90º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFFBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 191 | - |
| CMYK | 0.13 | 0 | 0.25 | 0 |
| HSL | 90º | 1% | 0.87% | - |
| HSV(B) | 90º | 0.25% | 1% | - |
| XYZ | 75.6 | 90.97 | 62.86 | - |
| YUV | 238.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 191 | 0.13 | 0 | 0.25 | 0 | 90 | 1 | 0.87 |
| Hex | DF | FF | BF | D | 0 | 19 | 0 | 5A | 64 | 57 |
| Octal | 337 | 377 | 277 | 15 | 0 | 31 | 0 | 132 | 144 | 127 |
| Binary | 11011111 | 11111111 | 10111111 | 1101 | 0 | 11001 | 0 | 1011010 | 1100100 | 1010111 |
Color Harmonies of #DFFFBF
Complementary color
Monochromatic Colors of #DFFFBF
Black with #DFFFBF
Text Example
Text Example
White with #DFFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFBF; }
p { color: rgb(223,255,191); }
H1.HeaderClassName
{
color: #DFFFBF;
}
.AnyTagClassName
{
color: #DFFFBF;
}
</style>
background-color css
<style>
a { background-color: #DFFFBF; }
a { background-color: rgb(223,255,191); }
div.DivClassName
{
background-color: #DFFFBF;
}
.BgClassName
{
background-color: #DFFFBF;
}
</style>
border-color css
<style>
span { border-color: #DFFFBF; }
span { border-color: rgb(223,255,191); }
td.TdClassName
{
border-color: #DFFFBF;
}
.TagClassName
{
border-color: #DFFFBF;
}
</style>