Shades of Snow Flurry #DCF1BA
Tints of Snow Flurry #DCF1BA
RGB
CMYK
RGB Variations
Color information
#DCF1BA (or 0xDCF1BA) is known color: Snow Flurry. HEX triplet: DC, F1 and BA. RGB value is (220,241,186). Sum of RGB (Red+Green+Blue) = 220+241+186=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1BA is #230E45. Grayscale: #E4E4E4. Windows color (decimal): -2297414 or 12251612. OLE color: 12251612.
HSL color Cylindrical-coordinate representation of color #DCF1BA: hue angle of 82.91º 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 #DCF1BA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 186 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.05 |
| HSL | 82.91º | 0.66% | 0.84% | - |
| HSV(B) | 82.91º | 0.23% | 0.95% | - |
| XYZ | 69.83 | 81.67 | 58.54 | - |
| YUV | 228.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 186 | 0.09 | 0 | 0.23 | 0.05 | 82.91 | 0.66 | 0.84 |
| Hex | DC | F1 | BA | 9 | 0 | 17 | 5 | 53 | 42 | 54 |
| Octal | 334 | 361 | 272 | 11 | 0 | 27 | 5 | 123 | 102 | 124 |
| Binary | 11011100 | 11110001 | 10111010 | 1001 | 0 | 10111 | 101 | 1010011 | 1000010 | 1010100 |
Color Harmonies of #DCF1BA
Complementary color
Monochromatic Colors of #DCF1BA
Black with #DCF1BA
Text Example
Text Example
White with #DCF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1BA; }
p { color: rgb(220,241,186); }
H1.HeaderClassName
{
color: #DCF1BA;
}
.AnyTagClassName
{
color: #DCF1BA;
}
</style>
background-color css
<style>
a { background-color: #DCF1BA; }
a { background-color: rgb(220,241,186); }
div.DivClassName
{
background-color: #DCF1BA;
}
.BgClassName
{
background-color: #DCF1BA;
}
</style>
border-color css
<style>
span { border-color: #DCF1BA; }
span { border-color: rgb(220,241,186); }
td.TdClassName
{
border-color: #DCF1BA;
}
.TagClassName
{
border-color: #DCF1BA;
}
</style>