Shades of Rice Flower #E7ECD5
Tints of Rice Flower #E7ECD5
RGB
CMYK
RGB Variations
Color information
#E7ECD5 (or 0xE7ECD5) is known color: Rice Flower. HEX triplet: E7, EC and D5. RGB value is (231,236,213). Sum of RGB (Red+Green+Blue) = 231+236+213=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #E7ECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7ECD5 is #18132A. Grayscale: #E7E7E7. Windows color (decimal): -1577771 or 14019815. OLE color: 14019815.
HSL color Cylindrical-coordinate representation of color #E7ECD5: hue angle of 73.04º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7ECD5 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 236 | 213 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.07 |
| HSL | 73.04º | 0.38% | 0.88% | - |
| HSV(B) | 73.04º | 0.1% | 0.93% | - |
| XYZ | 74.96 | 81.78 | 74.79 | - |
| YUV | 231.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 236 | 213 | 0.02 | 0 | 0.10 | 0.07 | 73.04 | 0.38 | 0.88 |
| Hex | E7 | EC | D5 | 2 | 0 | A | 7 | 49 | 26 | 58 |
| Octal | 347 | 354 | 325 | 2 | 0 | 12 | 7 | 111 | 46 | 130 |
| Binary | 11100111 | 11101100 | 11010101 | 10 | 0 | 1010 | 111 | 1001001 | 100110 | 1011000 |
Color Harmonies of #E7ECD5
Complementary color
Monochromatic Colors of #E7ECD5
Black with #E7ECD5
Text Example
Text Example
White with #E7ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ECD5; }
p { color: rgb(231,236,213); }
H1.HeaderClassName
{
color: #E7ECD5;
}
.AnyTagClassName
{
color: #E7ECD5;
}
</style>
background-color css
<style>
a { background-color: #E7ECD5; }
a { background-color: rgb(231,236,213); }
div.DivClassName
{
background-color: #E7ECD5;
}
.BgClassName
{
background-color: #E7ECD5;
}
</style>
border-color css
<style>
span { border-color: #E7ECD5; }
span { border-color: rgb(231,236,213); }
td.TdClassName
{
border-color: #E7ECD5;
}
.TagClassName
{
border-color: #E7ECD5;
}
</style>