Shades of Snow Flurry #E1EFBA
Tints of Snow Flurry #E1EFBA
RGB
CMYK
RGB Variations
Color information
#E1EFBA (or 0xE1EFBA) is known color: Snow Flurry. HEX triplet: E1, EF and BA. RGB value is (225,239,186). Sum of RGB (Red+Green+Blue) = 225+239+186=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFBA is #1E1045. Grayscale: #E4E4E4. Windows color (decimal): -1970246 or 12251105. OLE color: 12251105.
HSL color Cylindrical-coordinate representation of color #E1EFBA: hue angle of 75.85º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1EFBA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 186 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.06 |
| HSL | 75.85º | 0.62% | 0.83% | - |
| HSV(B) | 75.85º | 0.22% | 0.94% | - |
| XYZ | 70.78 | 81.29 | 58.41 | - |
| YUV | 228.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 186 | 0.06 | 0 | 0.22 | 0.06 | 75.85 | 0.62 | 0.83 |
| Hex | E1 | EF | BA | 6 | 0 | 16 | 6 | 4C | 3E | 53 |
| Octal | 341 | 357 | 272 | 6 | 0 | 26 | 6 | 114 | 76 | 123 |
| Binary | 11100001 | 11101111 | 10111010 | 110 | 0 | 10110 | 110 | 1001100 | 111110 | 1010011 |
Color Harmonies of #E1EFBA
Complementary color
Monochromatic Colors of #E1EFBA
Black with #E1EFBA
Text Example
Text Example
White with #E1EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFBA; }
p { color: rgb(225,239,186); }
H1.HeaderClassName
{
color: #E1EFBA;
}
.AnyTagClassName
{
color: #E1EFBA;
}
</style>
background-color css
<style>
a { background-color: #E1EFBA; }
a { background-color: rgb(225,239,186); }
div.DivClassName
{
background-color: #E1EFBA;
}
.BgClassName
{
background-color: #E1EFBA;
}
</style>
border-color css
<style>
span { border-color: #E1EFBA; }
span { border-color: rgb(225,239,186); }
td.TdClassName
{
border-color: #E1EFBA;
}
.TagClassName
{
border-color: #E1EFBA;
}
</style>