Shades of Snow Flurry #E8F2CD
Tints of Snow Flurry #E8F2CD
RGB
CMYK
RGB Variations
Color information
#E8F2CD (or 0xE8F2CD) is known color: Snow Flurry. HEX triplet: E8, F2 and CD. RGB value is (232,242,205). Sum of RGB (Red+Green+Blue) = 232+242+205=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2CD is #170D32. Grayscale: #EAEAEA. Windows color (decimal): -1510707 or 13497064. OLE color: 13497064.
HSL color Cylindrical-coordinate representation of color #E8F2CD: hue angle of 76.22º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8F2CD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 205 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.05 |
| HSL | 76.22º | 0.59% | 0.88% | - |
| HSV(B) | 76.22º | 0.15% | 0.95% | - |
| XYZ | 76.05 | 85.07 | 70.17 | - |
| YUV | 234.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 205 | 0.04 | 0 | 0.15 | 0.05 | 76.22 | 0.59 | 0.88 |
| Hex | E8 | F2 | CD | 4 | 0 | F | 5 | 4C | 3B | 58 |
| Octal | 350 | 362 | 315 | 4 | 0 | 17 | 5 | 114 | 73 | 130 |
| Binary | 11101000 | 11110010 | 11001101 | 100 | 0 | 1111 | 101 | 1001100 | 111011 | 1011000 |
Color Harmonies of #E8F2CD
Complementary color
Monochromatic Colors of #E8F2CD
Black with #E8F2CD
Text Example
Text Example
White with #E8F2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F2CD; }
p { color: rgb(232,242,205); }
H1.HeaderClassName
{
color: #E8F2CD;
}
.AnyTagClassName
{
color: #E8F2CD;
}
</style>
background-color css
<style>
a { background-color: #E8F2CD; }
a { background-color: rgb(232,242,205); }
div.DivClassName
{
background-color: #E8F2CD;
}
.BgClassName
{
background-color: #E8F2CD;
}
</style>
border-color css
<style>
span { border-color: #E8F2CD; }
span { border-color: rgb(232,242,205); }
td.TdClassName
{
border-color: #E8F2CD;
}
.TagClassName
{
border-color: #E8F2CD;
}
</style>