Shades of Snow Flurry #E4F1BA
Tints of Snow Flurry #E4F1BA
RGB
CMYK
RGB Variations
Color information
#E4F1BA (or 0xE4F1BA) is known color: Snow Flurry. HEX triplet: E4, F1 and BA. RGB value is (228,241,186). Sum of RGB (Red+Green+Blue) = 228+241+186=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F1BA is #1B0E45. Grayscale: #E7E7E7. Windows color (decimal): -1773126 or 12251620. OLE color: 12251620.
HSL color Cylindrical-coordinate representation of color #E4F1BA: hue angle of 74.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4F1BA is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 241 | 186 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.05 |
| HSL | 74.18º | 0.66% | 0.84% | - |
| HSV(B) | 74.18º | 0.23% | 0.95% | - |
| XYZ | 72.31 | 82.95 | 58.65 | - |
| YUV | 230.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 241 | 186 | 0.05 | 0 | 0.23 | 0.05 | 74.18 | 0.66 | 0.84 |
| Hex | E4 | F1 | BA | 5 | 0 | 17 | 5 | 4A | 42 | 54 |
| Octal | 344 | 361 | 272 | 5 | 0 | 27 | 5 | 112 | 102 | 124 |
| Binary | 11100100 | 11110001 | 10111010 | 101 | 0 | 10111 | 101 | 1001010 | 1000010 | 1010100 |
Color Harmonies of #E4F1BA
Complementary color
Monochromatic Colors of #E4F1BA
Black with #E4F1BA
Text Example
Text Example
White with #E4F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F1BA; }
p { color: rgb(228,241,186); }
H1.HeaderClassName
{
color: #E4F1BA;
}
.AnyTagClassName
{
color: #E4F1BA;
}
</style>
background-color css
<style>
a { background-color: #E4F1BA; }
a { background-color: rgb(228,241,186); }
div.DivClassName
{
background-color: #E4F1BA;
}
.BgClassName
{
background-color: #E4F1BA;
}
</style>
border-color css
<style>
span { border-color: #E4F1BA; }
span { border-color: rgb(228,241,186); }
td.TdClassName
{
border-color: #E4F1BA;
}
.TagClassName
{
border-color: #E4F1BA;
}
</style>