Shades of Snow Flurry #DFF4BD
Tints of Snow Flurry #DFF4BD
RGB
CMYK
RGB Variations
Color information
#DFF4BD (or 0xDFF4BD) is known color: Snow Flurry. HEX triplet: DF, F4 and BD. RGB value is (223,244,189). Sum of RGB (Red+Green+Blue) = 223+244+189=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF4BD is #200B42. Grayscale: #E7E7E7. Windows color (decimal): -2100035 or 12448991. OLE color: 12448991.
HSL color Cylindrical-coordinate representation of color #DFF4BD: hue angle of 82.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFF4BD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 189 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.04 |
| HSL | 82.91º | 0.71% | 0.85% | - |
| HSV(B) | 82.91º | 0.23% | 0.96% | - |
| XYZ | 71.97 | 84.06 | 60.58 | - |
| YUV | 231.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 189 | 0.09 | 0 | 0.23 | 0.04 | 82.91 | 0.71 | 0.85 |
| Hex | DF | F4 | BD | 9 | 0 | 17 | 4 | 53 | 47 | 55 |
| Octal | 337 | 364 | 275 | 11 | 0 | 27 | 4 | 123 | 107 | 125 |
| Binary | 11011111 | 11110100 | 10111101 | 1001 | 0 | 10111 | 100 | 1010011 | 1000111 | 1010101 |
Color Harmonies of #DFF4BD
Complementary color
Monochromatic Colors of #DFF4BD
Black with #DFF4BD
Text Example
Text Example
White with #DFF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF4BD; }
p { color: rgb(223,244,189); }
H1.HeaderClassName
{
color: #DFF4BD;
}
.AnyTagClassName
{
color: #DFF4BD;
}
</style>
background-color css
<style>
a { background-color: #DFF4BD; }
a { background-color: rgb(223,244,189); }
div.DivClassName
{
background-color: #DFF4BD;
}
.BgClassName
{
background-color: #DFF4BD;
}
</style>
border-color css
<style>
span { border-color: #DFF4BD; }
span { border-color: rgb(223,244,189); }
td.TdClassName
{
border-color: #DFF4BD;
}
.TagClassName
{
border-color: #DFF4BD;
}
</style>