Shades of Snow Flurry #EBFEBA
Tints of Snow Flurry #EBFEBA
RGB
CMYK
RGB Variations
Color information
#EBFEBA (or 0xEBFEBA) is known color: Snow Flurry. HEX triplet: EB, FE and BA. RGB value is (235,254,186). Sum of RGB (Red+Green+Blue) = 235+254+186=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEBA is #140145. Grayscale: #F0F0F0. Windows color (decimal): -1311046 or 12254955. OLE color: 12254955.
HSL color Cylindrical-coordinate representation of color #EBFEBA: hue angle of 76.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBFEBA is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 186 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.00 |
| HSL | 76.76º | 0.97% | 0.86% | - |
| HSV(B) | 76.76º | 0.27% | 1% | - |
| XYZ | 78.57 | 92.09 | 60.09 | - |
| YUV | 240.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 186 | 0.07 | 0 | 0.27 | 0.00 | 76.76 | 0.97 | 0.86 |
| Hex | EB | FE | BA | 7 | 0 | 1B | 0 | 4D | 61 | 56 |
| Octal | 353 | 376 | 272 | 7 | 0 | 33 | 0 | 115 | 141 | 126 |
| Binary | 11101011 | 11111110 | 10111010 | 111 | 0 | 11011 | 0 | 1001101 | 1100001 | 1010110 |
Color Harmonies of #EBFEBA
Complementary color
Monochromatic Colors of #EBFEBA
Black with #EBFEBA
Text Example
Text Example
White with #EBFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEBA; }
p { color: rgb(235,254,186); }
H1.HeaderClassName
{
color: #EBFEBA;
}
.AnyTagClassName
{
color: #EBFEBA;
}
</style>
background-color css
<style>
a { background-color: #EBFEBA; }
a { background-color: rgb(235,254,186); }
div.DivClassName
{
background-color: #EBFEBA;
}
.BgClassName
{
background-color: #EBFEBA;
}
</style>
border-color css
<style>
span { border-color: #EBFEBA; }
span { border-color: rgb(235,254,186); }
td.TdClassName
{
border-color: #EBFEBA;
}
.TagClassName
{
border-color: #EBFEBA;
}
</style>