Shades of Snow Flurry #E1FDB6
Tints of Snow Flurry #E1FDB6
RGB
CMYK
RGB Variations
Color information
#E1FDB6 (or 0xE1FDB6) is known color: Snow Flurry. HEX triplet: E1, FD and B6. RGB value is (225,253,182). Sum of RGB (Red+Green+Blue) = 225+253+182=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 182 (71.48% from 255 or 27.58% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDB6 is #1E0249. Grayscale: #ECECEC. Windows color (decimal): -1966666 or 11992545. OLE color: 11992545.
HSL color Cylindrical-coordinate representation of color #E1FDB6: hue angle of 83.66º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1FDB6 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 182 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.01 |
| HSL | 83.66º | 0.95% | 0.85% | - |
| HSV(B) | 83.66º | 0.28% | 0.99% | - |
| XYZ | 74.62 | 89.64 | 57.62 | - |
| YUV | 236.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 182 | 0.11 | 0 | 0.28 | 0.01 | 83.66 | 0.95 | 0.85 |
| Hex | E1 | FD | B6 | B | 0 | 1C | 1 | 54 | 5F | 55 |
| Octal | 341 | 375 | 266 | 13 | 0 | 34 | 1 | 124 | 137 | 125 |
| Binary | 11100001 | 11111101 | 10110110 | 1011 | 0 | 11100 | 1 | 1010100 | 1011111 | 1010101 |
Color Harmonies of #E1FDB6
Complementary color
Monochromatic Colors of #E1FDB6
Black with #E1FDB6
Text Example
Text Example
White with #E1FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDB6; }
p { color: rgb(225,253,182); }
H1.HeaderClassName
{
color: #E1FDB6;
}
.AnyTagClassName
{
color: #E1FDB6;
}
</style>
background-color css
<style>
a { background-color: #E1FDB6; }
a { background-color: rgb(225,253,182); }
div.DivClassName
{
background-color: #E1FDB6;
}
.BgClassName
{
background-color: #E1FDB6;
}
</style>
border-color css
<style>
span { border-color: #E1FDB6; }
span { border-color: rgb(225,253,182); }
td.TdClassName
{
border-color: #E1FDB6;
}
.TagClassName
{
border-color: #E1FDB6;
}
</style>