Shades of Snow Flurry #E8F1CE
Tints of Snow Flurry #E8F1CE
RGB
CMYK
RGB Variations
Color information
#E8F1CE (or 0xE8F1CE) is known color: Snow Flurry. HEX triplet: E8, F1 and CE. RGB value is (232,241,206). Sum of RGB (Red+Green+Blue) = 232+241+206=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F1CE is #170E31. Grayscale: #EAEAEA. Windows color (decimal): -1510962 or 13562344. OLE color: 13562344.
HSL color Cylindrical-coordinate representation of color #E8F1CE: hue angle of 75.43º degrees, saturation: 0.56, 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 #E8F1CE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 206 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.05 |
| HSL | 75.43º | 0.56% | 0.88% | - |
| HSV(B) | 75.43º | 0.15% | 0.95% | - |
| XYZ | 75.87 | 84.52 | 70.71 | - |
| YUV | 234.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 206 | 0.04 | 0 | 0.15 | 0.05 | 75.43 | 0.56 | 0.88 |
| Hex | E8 | F1 | CE | 4 | 0 | F | 5 | 4B | 38 | 58 |
| Octal | 350 | 361 | 316 | 4 | 0 | 17 | 5 | 113 | 70 | 130 |
| Binary | 11101000 | 11110001 | 11001110 | 100 | 0 | 1111 | 101 | 1001011 | 111000 | 1011000 |
Color Harmonies of #E8F1CE
Complementary color
Monochromatic Colors of #E8F1CE
Black with #E8F1CE
Text Example
Text Example
White with #E8F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F1CE; }
p { color: rgb(232,241,206); }
H1.HeaderClassName
{
color: #E8F1CE;
}
.AnyTagClassName
{
color: #E8F1CE;
}
</style>
background-color css
<style>
a { background-color: #E8F1CE; }
a { background-color: rgb(232,241,206); }
div.DivClassName
{
background-color: #E8F1CE;
}
.BgClassName
{
background-color: #E8F1CE;
}
</style>
border-color css
<style>
span { border-color: #E8F1CE; }
span { border-color: rgb(232,241,206); }
td.TdClassName
{
border-color: #E8F1CE;
}
.TagClassName
{
border-color: #E8F1CE;
}
</style>