Shades of Snow Flurry #DCF5BC
Tints of Snow Flurry #DCF5BC
RGB
CMYK
RGB Variations
Color information
#DCF5BC (or 0xDCF5BC) is known color: Snow Flurry. HEX triplet: DC, F5 and BC. RGB value is (220,245,188). Sum of RGB (Red+Green+Blue) = 220+245+188=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5BC is #230A43. Grayscale: #E7E7E7. Windows color (decimal): -2296388 or 12383708. OLE color: 12383708.
HSL color Cylindrical-coordinate representation of color #DCF5BC: hue angle of 86.32º degrees, saturation: 0.74, 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 #DCF5BC is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 188 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.04 |
| HSL | 86.32º | 0.74% | 0.85% | - |
| HSV(B) | 86.32º | 0.23% | 0.96% | - |
| XYZ | 71.24 | 84.15 | 60.06 | - |
| YUV | 231.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 188 | 0.10 | 0 | 0.23 | 0.04 | 86.32 | 0.74 | 0.85 |
| Hex | DC | F5 | BC | A | 0 | 17 | 4 | 56 | 4A | 55 |
| Octal | 334 | 365 | 274 | 12 | 0 | 27 | 4 | 126 | 112 | 125 |
| Binary | 11011100 | 11110101 | 10111100 | 1010 | 0 | 10111 | 100 | 1010110 | 1001010 | 1010101 |
Color Harmonies of #DCF5BC
Complementary color
Monochromatic Colors of #DCF5BC
Black with #DCF5BC
Text Example
Text Example
White with #DCF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5BC; }
p { color: rgb(220,245,188); }
H1.HeaderClassName
{
color: #DCF5BC;
}
.AnyTagClassName
{
color: #DCF5BC;
}
</style>
background-color css
<style>
a { background-color: #DCF5BC; }
a { background-color: rgb(220,245,188); }
div.DivClassName
{
background-color: #DCF5BC;
}
.BgClassName
{
background-color: #DCF5BC;
}
</style>
border-color css
<style>
span { border-color: #DCF5BC; }
span { border-color: rgb(220,245,188); }
td.TdClassName
{
border-color: #DCF5BC;
}
.TagClassName
{
border-color: #DCF5BC;
}
</style>