Shades of Snow Flurry #E1FCBD
Tints of Snow Flurry #E1FCBD
RGB
CMYK
RGB Variations
Color information
#E1FCBD (or 0xE1FCBD) is known color: Snow Flurry. HEX triplet: E1, FC and BD. RGB value is (225,252,189). Sum of RGB (Red+Green+Blue) = 225+252+189=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FCBD is #1E0342. Grayscale: #ECECEC. Windows color (decimal): -1966915 or 12451041. OLE color: 12451041.
HSL color Cylindrical-coordinate representation of color #E1FCBD: hue angle of 85.71º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1FCBD is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 189 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.01 |
| HSL | 85.71º | 0.91% | 0.86% | - |
| HSV(B) | 85.71º | 0.25% | 0.99% | - |
| XYZ | 75.05 | 89.3 | 61.43 | - |
| YUV | 236.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 189 | 0.11 | 0 | 0.25 | 0.01 | 85.71 | 0.91 | 0.86 |
| Hex | E1 | FC | BD | B | 0 | 19 | 1 | 56 | 5B | 56 |
| Octal | 341 | 374 | 275 | 13 | 0 | 31 | 1 | 126 | 133 | 126 |
| Binary | 11100001 | 11111100 | 10111101 | 1011 | 0 | 11001 | 1 | 1010110 | 1011011 | 1010110 |
Color Harmonies of #E1FCBD
Complementary color
Monochromatic Colors of #E1FCBD
Black with #E1FCBD
Text Example
Text Example
White with #E1FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCBD; }
p { color: rgb(225,252,189); }
H1.HeaderClassName
{
color: #E1FCBD;
}
.AnyTagClassName
{
color: #E1FCBD;
}
</style>
background-color css
<style>
a { background-color: #E1FCBD; }
a { background-color: rgb(225,252,189); }
div.DivClassName
{
background-color: #E1FCBD;
}
.BgClassName
{
background-color: #E1FCBD;
}
</style>
border-color css
<style>
span { border-color: #E1FCBD; }
span { border-color: rgb(225,252,189); }
td.TdClassName
{
border-color: #E1FCBD;
}
.TagClassName
{
border-color: #E1FCBD;
}
</style>