Shades of Snow Flurry #DFF1BA
Tints of Snow Flurry #DFF1BA
RGB
CMYK
RGB Variations
Color information
#DFF1BA (or 0xDFF1BA) is known color: Snow Flurry. HEX triplet: DF, F1 and BA. RGB value is (223,241,186). Sum of RGB (Red+Green+Blue) = 223+241+186=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1BA is #200E45. Grayscale: #E5E5E5. Windows color (decimal): -2100806 or 12251615. OLE color: 12251615.
HSL color Cylindrical-coordinate representation of color #DFF1BA: hue angle of 79.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFF1BA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 186 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.05 |
| HSL | 79.64º | 0.66% | 0.84% | - |
| HSV(B) | 79.64º | 0.23% | 0.95% | - |
| XYZ | 70.75 | 82.14 | 58.58 | - |
| YUV | 229.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 186 | 0.07 | 0 | 0.23 | 0.05 | 79.64 | 0.66 | 0.84 |
| Hex | DF | F1 | BA | 7 | 0 | 17 | 5 | 50 | 42 | 54 |
| Octal | 337 | 361 | 272 | 7 | 0 | 27 | 5 | 120 | 102 | 124 |
| Binary | 11011111 | 11110001 | 10111010 | 111 | 0 | 10111 | 101 | 1010000 | 1000010 | 1010100 |
Color Harmonies of #DFF1BA
Complementary color
Monochromatic Colors of #DFF1BA
Black with #DFF1BA
Text Example
Text Example
White with #DFF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1BA; }
p { color: rgb(223,241,186); }
H1.HeaderClassName
{
color: #DFF1BA;
}
.AnyTagClassName
{
color: #DFF1BA;
}
</style>
background-color css
<style>
a { background-color: #DFF1BA; }
a { background-color: rgb(223,241,186); }
div.DivClassName
{
background-color: #DFF1BA;
}
.BgClassName
{
background-color: #DFF1BA;
}
</style>
border-color css
<style>
span { border-color: #DFF1BA; }
span { border-color: rgb(223,241,186); }
td.TdClassName
{
border-color: #DFF1BA;
}
.TagClassName
{
border-color: #DFF1BA;
}
</style>