Shades of Snow Flurry #E5FDBA
Tints of Snow Flurry #E5FDBA
RGB
CMYK
RGB Variations
Color information
#E5FDBA (or 0xE5FDBA) is known color: Snow Flurry. HEX triplet: E5, FD and BA. RGB value is (229,253,186). Sum of RGB (Red+Green+Blue) = 229+253+186=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDBA is #1A0245. Grayscale: #EEEEEE. Windows color (decimal): -1704518 or 12254693. OLE color: 12254693.
HSL color Cylindrical-coordinate representation of color #E5FDBA: hue angle of 81.49º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5FDBA is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 186 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.01 |
| HSL | 81.49º | 0.94% | 0.86% | - |
| HSV(B) | 81.49º | 0.26% | 0.99% | - |
| XYZ | 76.3 | 90.45 | 59.89 | - |
| YUV | 238.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 186 | 0.09 | 0 | 0.26 | 0.01 | 81.49 | 0.94 | 0.86 |
| Hex | E5 | FD | BA | 9 | 0 | 1A | 1 | 51 | 5E | 56 |
| Octal | 345 | 375 | 272 | 11 | 0 | 32 | 1 | 121 | 136 | 126 |
| Binary | 11100101 | 11111101 | 10111010 | 1001 | 0 | 11010 | 1 | 1010001 | 1011110 | 1010110 |
Color Harmonies of #E5FDBA
Complementary color
Monochromatic Colors of #E5FDBA
Black with #E5FDBA
Text Example
Text Example
White with #E5FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDBA; }
p { color: rgb(229,253,186); }
H1.HeaderClassName
{
color: #E5FDBA;
}
.AnyTagClassName
{
color: #E5FDBA;
}
</style>
background-color css
<style>
a { background-color: #E5FDBA; }
a { background-color: rgb(229,253,186); }
div.DivClassName
{
background-color: #E5FDBA;
}
.BgClassName
{
background-color: #E5FDBA;
}
</style>
border-color css
<style>
span { border-color: #E5FDBA; }
span { border-color: rgb(229,253,186); }
td.TdClassName
{
border-color: #E5FDBA;
}
.TagClassName
{
border-color: #E5FDBA;
}
</style>