Shades of Snow Flurry #E3F1C0
Tints of Snow Flurry #E3F1C0
RGB
CMYK
RGB Variations
Color information
#E3F1C0 (or 0xE3F1C0) is known color: Snow Flurry. HEX triplet: E3, F1 and C0. RGB value is (227,241,192). Sum of RGB (Red+Green+Blue) = 227+241+192=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #E3F1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3F1C0 is #1C0E3F. Grayscale: #E7E7E7. Windows color (decimal): -1838656 or 12644835. OLE color: 12644835.
HSL color Cylindrical-coordinate representation of color #E3F1C0: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3F1C0 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 241 | 192 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.05 |
| HSL | 77.14º | 0.64% | 0.85% | - |
| HSV(B) | 77.14º | 0.2% | 0.95% | - |
| XYZ | 72.65 | 83.05 | 62.07 | - |
| YUV | 231.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 241 | 192 | 0.06 | 0 | 0.20 | 0.05 | 77.14 | 0.64 | 0.85 |
| Hex | E3 | F1 | C0 | 6 | 0 | 14 | 5 | 4D | 40 | 55 |
| Octal | 343 | 361 | 300 | 6 | 0 | 24 | 5 | 115 | 100 | 125 |
| Binary | 11100011 | 11110001 | 11000000 | 110 | 0 | 10100 | 101 | 1001101 | 1000000 | 1010101 |
Color Harmonies of #E3F1C0
Complementary color
Monochromatic Colors of #E3F1C0
Black with #E3F1C0
Text Example
Text Example
White with #E3F1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F1C0; }
p { color: rgb(227,241,192); }
H1.HeaderClassName
{
color: #E3F1C0;
}
.AnyTagClassName
{
color: #E3F1C0;
}
</style>
background-color css
<style>
a { background-color: #E3F1C0; }
a { background-color: rgb(227,241,192); }
div.DivClassName
{
background-color: #E3F1C0;
}
.BgClassName
{
background-color: #E3F1C0;
}
</style>
border-color css
<style>
span { border-color: #E3F1C0; }
span { border-color: rgb(227,241,192); }
td.TdClassName
{
border-color: #E3F1C0;
}
.TagClassName
{
border-color: #E3F1C0;
}
</style>