Shades of Snow Flurry #EBFEC0
Tints of Snow Flurry #EBFEC0
RGB
CMYK
RGB Variations
Color information
#EBFEC0 (or 0xEBFEC0) is known color: Snow Flurry. HEX triplet: EB, FE and C0. RGB value is (235,254,192). Sum of RGB (Red+Green+Blue) = 235+254+192=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEC0 is #14013F. Grayscale: #F1F1F1. Windows color (decimal): -1311040 or 12648171. OLE color: 12648171.
HSL color Cylindrical-coordinate representation of color #EBFEC0: hue angle of 78.39º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBFEC0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 192 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.00 |
| HSL | 78.39º | 0.97% | 0.87% | - |
| HSV(B) | 78.39º | 0.24% | 1% | - |
| XYZ | 79.22 | 92.35 | 63.52 | - |
| YUV | 241.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 192 | 0.07 | 0 | 0.24 | 0.00 | 78.39 | 0.97 | 0.87 |
| Hex | EB | FE | C0 | 7 | 0 | 18 | 0 | 4E | 61 | 57 |
| Octal | 353 | 376 | 300 | 7 | 0 | 30 | 0 | 116 | 141 | 127 |
| Binary | 11101011 | 11111110 | 11000000 | 111 | 0 | 11000 | 0 | 1001110 | 1100001 | 1010111 |
Color Harmonies of #EBFEC0
Complementary color
Monochromatic Colors of #EBFEC0
Black with #EBFEC0
Text Example
Text Example
White with #EBFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEC0; }
p { color: rgb(235,254,192); }
H1.HeaderClassName
{
color: #EBFEC0;
}
.AnyTagClassName
{
color: #EBFEC0;
}
</style>
background-color css
<style>
a { background-color: #EBFEC0; }
a { background-color: rgb(235,254,192); }
div.DivClassName
{
background-color: #EBFEC0;
}
.BgClassName
{
background-color: #EBFEC0;
}
</style>
border-color css
<style>
span { border-color: #EBFEC0; }
span { border-color: rgb(235,254,192); }
td.TdClassName
{
border-color: #EBFEC0;
}
.TagClassName
{
border-color: #EBFEC0;
}
</style>