Shades of Rice Flower #E9EED1
Tints of Rice Flower #E9EED1
RGB
CMYK
RGB Variations
Color information
#E9EED1 (or 0xE9EED1) is known color: Rice Flower. HEX triplet: E9, EE and D1. RGB value is (233,238,209). Sum of RGB (Red+Green+Blue) = 233+238+209=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #E9EED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EED1 is #16112E. Grayscale: #E9E9E9. Windows color (decimal): -1446191 or 13758185. OLE color: 13758185.
HSL color Cylindrical-coordinate representation of color #E9EED1: hue angle of 70.34º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9EED1 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 238 | 209 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.07 |
| HSL | 70.34º | 0.46% | 0.88% | - |
| HSV(B) | 70.34º | 0.12% | 0.93% | - |
| XYZ | 75.69 | 83.08 | 72.37 | - |
| YUV | 233.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 238 | 209 | 0.02 | 0 | 0.12 | 0.07 | 70.34 | 0.46 | 0.88 |
| Hex | E9 | EE | D1 | 2 | 0 | C | 7 | 46 | 2E | 58 |
| Octal | 351 | 356 | 321 | 2 | 0 | 14 | 7 | 106 | 56 | 130 |
| Binary | 11101001 | 11101110 | 11010001 | 10 | 0 | 1100 | 111 | 1000110 | 101110 | 1011000 |
Color Harmonies of #E9EED1
Complementary color
Monochromatic Colors of #E9EED1
Black with #E9EED1
Text Example
Text Example
White with #E9EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EED1; }
p { color: rgb(233,238,209); }
H1.HeaderClassName
{
color: #E9EED1;
}
.AnyTagClassName
{
color: #E9EED1;
}
</style>
background-color css
<style>
a { background-color: #E9EED1; }
a { background-color: rgb(233,238,209); }
div.DivClassName
{
background-color: #E9EED1;
}
.BgClassName
{
background-color: #E9EED1;
}
</style>
border-color css
<style>
span { border-color: #E9EED1; }
span { border-color: rgb(233,238,209); }
td.TdClassName
{
border-color: #E9EED1;
}
.TagClassName
{
border-color: #E9EED1;
}
</style>