Shades of Rice Flower #E8EED6
Tints of Rice Flower #E8EED6
RGB
CMYK
RGB Variations
Color information
#E8EED6 (or 0xE8EED6) is known color: Rice Flower. HEX triplet: E8, EE and D6. RGB value is (232,238,214). Sum of RGB (Red+Green+Blue) = 232+238+214=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EED6 is #171129. Grayscale: #E9E9E9. Windows color (decimal): -1511722 or 14085864. OLE color: 14085864.
HSL color Cylindrical-coordinate representation of color #E8EED6: hue angle of 75º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8EED6 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 214 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.07 |
| HSL | 75º | 0.41% | 0.89% | - |
| HSV(B) | 75º | 0.1% | 0.93% | - |
| XYZ | 75.99 | 83.16 | 75.66 | - |
| YUV | 233.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 214 | 0.03 | 0 | 0.10 | 0.07 | 75 | 0.41 | 0.89 |
| Hex | E8 | EE | D6 | 3 | 0 | A | 7 | 4B | 29 | 59 |
| Octal | 350 | 356 | 326 | 3 | 0 | 12 | 7 | 113 | 51 | 131 |
| Binary | 11101000 | 11101110 | 11010110 | 11 | 0 | 1010 | 111 | 1001011 | 101001 | 1011001 |
Color Harmonies of #E8EED6
Complementary color
Monochromatic Colors of #E8EED6
Black with #E8EED6
Text Example
Text Example
White with #E8EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EED6; }
p { color: rgb(232,238,214); }
H1.HeaderClassName
{
color: #E8EED6;
}
.AnyTagClassName
{
color: #E8EED6;
}
</style>
background-color css
<style>
a { background-color: #E8EED6; }
a { background-color: rgb(232,238,214); }
div.DivClassName
{
background-color: #E8EED6;
}
.BgClassName
{
background-color: #E8EED6;
}
</style>
border-color css
<style>
span { border-color: #E8EED6; }
span { border-color: rgb(232,238,214); }
td.TdClassName
{
border-color: #E8EED6;
}
.TagClassName
{
border-color: #E8EED6;
}
</style>