Shades of Rice Flower #E8EDCE
Tints of Rice Flower #E8EDCE
RGB
CMYK
RGB Variations
Color information
#E8EDCE (or 0xE8EDCE) is known color: Rice Flower. HEX triplet: E8, ED and CE. RGB value is (232,237,206). Sum of RGB (Red+Green+Blue) = 232+237+206=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCE is #171231. Grayscale: #E8E8E8. Windows color (decimal): -1511986 or 13561320. OLE color: 13561320.
HSL color Cylindrical-coordinate representation of color #E8EDCE: hue angle of 69.68º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8EDCE is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 206 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.07 |
| HSL | 69.68º | 0.46% | 0.87% | - |
| HSV(B) | 69.68º | 0.13% | 0.93% | - |
| XYZ | 74.7 | 82.18 | 70.32 | - |
| YUV | 231.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 206 | 0.02 | 0 | 0.13 | 0.07 | 69.68 | 0.46 | 0.87 |
| Hex | E8 | ED | CE | 2 | 0 | D | 7 | 46 | 2E | 57 |
| Octal | 350 | 355 | 316 | 2 | 0 | 15 | 7 | 106 | 56 | 127 |
| Binary | 11101000 | 11101101 | 11001110 | 10 | 0 | 1101 | 111 | 1000110 | 101110 | 1010111 |
Color Harmonies of #E8EDCE
Complementary color
Monochromatic Colors of #E8EDCE
Black with #E8EDCE
Text Example
Text Example
White with #E8EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDCE; }
p { color: rgb(232,237,206); }
H1.HeaderClassName
{
color: #E8EDCE;
}
.AnyTagClassName
{
color: #E8EDCE;
}
</style>
background-color css
<style>
a { background-color: #E8EDCE; }
a { background-color: rgb(232,237,206); }
div.DivClassName
{
background-color: #E8EDCE;
}
.BgClassName
{
background-color: #E8EDCE;
}
</style>
border-color css
<style>
span { border-color: #E8EDCE; }
span { border-color: rgb(232,237,206); }
td.TdClassName
{
border-color: #E8EDCE;
}
.TagClassName
{
border-color: #E8EDCE;
}
</style>