Shades of Snow Flurry #E4F4BF
Tints of Snow Flurry #E4F4BF
RGB
CMYK
RGB Variations
Color information
#E4F4BF (or 0xE4F4BF) is known color: Snow Flurry. HEX triplet: E4, F4 and BF. RGB value is (228,244,191). Sum of RGB (Red+Green+Blue) = 228+244+191=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #E4F4BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F4BF is #1B0B40. Grayscale: #E9E9E9. Windows color (decimal): -1772353 or 12580068. OLE color: 12580068.
HSL color Cylindrical-coordinate representation of color #E4F4BF: hue angle of 78.11º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4F4BF is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 244 | 191 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.04 |
| HSL | 78.11º | 0.71% | 0.85% | - |
| HSV(B) | 78.11º | 0.22% | 0.96% | - |
| XYZ | 73.75 | 84.96 | 61.8 | - |
| YUV | 233.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 244 | 191 | 0.07 | 0 | 0.22 | 0.04 | 78.11 | 0.71 | 0.85 |
| Hex | E4 | F4 | BF | 7 | 0 | 16 | 4 | 4E | 47 | 55 |
| Octal | 344 | 364 | 277 | 7 | 0 | 26 | 4 | 116 | 107 | 125 |
| Binary | 11100100 | 11110100 | 10111111 | 111 | 0 | 10110 | 100 | 1001110 | 1000111 | 1010101 |
Color Harmonies of #E4F4BF
Complementary color
Monochromatic Colors of #E4F4BF
Black with #E4F4BF
Text Example
Text Example
White with #E4F4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F4BF; }
p { color: rgb(228,244,191); }
H1.HeaderClassName
{
color: #E4F4BF;
}
.AnyTagClassName
{
color: #E4F4BF;
}
</style>
background-color css
<style>
a { background-color: #E4F4BF; }
a { background-color: rgb(228,244,191); }
div.DivClassName
{
background-color: #E4F4BF;
}
.BgClassName
{
background-color: #E4F4BF;
}
</style>
border-color css
<style>
span { border-color: #E4F4BF; }
span { border-color: rgb(228,244,191); }
td.TdClassName
{
border-color: #E4F4BF;
}
.TagClassName
{
border-color: #E4F4BF;
}
</style>