Shades of Snow Flurry #E5F9BF
Tints of Snow Flurry #E5F9BF
RGB
CMYK
RGB Variations
Color information
#E5F9BF (or 0xE5F9BF) is known color: Snow Flurry. HEX triplet: E5, F9 and BF. RGB value is (229,249,191). Sum of RGB (Red+Green+Blue) = 229+249+191=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F9BF is #1A0640. Grayscale: #ECECEC. Windows color (decimal): -1705537 or 12581349. OLE color: 12581349.
HSL color Cylindrical-coordinate representation of color #E5F9BF: hue angle of 80.69º 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 #E5F9BF is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 249 | 191 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.02 |
| HSL | 80.69º | 0.83% | 0.86% | - |
| HSV(B) | 80.69º | 0.23% | 0.98% | - |
| XYZ | 75.59 | 88.17 | 62.32 | - |
| YUV | 236.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 249 | 191 | 0.08 | 0 | 0.23 | 0.02 | 80.69 | 0.83 | 0.86 |
| Hex | E5 | F9 | BF | 8 | 0 | 17 | 2 | 51 | 53 | 56 |
| Octal | 345 | 371 | 277 | 10 | 0 | 27 | 2 | 121 | 123 | 126 |
| Binary | 11100101 | 11111001 | 10111111 | 1000 | 0 | 10111 | 10 | 1010001 | 1010011 | 1010110 |
Color Harmonies of #E5F9BF
Complementary color
Monochromatic Colors of #E5F9BF
Black with #E5F9BF
Text Example
Text Example
White with #E5F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F9BF; }
p { color: rgb(229,249,191); }
H1.HeaderClassName
{
color: #E5F9BF;
}
.AnyTagClassName
{
color: #E5F9BF;
}
</style>
background-color css
<style>
a { background-color: #E5F9BF; }
a { background-color: rgb(229,249,191); }
div.DivClassName
{
background-color: #E5F9BF;
}
.BgClassName
{
background-color: #E5F9BF;
}
</style>
border-color css
<style>
span { border-color: #E5F9BF; }
span { border-color: rgb(229,249,191); }
td.TdClassName
{
border-color: #E5F9BF;
}
.TagClassName
{
border-color: #E5F9BF;
}
</style>