Shades of Snow Flurry #E9F9C0
Tints of Snow Flurry #E9F9C0
RGB
CMYK
RGB Variations
Color information
#E9F9C0 (or 0xE9F9C0) is known color: Snow Flurry. HEX triplet: E9, F9 and C0. RGB value is (233,249,192). Sum of RGB (Red+Green+Blue) = 233+249+192=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F9C0 is #16063F. Grayscale: #EDEDED. Windows color (decimal): -1443392 or 12646889. OLE color: 12646889.
HSL color Cylindrical-coordinate representation of color #E9F9C0: hue angle of 76.84º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9F9C0 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 249 | 192 | - |
CMYK | 0.06 | 0 | 0.23 | 0.02 |
HSL | 76.84º | 0.83% | 0.86% | - |
HSV(B) | 76.84º | 0.23% | 0.98% | - |
XYZ | 76.99 | 88.88 | 62.97 | - |
YUV | 237.72 | 102.2 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 249 | 192 | 0.06 | 0 | 0.23 | 0.02 | 76.84 | 0.83 | 0.86 |
Hex | E9 | F9 | C0 | 6 | 0 | 17 | 2 | 4D | 53 | 56 |
Octal | 351 | 371 | 300 | 6 | 0 | 27 | 2 | 115 | 123 | 126 |
Binary | 11101001 | 11111001 | 11000000 | 110 | 0 | 10111 | 10 | 1001101 | 1010011 | 1010110 |
Color Harmonies of #E9F9C0
Complementary color
Monochromatic Colors of #E9F9C0
Black with #E9F9C0
Text Example
Text Example
White with #E9F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F9C0; }
p { color: rgb(233,249,192); }
H1.HeaderClassName
{
color: #E9F9C0;
}
.AnyTagClassName
{
color: #E9F9C0;
}
</style>
background-color css
<style>
a { background-color: #E9F9C0; }
a { background-color: rgb(233,249,192); }
div.DivClassName
{
background-color: #E9F9C0;
}
.BgClassName
{
background-color: #E9F9C0;
}
</style>
border-color css
<style>
span { border-color: #E9F9C0; }
span { border-color: rgb(233,249,192); }
td.TdClassName
{
border-color: #E9F9C0;
}
.TagClassName
{
border-color: #E9F9C0;
}
</style>