Shades of Snow Flurry #ECFCBC
Tints of Snow Flurry #ECFCBC
RGB
CMYK
RGB Variations
Color information
#ECFCBC (or 0xECFCBC) is known color: Snow Flurry. HEX triplet: EC, FC and BC. RGB value is (236,252,188). Sum of RGB (Red+Green+Blue) = 236+252+188=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCBC is #130343. Grayscale: #F0F0F0. Windows color (decimal): -1246020 or 12385516. OLE color: 12385516.
HSL color Cylindrical-coordinate representation of color #ECFCBC: hue angle of 75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECFCBC is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 188 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.01 |
| HSL | 75º | 0.91% | 0.86% | - |
| HSV(B) | 75º | 0.25% | 0.99% | - |
| XYZ | 78.48 | 91.08 | 61.02 | - |
| YUV | 239.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 188 | 0.06 | 0 | 0.25 | 0.01 | 75 | 0.91 | 0.86 |
| Hex | EC | FC | BC | 6 | 0 | 19 | 1 | 4B | 5B | 56 |
| Octal | 354 | 374 | 274 | 6 | 0 | 31 | 1 | 113 | 133 | 126 |
| Binary | 11101100 | 11111100 | 10111100 | 110 | 0 | 11001 | 1 | 1001011 | 1011011 | 1010110 |
Color Harmonies of #ECFCBC
Complementary color
Monochromatic Colors of #ECFCBC
Black with #ECFCBC
Text Example
Text Example
White with #ECFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCBC; }
p { color: rgb(236,252,188); }
H1.HeaderClassName
{
color: #ECFCBC;
}
.AnyTagClassName
{
color: #ECFCBC;
}
</style>
background-color css
<style>
a { background-color: #ECFCBC; }
a { background-color: rgb(236,252,188); }
div.DivClassName
{
background-color: #ECFCBC;
}
.BgClassName
{
background-color: #ECFCBC;
}
</style>
border-color css
<style>
span { border-color: #ECFCBC; }
span { border-color: rgb(236,252,188); }
td.TdClassName
{
border-color: #ECFCBC;
}
.TagClassName
{
border-color: #ECFCBC;
}
</style>