Shades of Snow Flurry #E1FFB3
Tints of Snow Flurry #E1FFB3
RGB
CMYK
RGB Variations
Color information
#E1FFB3 (or 0xE1FFB3) is known color: Snow Flurry. HEX triplet: E1, FF and B3. RGB value is (225,255,179). Sum of RGB (Red+Green+Blue) = 225+255+179=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 179 (70.31% from 255 or 27.16% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FFB3 is #1E004C. Grayscale: #EDEDED. Windows color (decimal): -1966157 or 11796449. OLE color: 11796449.
HSL color Cylindrical-coordinate representation of color #E1FFB3: hue angle of 83.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1FFB3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 179 | - |
| CMYK | 0.12 | 0 | 0.30 | 0 |
| HSL | 83.68º | 1% | 0.85% | - |
| HSV(B) | 83.68º | 0.3% | 1% | - |
| XYZ | 74.95 | 90.78 | 56.22 | - |
| YUV | 237.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 179 | 0.12 | 0 | 0.30 | 0 | 83.68 | 1 | 0.85 |
| Hex | E1 | FF | B3 | C | 0 | 1E | 0 | 54 | 64 | 55 |
| Octal | 341 | 377 | 263 | 14 | 0 | 36 | 0 | 124 | 144 | 125 |
| Binary | 11100001 | 11111111 | 10110011 | 1100 | 0 | 11110 | 0 | 1010100 | 1100100 | 1010101 |
Color Harmonies of #E1FFB3
Complementary color
Monochromatic Colors of #E1FFB3
Black with #E1FFB3
Text Example
Text Example
White with #E1FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFB3; }
p { color: rgb(225,255,179); }
H1.HeaderClassName
{
color: #E1FFB3;
}
.AnyTagClassName
{
color: #E1FFB3;
}
</style>
background-color css
<style>
a { background-color: #E1FFB3; }
a { background-color: rgb(225,255,179); }
div.DivClassName
{
background-color: #E1FFB3;
}
.BgClassName
{
background-color: #E1FFB3;
}
</style>
border-color css
<style>
span { border-color: #E1FFB3; }
span { border-color: rgb(225,255,179); }
td.TdClassName
{
border-color: #E1FFB3;
}
.TagClassName
{
border-color: #E1FFB3;
}
</style>