Shades of Snow Flurry #E5F5BD
Tints of Snow Flurry #E5F5BD
RGB
CMYK
RGB Variations
Color information
#E5F5BD (or 0xE5F5BD) is known color: Snow Flurry. HEX triplet: E5, F5 and BD. RGB value is (229,245,189). Sum of RGB (Red+Green+Blue) = 229+245+189=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F5BD is #1A0A42. Grayscale: #EAEAEA. Windows color (decimal): -1706563 or 12449253. OLE color: 12449253.
HSL color Cylindrical-coordinate representation of color #E5F5BD: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5F5BD is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 189 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.04 |
| HSL | 77.14º | 0.74% | 0.85% | - |
| HSV(B) | 77.14º | 0.23% | 0.96% | - |
| XYZ | 74.15 | 85.64 | 60.77 | - |
| YUV | 233.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 189 | 0.07 | 0 | 0.23 | 0.04 | 77.14 | 0.74 | 0.85 |
| Hex | E5 | F5 | BD | 7 | 0 | 17 | 4 | 4D | 4A | 55 |
| Octal | 345 | 365 | 275 | 7 | 0 | 27 | 4 | 115 | 112 | 125 |
| Binary | 11100101 | 11110101 | 10111101 | 111 | 0 | 10111 | 100 | 1001101 | 1001010 | 1010101 |
Color Harmonies of #E5F5BD
Complementary color
Monochromatic Colors of #E5F5BD
Black with #E5F5BD
Text Example
Text Example
White with #E5F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F5BD; }
p { color: rgb(229,245,189); }
H1.HeaderClassName
{
color: #E5F5BD;
}
.AnyTagClassName
{
color: #E5F5BD;
}
</style>
background-color css
<style>
a { background-color: #E5F5BD; }
a { background-color: rgb(229,245,189); }
div.DivClassName
{
background-color: #E5F5BD;
}
.BgClassName
{
background-color: #E5F5BD;
}
</style>
border-color css
<style>
span { border-color: #E5F5BD; }
span { border-color: rgb(229,245,189); }
td.TdClassName
{
border-color: #E5F5BD;
}
.TagClassName
{
border-color: #E5F5BD;
}
</style>