Shades of Snow Flurry #E4F2BA
Tints of Snow Flurry #E4F2BA
RGB
CMYK
RGB Variations
Color information
#E4F2BA (or 0xE4F2BA) is known color: Snow Flurry. HEX triplet: E4, F2 and BA. RGB value is (228,242,186). Sum of RGB (Red+Green+Blue) = 228+242+186=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2BA is #1B0D45. Grayscale: #E7E7E7. Windows color (decimal): -1772870 or 12251876. OLE color: 12251876.
HSL color Cylindrical-coordinate representation of color #E4F2BA: hue angle of 75º degrees, saturation: 0.68, 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 #E4F2BA is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 186 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.05 |
| HSL | 75º | 0.68% | 0.84% | - |
| HSV(B) | 75º | 0.23% | 0.95% | - |
| XYZ | 72.61 | 83.54 | 58.75 | - |
| YUV | 231.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 186 | 0.06 | 0 | 0.23 | 0.05 | 75 | 0.68 | 0.84 |
| Hex | E4 | F2 | BA | 6 | 0 | 17 | 5 | 4B | 44 | 54 |
| Octal | 344 | 362 | 272 | 6 | 0 | 27 | 5 | 113 | 104 | 124 |
| Binary | 11100100 | 11110010 | 10111010 | 110 | 0 | 10111 | 101 | 1001011 | 1000100 | 1010100 |
Color Harmonies of #E4F2BA
Complementary color
Monochromatic Colors of #E4F2BA
Black with #E4F2BA
Text Example
Text Example
White with #E4F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2BA; }
p { color: rgb(228,242,186); }
H1.HeaderClassName
{
color: #E4F2BA;
}
.AnyTagClassName
{
color: #E4F2BA;
}
</style>
background-color css
<style>
a { background-color: #E4F2BA; }
a { background-color: rgb(228,242,186); }
div.DivClassName
{
background-color: #E4F2BA;
}
.BgClassName
{
background-color: #E4F2BA;
}
</style>
border-color css
<style>
span { border-color: #E4F2BA; }
span { border-color: rgb(228,242,186); }
td.TdClassName
{
border-color: #E4F2BA;
}
.TagClassName
{
border-color: #E4F2BA;
}
</style>