Shades of Snow Flurry #E8FED0
Tints of Snow Flurry #E8FED0
RGB
CMYK
RGB Variations
Color information
#E8FED0 (or 0xE8FED0) is known color: Snow Flurry. HEX triplet: E8, FE and D0. RGB value is (232,254,208). Sum of RGB (Red+Green+Blue) = 232+254+208=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #E8FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FED0 is #17012F. Grayscale: #F2F2F2. Windows color (decimal): -1507632 or 13696744. OLE color: 13696744.
HSL color Cylindrical-coordinate representation of color #E8FED0: hue angle of 88.7º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8FED0 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 254 | 208 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.00 |
| HSL | 88.7º | 0.96% | 0.91% | - |
| HSV(B) | 88.7º | 0.18% | 1% | - |
| XYZ | 80.11 | 92.59 | 73.32 | - |
| YUV | 242.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 254 | 208 | 0.09 | 0 | 0.18 | 0.00 | 88.7 | 0.96 | 0.91 |
| Hex | E8 | FE | D0 | 9 | 0 | 12 | 0 | 59 | 60 | 5B |
| Octal | 350 | 376 | 320 | 11 | 0 | 22 | 0 | 131 | 140 | 133 |
| Binary | 11101000 | 11111110 | 11010000 | 1001 | 0 | 10010 | 0 | 1011001 | 1100000 | 1011011 |
Color Harmonies of #E8FED0
Complementary color
Monochromatic Colors of #E8FED0
Black with #E8FED0
Text Example
Text Example
White with #E8FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FED0; }
p { color: rgb(232,254,208); }
H1.HeaderClassName
{
color: #E8FED0;
}
.AnyTagClassName
{
color: #E8FED0;
}
</style>
background-color css
<style>
a { background-color: #E8FED0; }
a { background-color: rgb(232,254,208); }
div.DivClassName
{
background-color: #E8FED0;
}
.BgClassName
{
background-color: #E8FED0;
}
</style>
border-color css
<style>
span { border-color: #E8FED0; }
span { border-color: rgb(232,254,208); }
td.TdClassName
{
border-color: #E8FED0;
}
.TagClassName
{
border-color: #E8FED0;
}
</style>