Shades of Snow Flurry #E7FDBF
Tints of Snow Flurry #E7FDBF
RGB
CMYK
RGB Variations
Color information
#E7FDBF (or 0xE7FDBF) is known color: Snow Flurry. HEX triplet: E7, FD and BF. RGB value is (231,253,191). Sum of RGB (Red+Green+Blue) = 231+253+191=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #E7FDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7FDBF is #180240. Grayscale: #EFEFEF. Windows color (decimal): -1573441 or 12582375. OLE color: 12582375.
HSL color Cylindrical-coordinate representation of color #E7FDBF: hue angle of 81.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7FDBF is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 253 | 191 | - |
CMYK | 0.09 | 0 | 0.25 | 0.01 |
HSL | 81.29º | 0.94% | 0.87% | - |
HSV(B) | 81.29º | 0.25% | 0.99% | - |
XYZ | 77.48 | 91 | 62.77 | - |
YUV | 239.35 | 100.71 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 253 | 191 | 0.09 | 0 | 0.25 | 0.01 | 81.29 | 0.94 | 0.87 |
Hex | E7 | FD | BF | 9 | 0 | 19 | 1 | 51 | 5E | 57 |
Octal | 347 | 375 | 277 | 11 | 0 | 31 | 1 | 121 | 136 | 127 |
Binary | 11100111 | 11111101 | 10111111 | 1001 | 0 | 11001 | 1 | 1010001 | 1011110 | 1010111 |
Color Harmonies of #E7FDBF
Complementary color
Monochromatic Colors of #E7FDBF
Black with #E7FDBF
Text Example
Text Example
White with #E7FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FDBF; }
p { color: rgb(231,253,191); }
H1.HeaderClassName
{
color: #E7FDBF;
}
.AnyTagClassName
{
color: #E7FDBF;
}
</style>
background-color css
<style>
a { background-color: #E7FDBF; }
a { background-color: rgb(231,253,191); }
div.DivClassName
{
background-color: #E7FDBF;
}
.BgClassName
{
background-color: #E7FDBF;
}
</style>
border-color css
<style>
span { border-color: #E7FDBF; }
span { border-color: rgb(231,253,191); }
td.TdClassName
{
border-color: #E7FDBF;
}
.TagClassName
{
border-color: #E7FDBF;
}
</style>