Shades of Snow Flurry #DFF2BA
Tints of Snow Flurry #DFF2BA
RGB
CMYK
RGB Variations
Color information
#DFF2BA (or 0xDFF2BA) is known color: Snow Flurry. HEX triplet: DF, F2 and BA. RGB value is (223,242,186). Sum of RGB (Red+Green+Blue) = 223+242+186=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BA is #200D45. Grayscale: #E6E6E6. Windows color (decimal): -2100550 or 12251871. OLE color: 12251871.
HSL color Cylindrical-coordinate representation of color #DFF2BA: hue angle of 80.36º degrees, saturation: 0.68, 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 #DFF2BA is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 186 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.05 |
| HSL | 80.36º | 0.68% | 0.84% | - |
| HSV(B) | 80.36º | 0.23% | 0.95% | - |
| XYZ | 71.05 | 82.74 | 58.68 | - |
| YUV | 229.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 186 | 0.08 | 0 | 0.23 | 0.05 | 80.36 | 0.68 | 0.84 |
| Hex | DF | F2 | BA | 8 | 0 | 17 | 5 | 50 | 44 | 54 |
| Octal | 337 | 362 | 272 | 10 | 0 | 27 | 5 | 120 | 104 | 124 |
| Binary | 11011111 | 11110010 | 10111010 | 1000 | 0 | 10111 | 101 | 1010000 | 1000100 | 1010100 |
Color Harmonies of #DFF2BA
Complementary color
Monochromatic Colors of #DFF2BA
Black with #DFF2BA
Text Example
Text Example
White with #DFF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2BA; }
p { color: rgb(223,242,186); }
H1.HeaderClassName
{
color: #DFF2BA;
}
.AnyTagClassName
{
color: #DFF2BA;
}
</style>
background-color css
<style>
a { background-color: #DFF2BA; }
a { background-color: rgb(223,242,186); }
div.DivClassName
{
background-color: #DFF2BA;
}
.BgClassName
{
background-color: #DFF2BA;
}
</style>
border-color css
<style>
span { border-color: #DFF2BA; }
span { border-color: rgb(223,242,186); }
td.TdClassName
{
border-color: #DFF2BA;
}
.TagClassName
{
border-color: #DFF2BA;
}
</style>