Shades of Snow Flurry #ECFBC0
Tints of Snow Flurry #ECFBC0
RGB
CMYK
RGB Variations
Color information
#ECFBC0 (or 0xECFBC0) is known color: Snow Flurry. HEX triplet: EC, FB and C0. RGB value is (236,251,192). Sum of RGB (Red+Green+Blue) = 236+251+192=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBC0 is #13043F. Grayscale: #F0F0F0. Windows color (decimal): -1246272 or 12647404. OLE color: 12647404.
HSL color Cylindrical-coordinate representation of color #ECFBC0: hue angle of 75.25º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECFBC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 251 | 192 | - |
CMYK | 0.06 | 0 | 0.24 | 0.02 |
HSL | 75.25º | 0.88% | 0.87% | - |
HSV(B) | 75.25º | 0.24% | 0.98% | - |
XYZ | 78.6 | 90.63 | 63.22 | - |
YUV | 239.79 | 101.03 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 251 | 192 | 0.06 | 0 | 0.24 | 0.02 | 75.25 | 0.88 | 0.87 |
Hex | EC | FB | C0 | 6 | 0 | 18 | 2 | 4B | 58 | 57 |
Octal | 354 | 373 | 300 | 6 | 0 | 30 | 2 | 113 | 130 | 127 |
Binary | 11101100 | 11111011 | 11000000 | 110 | 0 | 11000 | 10 | 1001011 | 1011000 | 1010111 |
Color Harmonies of #ECFBC0
Complementary color
Monochromatic Colors of #ECFBC0
Black with #ECFBC0
Text Example
Text Example
White with #ECFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBC0; }
p { color: rgb(236,251,192); }
H1.HeaderClassName
{
color: #ECFBC0;
}
.AnyTagClassName
{
color: #ECFBC0;
}
</style>
background-color css
<style>
a { background-color: #ECFBC0; }
a { background-color: rgb(236,251,192); }
div.DivClassName
{
background-color: #ECFBC0;
}
.BgClassName
{
background-color: #ECFBC0;
}
</style>
border-color css
<style>
span { border-color: #ECFBC0; }
span { border-color: rgb(236,251,192); }
td.TdClassName
{
border-color: #ECFBC0;
}
.TagClassName
{
border-color: #ECFBC0;
}
</style>