Shades of Snow Flurry #EBF9BF
Tints of Snow Flurry #EBF9BF
RGB
CMYK
RGB Variations
Color information
#EBF9BF (or 0xEBF9BF) is known color: Snow Flurry. HEX triplet: EB, F9 and BF. RGB value is (235,249,191). Sum of RGB (Red+Green+Blue) = 235+249+191=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9BF is #140640. Grayscale: #EEEEEE. Windows color (decimal): -1312321 or 12581355. OLE color: 12581355.
HSL color Cylindrical-coordinate representation of color #EBF9BF: hue angle of 74.48º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF9BF is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 191 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.02 |
| HSL | 74.48º | 0.83% | 0.86% | - |
| HSV(B) | 74.48º | 0.23% | 0.98% | - |
| XYZ | 77.54 | 89.18 | 62.42 | - |
| YUV | 238.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 191 | 0.06 | 0 | 0.23 | 0.02 | 74.48 | 0.83 | 0.86 |
| Hex | EB | F9 | BF | 6 | 0 | 17 | 2 | 4A | 53 | 56 |
| Octal | 353 | 371 | 277 | 6 | 0 | 27 | 2 | 112 | 123 | 126 |
| Binary | 11101011 | 11111001 | 10111111 | 110 | 0 | 10111 | 10 | 1001010 | 1010011 | 1010110 |
Color Harmonies of #EBF9BF
Complementary color
Monochromatic Colors of #EBF9BF
Black with #EBF9BF
Text Example
Text Example
White with #EBF9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF9BF; }
p { color: rgb(235,249,191); }
H1.HeaderClassName
{
color: #EBF9BF;
}
.AnyTagClassName
{
color: #EBF9BF;
}
</style>
background-color css
<style>
a { background-color: #EBF9BF; }
a { background-color: rgb(235,249,191); }
div.DivClassName
{
background-color: #EBF9BF;
}
.BgClassName
{
background-color: #EBF9BF;
}
</style>
border-color css
<style>
span { border-color: #EBF9BF; }
span { border-color: rgb(235,249,191); }
td.TdClassName
{
border-color: #EBF9BF;
}
.TagClassName
{
border-color: #EBF9BF;
}
</style>