Shades of Rice Flower #E8EED8
Tints of Rice Flower #E8EED8
RGB
CMYK
RGB Variations
Color information
#E8EED8 (or 0xE8EED8) is known color: Rice Flower. HEX triplet: E8, EE and D8. RGB value is (232,238,216). Sum of RGB (Red+Green+Blue) = 232+238+216=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EED8 is #171127. Grayscale: #E9E9E9. Windows color (decimal): -1511720 or 14216936. OLE color: 14216936.
HSL color Cylindrical-coordinate representation of color #E8EED8: hue angle of 76.36º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8EED8 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 216 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.07 |
| HSL | 76.36º | 0.39% | 0.89% | - |
| HSV(B) | 76.36º | 0.09% | 0.93% | - |
| XYZ | 76.25 | 83.26 | 77.02 | - |
| YUV | 233.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 216 | 0.03 | 0 | 0.09 | 0.07 | 76.36 | 0.39 | 0.89 |
| Hex | E8 | EE | D8 | 3 | 0 | 9 | 7 | 4C | 27 | 59 |
| Octal | 350 | 356 | 330 | 3 | 0 | 11 | 7 | 114 | 47 | 131 |
| Binary | 11101000 | 11101110 | 11011000 | 11 | 0 | 1001 | 111 | 1001100 | 100111 | 1011001 |
Color Harmonies of #E8EED8
Complementary color
Monochromatic Colors of #E8EED8
Black with #E8EED8
Text Example
Text Example
White with #E8EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EED8; }
p { color: rgb(232,238,216); }
H1.HeaderClassName
{
color: #E8EED8;
}
.AnyTagClassName
{
color: #E8EED8;
}
</style>
background-color css
<style>
a { background-color: #E8EED8; }
a { background-color: rgb(232,238,216); }
div.DivClassName
{
background-color: #E8EED8;
}
.BgClassName
{
background-color: #E8EED8;
}
</style>
border-color css
<style>
span { border-color: #E8EED8; }
span { border-color: rgb(232,238,216); }
td.TdClassName
{
border-color: #E8EED8;
}
.TagClassName
{
border-color: #E8EED8;
}
</style>