Shades of Snow Flurry #E5FDBF
Tints of Snow Flurry #E5FDBF
RGB
CMYK
RGB Variations
Color information
#E5FDBF (or 0xE5FDBF) is known color: Snow Flurry. HEX triplet: E5, FD and BF. RGB value is (229,253,191). Sum of RGB (Red+Green+Blue) = 229+253+191=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDBF is #1A0240. Grayscale: #EEEEEE. Windows color (decimal): -1704513 or 12582373. OLE color: 12582373.
HSL color Cylindrical-coordinate representation of color #E5FDBF: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5FDBF is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 191 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.01 |
| HSL | 83.23º | 0.94% | 0.87% | - |
| HSV(B) | 83.23º | 0.25% | 0.99% | - |
| XYZ | 76.84 | 90.67 | 62.74 | - |
| YUV | 238.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 191 | 0.09 | 0 | 0.25 | 0.01 | 83.23 | 0.94 | 0.87 |
| Hex | E5 | FD | BF | 9 | 0 | 19 | 1 | 53 | 5E | 57 |
| Octal | 345 | 375 | 277 | 11 | 0 | 31 | 1 | 123 | 136 | 127 |
| Binary | 11100101 | 11111101 | 10111111 | 1001 | 0 | 11001 | 1 | 1010011 | 1011110 | 1010111 |
Color Harmonies of #E5FDBF
Complementary color
Monochromatic Colors of #E5FDBF
Black with #E5FDBF
Text Example
Text Example
White with #E5FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDBF; }
p { color: rgb(229,253,191); }
H1.HeaderClassName
{
color: #E5FDBF;
}
.AnyTagClassName
{
color: #E5FDBF;
}
</style>
background-color css
<style>
a { background-color: #E5FDBF; }
a { background-color: rgb(229,253,191); }
div.DivClassName
{
background-color: #E5FDBF;
}
.BgClassName
{
background-color: #E5FDBF;
}
</style>
border-color css
<style>
span { border-color: #E5FDBF; }
span { border-color: rgb(229,253,191); }
td.TdClassName
{
border-color: #E5FDBF;
}
.TagClassName
{
border-color: #E5FDBF;
}
</style>