Shades of Rice Flower #E8EED0
Tints of Rice Flower #E8EED0
RGB
CMYK
RGB Variations
Color information
#E8EED0 (or 0xE8EED0) is known color: Rice Flower. HEX triplet: E8, EE and D0. RGB value is (232,238,208). Sum of RGB (Red+Green+Blue) = 232+238+208=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EED0 is #17112F. Grayscale: #E8E8E8. Windows color (decimal): -1511728 or 13692648. OLE color: 13692648.
HSL color Cylindrical-coordinate representation of color #E8EED0: hue angle of 72º degrees, saturation: 0.47, 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 #E8EED0 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 208 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.07 |
| HSL | 72º | 0.47% | 0.87% | - |
| HSV(B) | 72º | 0.13% | 0.93% | - |
| XYZ | 75.24 | 82.86 | 71.7 | - |
| YUV | 232.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 208 | 0.03 | 0 | 0.13 | 0.07 | 72 | 0.47 | 0.87 |
| Hex | E8 | EE | D0 | 3 | 0 | D | 7 | 48 | 2F | 57 |
| Octal | 350 | 356 | 320 | 3 | 0 | 15 | 7 | 110 | 57 | 127 |
| Binary | 11101000 | 11101110 | 11010000 | 11 | 0 | 1101 | 111 | 1001000 | 101111 | 1010111 |
Color Harmonies of #E8EED0
Complementary color
Monochromatic Colors of #E8EED0
Black with #E8EED0
Text Example
Text Example
White with #E8EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EED0; }
p { color: rgb(232,238,208); }
H1.HeaderClassName
{
color: #E8EED0;
}
.AnyTagClassName
{
color: #E8EED0;
}
</style>
background-color css
<style>
a { background-color: #E8EED0; }
a { background-color: rgb(232,238,208); }
div.DivClassName
{
background-color: #E8EED0;
}
.BgClassName
{
background-color: #E8EED0;
}
</style>
border-color css
<style>
span { border-color: #E8EED0; }
span { border-color: rgb(232,238,208); }
td.TdClassName
{
border-color: #E8EED0;
}
.TagClassName
{
border-color: #E8EED0;
}
</style>