Shades of Snow Flurry #E1FDBF
Tints of Snow Flurry #E1FDBF
RGB
CMYK
RGB Variations
Color information
#E1FDBF (or 0xE1FDBF) is known color: Snow Flurry. HEX triplet: E1, FD and BF. RGB value is (225,253,191). Sum of RGB (Red+Green+Blue) = 225+253+191=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDBF is #1E0240. Grayscale: #EDEDED. Windows color (decimal): -1966657 or 12582369. OLE color: 12582369.
HSL color Cylindrical-coordinate representation of color #E1FDBF: hue angle of 87.1º 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 #E1FDBF is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 191 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.01 |
| HSL | 87.1º | 0.94% | 0.87% | - |
| HSV(B) | 87.1º | 0.25% | 0.99% | - |
| XYZ | 75.58 | 90.02 | 62.68 | - |
| YUV | 237.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 191 | 0.11 | 0 | 0.25 | 0.01 | 87.1 | 0.94 | 0.87 |
| Hex | E1 | FD | BF | B | 0 | 19 | 1 | 57 | 5E | 57 |
| Octal | 341 | 375 | 277 | 13 | 0 | 31 | 1 | 127 | 136 | 127 |
| Binary | 11100001 | 11111101 | 10111111 | 1011 | 0 | 11001 | 1 | 1010111 | 1011110 | 1010111 |
Color Harmonies of #E1FDBF
Complementary color
Monochromatic Colors of #E1FDBF
Black with #E1FDBF
Text Example
Text Example
White with #E1FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDBF; }
p { color: rgb(225,253,191); }
H1.HeaderClassName
{
color: #E1FDBF;
}
.AnyTagClassName
{
color: #E1FDBF;
}
</style>
background-color css
<style>
a { background-color: #E1FDBF; }
a { background-color: rgb(225,253,191); }
div.DivClassName
{
background-color: #E1FDBF;
}
.BgClassName
{
background-color: #E1FDBF;
}
</style>
border-color css
<style>
span { border-color: #E1FDBF; }
span { border-color: rgb(225,253,191); }
td.TdClassName
{
border-color: #E1FDBF;
}
.TagClassName
{
border-color: #E1FDBF;
}
</style>