Shades of Rice Flower #E9EED7
Tints of Rice Flower #E9EED7
RGB
CMYK
RGB Variations
Color information
#E9EED7 (or 0xE9EED7) is known color: Rice Flower. HEX triplet: E9, EE and D7. RGB value is (233,238,215). Sum of RGB (Red+Green+Blue) = 233+238+215=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #E9EED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EED7 is #161128. Grayscale: #E9E9E9. Windows color (decimal): -1446185 or 14151401. OLE color: 14151401.
HSL color Cylindrical-coordinate representation of color #E9EED7: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9EED7 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 238 | 215 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.07 |
| HSL | 73.04º | 0.4% | 0.89% | - |
| HSV(B) | 73.04º | 0.1% | 0.93% | - |
| XYZ | 76.44 | 83.38 | 76.35 | - |
| YUV | 233.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 238 | 215 | 0.02 | 0 | 0.10 | 0.07 | 73.04 | 0.4 | 0.89 |
| Hex | E9 | EE | D7 | 2 | 0 | A | 7 | 49 | 28 | 59 |
| Octal | 351 | 356 | 327 | 2 | 0 | 12 | 7 | 111 | 50 | 131 |
| Binary | 11101001 | 11101110 | 11010111 | 10 | 0 | 1010 | 111 | 1001001 | 101000 | 1011001 |
Color Harmonies of #E9EED7
Complementary color
Monochromatic Colors of #E9EED7
Black with #E9EED7
Text Example
Text Example
White with #E9EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EED7; }
p { color: rgb(233,238,215); }
H1.HeaderClassName
{
color: #E9EED7;
}
.AnyTagClassName
{
color: #E9EED7;
}
</style>
background-color css
<style>
a { background-color: #E9EED7; }
a { background-color: rgb(233,238,215); }
div.DivClassName
{
background-color: #E9EED7;
}
.BgClassName
{
background-color: #E9EED7;
}
</style>
border-color css
<style>
span { border-color: #E9EED7; }
span { border-color: rgb(233,238,215); }
td.TdClassName
{
border-color: #E9EED7;
}
.TagClassName
{
border-color: #E9EED7;
}
</style>