Shades of Rice Flower #E8EDCF
Tints of Rice Flower #E8EDCF
RGB
CMYK
RGB Variations
Color information
#E8EDCF (or 0xE8EDCF) is known color: Rice Flower. HEX triplet: E8, ED and CF. RGB value is (232,237,207). Sum of RGB (Red+Green+Blue) = 232+237+207=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCF is #171230. Grayscale: #E8E8E8. Windows color (decimal): -1511985 or 13626856. OLE color: 13626856.
HSL color Cylindrical-coordinate representation of color #E8EDCF: hue angle of 70º degrees, saturation: 0.45, 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 #E8EDCF is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 207 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.07 |
| HSL | 70º | 0.45% | 0.87% | - |
| HSV(B) | 70º | 0.13% | 0.93% | - |
| XYZ | 74.83 | 82.23 | 70.96 | - |
| YUV | 232.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 207 | 0.02 | 0 | 0.13 | 0.07 | 70 | 0.45 | 0.87 |
| Hex | E8 | ED | CF | 2 | 0 | D | 7 | 46 | 2D | 57 |
| Octal | 350 | 355 | 317 | 2 | 0 | 15 | 7 | 106 | 55 | 127 |
| Binary | 11101000 | 11101101 | 11001111 | 10 | 0 | 1101 | 111 | 1000110 | 101101 | 1010111 |
Color Harmonies of #E8EDCF
Complementary color
Monochromatic Colors of #E8EDCF
Black with #E8EDCF
Text Example
Text Example
White with #E8EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDCF; }
p { color: rgb(232,237,207); }
H1.HeaderClassName
{
color: #E8EDCF;
}
.AnyTagClassName
{
color: #E8EDCF;
}
</style>
background-color css
<style>
a { background-color: #E8EDCF; }
a { background-color: rgb(232,237,207); }
div.DivClassName
{
background-color: #E8EDCF;
}
.BgClassName
{
background-color: #E8EDCF;
}
</style>
border-color css
<style>
span { border-color: #E8EDCF; }
span { border-color: rgb(232,237,207); }
td.TdClassName
{
border-color: #E8EDCF;
}
.TagClassName
{
border-color: #E8EDCF;
}
</style>