Shades of Snow Flurry #E8FDBF
Tints of Snow Flurry #E8FDBF
RGB
CMYK
RGB Variations
Color information
#E8FDBF (or 0xE8FDBF) is known color: Snow Flurry. HEX triplet: E8, FD and BF. RGB value is (232,253,191). Sum of RGB (Red+Green+Blue) = 232+253+191=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FDBF is #170240. Grayscale: #EFEFEF. Windows color (decimal): -1507905 or 12582376. OLE color: 12582376.
HSL color Cylindrical-coordinate representation of color #E8FDBF: hue angle of 80.32º 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 #E8FDBF is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 253 | 191 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.01 |
| HSL | 80.32º | 0.94% | 0.87% | - |
| HSV(B) | 80.32º | 0.25% | 0.99% | - |
| XYZ | 77.81 | 91.17 | 62.79 | - |
| YUV | 239.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 253 | 191 | 0.08 | 0 | 0.25 | 0.01 | 80.32 | 0.94 | 0.87 |
| Hex | E8 | FD | BF | 8 | 0 | 19 | 1 | 50 | 5E | 57 |
| Octal | 350 | 375 | 277 | 10 | 0 | 31 | 1 | 120 | 136 | 127 |
| Binary | 11101000 | 11111101 | 10111111 | 1000 | 0 | 11001 | 1 | 1010000 | 1011110 | 1010111 |
Color Harmonies of #E8FDBF
Complementary color
Monochromatic Colors of #E8FDBF
Black with #E8FDBF
Text Example
Text Example
White with #E8FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FDBF; }
p { color: rgb(232,253,191); }
H1.HeaderClassName
{
color: #E8FDBF;
}
.AnyTagClassName
{
color: #E8FDBF;
}
</style>
background-color css
<style>
a { background-color: #E8FDBF; }
a { background-color: rgb(232,253,191); }
div.DivClassName
{
background-color: #E8FDBF;
}
.BgClassName
{
background-color: #E8FDBF;
}
</style>
border-color css
<style>
span { border-color: #E8FDBF; }
span { border-color: rgb(232,253,191); }
td.TdClassName
{
border-color: #E8FDBF;
}
.TagClassName
{
border-color: #E8FDBF;
}
</style>