Shades of Rice Flower #E8EDCD
Tints of Rice Flower #E8EDCD
RGB
CMYK
RGB Variations
Color information
#E8EDCD (or 0xE8EDCD) is known color: Rice Flower. HEX triplet: E8, ED and CD. RGB value is (232,237,205). Sum of RGB (Red+Green+Blue) = 232+237+205=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCD is #171232. Grayscale: #E7E7E7. Windows color (decimal): -1511987 or 13495784. OLE color: 13495784.
HSL color Cylindrical-coordinate representation of color #E8EDCD: hue angle of 69.38º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8EDCD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 205 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.07 |
| HSL | 69.38º | 0.47% | 0.87% | - |
| HSV(B) | 69.38º | 0.14% | 0.93% | - |
| XYZ | 74.58 | 82.13 | 69.68 | - |
| YUV | 231.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 205 | 0.02 | 0 | 0.14 | 0.07 | 69.38 | 0.47 | 0.87 |
| Hex | E8 | ED | CD | 2 | 0 | E | 7 | 45 | 2F | 57 |
| Octal | 350 | 355 | 315 | 2 | 0 | 16 | 7 | 105 | 57 | 127 |
| Binary | 11101000 | 11101101 | 11001101 | 10 | 0 | 1110 | 111 | 1000101 | 101111 | 1010111 |
Color Harmonies of #E8EDCD
Complementary color
Monochromatic Colors of #E8EDCD
Black with #E8EDCD
Text Example
Text Example
White with #E8EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDCD; }
p { color: rgb(232,237,205); }
H1.HeaderClassName
{
color: #E8EDCD;
}
.AnyTagClassName
{
color: #E8EDCD;
}
</style>
background-color css
<style>
a { background-color: #E8EDCD; }
a { background-color: rgb(232,237,205); }
div.DivClassName
{
background-color: #E8EDCD;
}
.BgClassName
{
background-color: #E8EDCD;
}
</style>
border-color css
<style>
span { border-color: #E8EDCD; }
span { border-color: rgb(232,237,205); }
td.TdClassName
{
border-color: #E8EDCD;
}
.TagClassName
{
border-color: #E8EDCD;
}
</style>