Shades of Snow Flurry #DCF4B7
Tints of Snow Flurry #DCF4B7
RGB
CMYK
RGB Variations
Color information
#DCF4B7 (or 0xDCF4B7) is known color: Snow Flurry. HEX triplet: DC, F4 and B7. RGB value is (220,244,183). Sum of RGB (Red+Green+Blue) = 220+244+183=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4B7 is #230B48. Grayscale: #E6E6E6. Windows color (decimal): -2296649 or 12055772. OLE color: 12055772.
HSL color Cylindrical-coordinate representation of color #DCF4B7: hue angle of 83.61º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCF4B7 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 183 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.04 |
| HSL | 83.61º | 0.73% | 0.84% | - |
| HSV(B) | 83.61º | 0.25% | 0.96% | - |
| XYZ | 70.41 | 83.34 | 57.17 | - |
| YUV | 229.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 183 | 0.10 | 0 | 0.25 | 0.04 | 83.61 | 0.73 | 0.84 |
| Hex | DC | F4 | B7 | A | 0 | 19 | 4 | 54 | 49 | 54 |
| Octal | 334 | 364 | 267 | 12 | 0 | 31 | 4 | 124 | 111 | 124 |
| Binary | 11011100 | 11110100 | 10110111 | 1010 | 0 | 11001 | 100 | 1010100 | 1001001 | 1010100 |
Color Harmonies of #DCF4B7
Complementary color
Monochromatic Colors of #DCF4B7
Black with #DCF4B7
Text Example
Text Example
White with #DCF4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4B7; }
p { color: rgb(220,244,183); }
H1.HeaderClassName
{
color: #DCF4B7;
}
.AnyTagClassName
{
color: #DCF4B7;
}
</style>
background-color css
<style>
a { background-color: #DCF4B7; }
a { background-color: rgb(220,244,183); }
div.DivClassName
{
background-color: #DCF4B7;
}
.BgClassName
{
background-color: #DCF4B7;
}
</style>
border-color css
<style>
span { border-color: #DCF4B7; }
span { border-color: rgb(220,244,183); }
td.TdClassName
{
border-color: #DCF4B7;
}
.TagClassName
{
border-color: #DCF4B7;
}
</style>