Shades of Snow Flurry #E9F3CE
Tints of Snow Flurry #E9F3CE
RGB
CMYK
RGB Variations
Color information
#E9F3CE (or 0xE9F3CE) is known color: Snow Flurry. HEX triplet: E9, F3 and CE. RGB value is (233,243,206). Sum of RGB (Red+Green+Blue) = 233+243+206=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #E9F3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F3CE is #160C31. Grayscale: #EBEBEB. Windows color (decimal): -1444914 or 13562857. OLE color: 13562857.
HSL color Cylindrical-coordinate representation of color #E9F3CE: hue angle of 76.22º degrees, saturation: 0.61, 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 #E9F3CE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 243 | 206 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.05 |
| HSL | 76.22º | 0.61% | 0.88% | - |
| HSV(B) | 76.22º | 0.15% | 0.95% | - |
| XYZ | 76.8 | 85.88 | 70.92 | - |
| YUV | 235.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 243 | 206 | 0.04 | 0 | 0.15 | 0.05 | 76.22 | 0.61 | 0.88 |
| Hex | E9 | F3 | CE | 4 | 0 | F | 5 | 4C | 3D | 58 |
| Octal | 351 | 363 | 316 | 4 | 0 | 17 | 5 | 114 | 75 | 130 |
| Binary | 11101001 | 11110011 | 11001110 | 100 | 0 | 1111 | 101 | 1001100 | 111101 | 1011000 |
Color Harmonies of #E9F3CE
Complementary color
Monochromatic Colors of #E9F3CE
Black with #E9F3CE
Text Example
Text Example
White with #E9F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F3CE; }
p { color: rgb(233,243,206); }
H1.HeaderClassName
{
color: #E9F3CE;
}
.AnyTagClassName
{
color: #E9F3CE;
}
</style>
background-color css
<style>
a { background-color: #E9F3CE; }
a { background-color: rgb(233,243,206); }
div.DivClassName
{
background-color: #E9F3CE;
}
.BgClassName
{
background-color: #E9F3CE;
}
</style>
border-color css
<style>
span { border-color: #E9F3CE; }
span { border-color: rgb(233,243,206); }
td.TdClassName
{
border-color: #E9F3CE;
}
.TagClassName
{
border-color: #E9F3CE;
}
</style>