Shades of Rice Flower #E9F1D6
Tints of Rice Flower #E9F1D6
RGB
CMYK
RGB Variations
Color information
#E9F1D6 (or 0xE9F1D6) is known color: Rice Flower. HEX triplet: E9, F1 and D6. RGB value is (233,241,214). Sum of RGB (Red+Green+Blue) = 233+241+214=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1D6 is #160E29. Grayscale: #EBEBEB. Windows color (decimal): -1445418 or 14086633. OLE color: 14086633.
HSL color Cylindrical-coordinate representation of color #E9F1D6: hue angle of 77.78º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9F1D6 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 214 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.05 |
| HSL | 77.78º | 0.49% | 0.89% | - |
| HSV(B) | 77.78º | 0.11% | 0.95% | - |
| XYZ | 77.2 | 85.09 | 75.97 | - |
| YUV | 235.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 214 | 0.03 | 0 | 0.11 | 0.05 | 77.78 | 0.49 | 0.89 |
| Hex | E9 | F1 | D6 | 3 | 0 | B | 5 | 4E | 31 | 59 |
| Octal | 351 | 361 | 326 | 3 | 0 | 13 | 5 | 116 | 61 | 131 |
| Binary | 11101001 | 11110001 | 11010110 | 11 | 0 | 1011 | 101 | 1001110 | 110001 | 1011001 |
Color Harmonies of #E9F1D6
Complementary color
Monochromatic Colors of #E9F1D6
Black with #E9F1D6
Text Example
Text Example
White with #E9F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1D6; }
p { color: rgb(233,241,214); }
H1.HeaderClassName
{
color: #E9F1D6;
}
.AnyTagClassName
{
color: #E9F1D6;
}
</style>
background-color css
<style>
a { background-color: #E9F1D6; }
a { background-color: rgb(233,241,214); }
div.DivClassName
{
background-color: #E9F1D6;
}
.BgClassName
{
background-color: #E9F1D6;
}
</style>
border-color css
<style>
span { border-color: #E9F1D6; }
span { border-color: rgb(233,241,214); }
td.TdClassName
{
border-color: #E9F1D6;
}
.TagClassName
{
border-color: #E9F1D6;
}
</style>