Shades of Snow Flurry #EBFEBF
Tints of Snow Flurry #EBFEBF
RGB
CMYK
RGB Variations
Color information
#EBFEBF (or 0xEBFEBF) is known color: Snow Flurry. HEX triplet: EB, FE and BF. RGB value is (235,254,191). Sum of RGB (Red+Green+Blue) = 235+254+191=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 191 (75% from 255 or 28.09% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEBF is #140140. Grayscale: #F1F1F1. Windows color (decimal): -1311041 or 12582635. OLE color: 12582635.
HSL color Cylindrical-coordinate representation of color #EBFEBF: hue angle of 78.1º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBFEBF is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 191 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.00 |
| HSL | 78.1º | 0.97% | 0.87% | - |
| HSV(B) | 78.1º | 0.25% | 1% | - |
| XYZ | 79.11 | 92.31 | 62.94 | - |
| YUV | 241.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 191 | 0.07 | 0 | 0.25 | 0.00 | 78.1 | 0.97 | 0.87 |
| Hex | EB | FE | BF | 7 | 0 | 19 | 0 | 4E | 61 | 57 |
| Octal | 353 | 376 | 277 | 7 | 0 | 31 | 0 | 116 | 141 | 127 |
| Binary | 11101011 | 11111110 | 10111111 | 111 | 0 | 11001 | 0 | 1001110 | 1100001 | 1010111 |
Color Harmonies of #EBFEBF
Complementary color
Monochromatic Colors of #EBFEBF
Black with #EBFEBF
Text Example
Text Example
White with #EBFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEBF; }
p { color: rgb(235,254,191); }
H1.HeaderClassName
{
color: #EBFEBF;
}
.AnyTagClassName
{
color: #EBFEBF;
}
</style>
background-color css
<style>
a { background-color: #EBFEBF; }
a { background-color: rgb(235,254,191); }
div.DivClassName
{
background-color: #EBFEBF;
}
.BgClassName
{
background-color: #EBFEBF;
}
</style>
border-color css
<style>
span { border-color: #EBFEBF; }
span { border-color: rgb(235,254,191); }
td.TdClassName
{
border-color: #EBFEBF;
}
.TagClassName
{
border-color: #EBFEBF;
}
</style>