Shades of Snow Flurry #E7FFBA
Tints of Snow Flurry #E7FFBA
RGB
CMYK
RGB Variations
Color information
#E7FFBA (or 0xE7FFBA) is known color: Snow Flurry. HEX triplet: E7, FF and BA. RGB value is (231,255,186). Sum of RGB (Red+Green+Blue) = 231+255+186=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7FFBA is #180045. Grayscale: #F0F0F0. Windows color (decimal): -1572934 or 12255207. OLE color: 12255207.
HSL color Cylindrical-coordinate representation of color #E7FFBA: hue angle of 80.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7FFBA is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 186 | - |
| CMYK | 0.09 | 0 | 0.27 | 0 |
| HSL | 80.87º | 1% | 0.86% | - |
| HSV(B) | 80.87º | 0.27% | 1% | - |
| XYZ | 77.58 | 92.05 | 60.13 | - |
| YUV | 239.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 186 | 0.09 | 0 | 0.27 | 0 | 80.87 | 1 | 0.86 |
| Hex | E7 | FF | BA | 9 | 0 | 1B | 0 | 51 | 64 | 56 |
| Octal | 347 | 377 | 272 | 11 | 0 | 33 | 0 | 121 | 144 | 126 |
| Binary | 11100111 | 11111111 | 10111010 | 1001 | 0 | 11011 | 0 | 1010001 | 1100100 | 1010110 |
Color Harmonies of #E7FFBA
Complementary color
Monochromatic Colors of #E7FFBA
Black with #E7FFBA
Text Example
Text Example
White with #E7FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FFBA; }
p { color: rgb(231,255,186); }
H1.HeaderClassName
{
color: #E7FFBA;
}
.AnyTagClassName
{
color: #E7FFBA;
}
</style>
background-color css
<style>
a { background-color: #E7FFBA; }
a { background-color: rgb(231,255,186); }
div.DivClassName
{
background-color: #E7FFBA;
}
.BgClassName
{
background-color: #E7FFBA;
}
</style>
border-color css
<style>
span { border-color: #E7FFBA; }
span { border-color: rgb(231,255,186); }
td.TdClassName
{
border-color: #E7FFBA;
}
.TagClassName
{
border-color: #E7FFBA;
}
</style>