Shades of Snow Flurry #DFFFBD
Tints of Snow Flurry #DFFFBD
RGB
CMYK
RGB Variations
Color information
#DFFFBD (or 0xDFFFBD) is known color: Snow Flurry. HEX triplet: DF, FF and BD. RGB value is (223,255,189). Sum of RGB (Red+Green+Blue) = 223+255+189=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFBD is #200042. Grayscale: #EEEEEE. Windows color (decimal): -2097219 or 12451807. OLE color: 12451807.
HSL color Cylindrical-coordinate representation of color #DFFFBD: hue angle of 89.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFFFBD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 189 | - |
| CMYK | 0.13 | 0 | 0.26 | 0 |
| HSL | 89.09º | 1% | 0.87% | - |
| HSV(B) | 89.09º | 0.26% | 1% | - |
| XYZ | 75.38 | 90.88 | 61.71 | - |
| YUV | 237.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 189 | 0.13 | 0 | 0.26 | 0 | 89.09 | 1 | 0.87 |
| Hex | DF | FF | BD | D | 0 | 1A | 0 | 59 | 64 | 57 |
| Octal | 337 | 377 | 275 | 15 | 0 | 32 | 0 | 131 | 144 | 127 |
| Binary | 11011111 | 11111111 | 10111101 | 1101 | 0 | 11010 | 0 | 1011001 | 1100100 | 1010111 |
Color Harmonies of #DFFFBD
Complementary color
Monochromatic Colors of #DFFFBD
Black with #DFFFBD
Text Example
Text Example
White with #DFFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFBD; }
p { color: rgb(223,255,189); }
H1.HeaderClassName
{
color: #DFFFBD;
}
.AnyTagClassName
{
color: #DFFFBD;
}
</style>
background-color css
<style>
a { background-color: #DFFFBD; }
a { background-color: rgb(223,255,189); }
div.DivClassName
{
background-color: #DFFFBD;
}
.BgClassName
{
background-color: #DFFFBD;
}
</style>
border-color css
<style>
span { border-color: #DFFFBD; }
span { border-color: rgb(223,255,189); }
td.TdClassName
{
border-color: #DFFFBD;
}
.TagClassName
{
border-color: #DFFFBD;
}
</style>