Shades of Snow Flurry #DFF6BD
Tints of Snow Flurry #DFF6BD
RGB
CMYK
RGB Variations
Color information
#DFF6BD (or 0xDFF6BD) is known color: Snow Flurry. HEX triplet: DF, F6 and BD. RGB value is (223,246,189). Sum of RGB (Red+Green+Blue) = 223+246+189=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF6BD is #200942. Grayscale: #E8E8E8. Windows color (decimal): -2099523 or 12449503. OLE color: 12449503.
HSL color Cylindrical-coordinate representation of color #DFF6BD: hue angle of 84.21º degrees, saturation: 0.76, 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 #DFF6BD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 189 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.04 |
| HSL | 84.21º | 0.76% | 0.85% | - |
| HSV(B) | 84.21º | 0.23% | 0.96% | - |
| XYZ | 72.57 | 85.27 | 60.78 | - |
| YUV | 232.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 189 | 0.09 | 0 | 0.23 | 0.04 | 84.21 | 0.76 | 0.85 |
| Hex | DF | F6 | BD | 9 | 0 | 17 | 4 | 54 | 4C | 55 |
| Octal | 337 | 366 | 275 | 11 | 0 | 27 | 4 | 124 | 114 | 125 |
| Binary | 11011111 | 11110110 | 10111101 | 1001 | 0 | 10111 | 100 | 1010100 | 1001100 | 1010101 |
Color Harmonies of #DFF6BD
Complementary color
Monochromatic Colors of #DFF6BD
Black with #DFF6BD
Text Example
Text Example
White with #DFF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF6BD; }
p { color: rgb(223,246,189); }
H1.HeaderClassName
{
color: #DFF6BD;
}
.AnyTagClassName
{
color: #DFF6BD;
}
</style>
background-color css
<style>
a { background-color: #DFF6BD; }
a { background-color: rgb(223,246,189); }
div.DivClassName
{
background-color: #DFF6BD;
}
.BgClassName
{
background-color: #DFF6BD;
}
</style>
border-color css
<style>
span { border-color: #DFF6BD; }
span { border-color: rgb(223,246,189); }
td.TdClassName
{
border-color: #DFF6BD;
}
.TagClassName
{
border-color: #DFF6BD;
}
</style>