Shades of Snow Flurry #DFFDBD
Tints of Snow Flurry #DFFDBD
RGB
CMYK
RGB Variations
Color information
#DFFDBD (or 0xDFFDBD) is known color: Snow Flurry. HEX triplet: DF, FD and BD. RGB value is (223,253,189). Sum of RGB (Red+Green+Blue) = 223+253+189=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDBD is #200242. Grayscale: #ECECEC. Windows color (decimal): -2097731 or 12451295. OLE color: 12451295.
HSL color Cylindrical-coordinate representation of color #DFFDBD: hue angle of 88.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFDBD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 189 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.01 |
| HSL | 88.13º | 0.94% | 0.87% | - |
| HSV(B) | 88.13º | 0.25% | 0.99% | - |
| XYZ | 74.74 | 89.61 | 61.5 | - |
| YUV | 236.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 189 | 0.12 | 0 | 0.25 | 0.01 | 88.13 | 0.94 | 0.87 |
| Hex | DF | FD | BD | C | 0 | 19 | 1 | 58 | 5E | 57 |
| Octal | 337 | 375 | 275 | 14 | 0 | 31 | 1 | 130 | 136 | 127 |
| Binary | 11011111 | 11111101 | 10111101 | 1100 | 0 | 11001 | 1 | 1011000 | 1011110 | 1010111 |
Color Harmonies of #DFFDBD
Complementary color
Monochromatic Colors of #DFFDBD
Black with #DFFDBD
Text Example
Text Example
White with #DFFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDBD; }
p { color: rgb(223,253,189); }
H1.HeaderClassName
{
color: #DFFDBD;
}
.AnyTagClassName
{
color: #DFFDBD;
}
</style>
background-color css
<style>
a { background-color: #DFFDBD; }
a { background-color: rgb(223,253,189); }
div.DivClassName
{
background-color: #DFFDBD;
}
.BgClassName
{
background-color: #DFFDBD;
}
</style>
border-color css
<style>
span { border-color: #DFFDBD; }
span { border-color: rgb(223,253,189); }
td.TdClassName
{
border-color: #DFFDBD;
}
.TagClassName
{
border-color: #DFFDBD;
}
</style>