Shades of Snow Flurry #E7FFBD
Tints of Snow Flurry #E7FFBD
RGB
CMYK
RGB Variations
Color information
#E7FFBD (or 0xE7FFBD) is known color: Snow Flurry. HEX triplet: E7, FF and BD. RGB value is (231,255,189). Sum of RGB (Red+Green+Blue) = 231+255+189=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7FFBD is #180042. Grayscale: #F0F0F0. Windows color (decimal): -1572931 or 12451815. OLE color: 12451815.
HSL color Cylindrical-coordinate representation of color #E7FFBD: hue angle of 81.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7FFBD is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 189 | - |
| CMYK | 0.09 | 0 | 0.26 | 0 |
| HSL | 81.82º | 1% | 0.87% | - |
| HSV(B) | 81.82º | 0.26% | 1% | - |
| XYZ | 77.9 | 92.18 | 61.83 | - |
| YUV | 240.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 189 | 0.09 | 0 | 0.26 | 0 | 81.82 | 1 | 0.87 |
| Hex | E7 | FF | BD | 9 | 0 | 1A | 0 | 52 | 64 | 57 |
| Octal | 347 | 377 | 275 | 11 | 0 | 32 | 0 | 122 | 144 | 127 |
| Binary | 11100111 | 11111111 | 10111101 | 1001 | 0 | 11010 | 0 | 1010010 | 1100100 | 1010111 |
Color Harmonies of #E7FFBD
Complementary color
Monochromatic Colors of #E7FFBD
Black with #E7FFBD
Text Example
Text Example
White with #E7FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FFBD; }
p { color: rgb(231,255,189); }
H1.HeaderClassName
{
color: #E7FFBD;
}
.AnyTagClassName
{
color: #E7FFBD;
}
</style>
background-color css
<style>
a { background-color: #E7FFBD; }
a { background-color: rgb(231,255,189); }
div.DivClassName
{
background-color: #E7FFBD;
}
.BgClassName
{
background-color: #E7FFBD;
}
</style>
border-color css
<style>
span { border-color: #E7FFBD; }
span { border-color: rgb(231,255,189); }
td.TdClassName
{
border-color: #E7FFBD;
}
.TagClassName
{
border-color: #E7FFBD;
}
</style>