Shades of Snow Flurry #E8FDD0
Tints of Snow Flurry #E8FDD0
RGB
CMYK
RGB Variations
Color information
#E8FDD0 (or 0xE8FDD0) is known color: Snow Flurry. HEX triplet: E8, FD and D0. RGB value is (232,253,208). Sum of RGB (Red+Green+Blue) = 232+253+208=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FDD0 is #17022F. Grayscale: #F1F1F1. Windows color (decimal): -1507888 or 13696488. OLE color: 13696488.
HSL color Cylindrical-coordinate representation of color #E8FDD0: hue angle of 88º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8FDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 232 | 253 | 208 | - |
CMYK | 0.08 | 0 | 0.18 | 0.01 |
HSL | 88º | 0.92% | 0.9% | - |
HSV(B) | 88º | 0.18% | 0.99% | - |
XYZ | 79.79 | 91.96 | 73.22 | - |
YUV | 241.59 | 109.04 | 121.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 253 | 208 | 0.08 | 0 | 0.18 | 0.01 | 88 | 0.92 | 0.9 |
Hex | E8 | FD | D0 | 8 | 0 | 12 | 1 | 58 | 5C | 5A |
Octal | 350 | 375 | 320 | 10 | 0 | 22 | 1 | 130 | 134 | 132 |
Binary | 11101000 | 11111101 | 11010000 | 1000 | 0 | 10010 | 1 | 1011000 | 1011100 | 1011010 |
Color Harmonies of #E8FDD0
Complementary color
Monochromatic Colors of #E8FDD0
Black with #E8FDD0
Text Example
Text Example
White with #E8FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FDD0; }
p { color: rgb(232,253,208); }
H1.HeaderClassName
{
color: #E8FDD0;
}
.AnyTagClassName
{
color: #E8FDD0;
}
</style>
background-color css
<style>
a { background-color: #E8FDD0; }
a { background-color: rgb(232,253,208); }
div.DivClassName
{
background-color: #E8FDD0;
}
.BgClassName
{
background-color: #E8FDD0;
}
</style>
border-color css
<style>
span { border-color: #E8FDD0; }
span { border-color: rgb(232,253,208); }
td.TdClassName
{
border-color: #E8FDD0;
}
.TagClassName
{
border-color: #E8FDD0;
}
</style>