Shades of Rice Flower #E9F0D3
Tints of Rice Flower #E9F0D3
RGB
CMYK
RGB Variations
Color information
#E9F0D3 (or 0xE9F0D3) is known color: Rice Flower. HEX triplet: E9, F0 and D3. RGB value is (233,240,211). Sum of RGB (Red+Green+Blue) = 233+240+211=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0D3 is #160F2C. Grayscale: #EAEAEA. Windows color (decimal): -1445677 or 13889769. OLE color: 13889769.
HSL color Cylindrical-coordinate representation of color #E9F0D3: hue angle of 74.48º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9F0D3 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 211 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.06 |
| HSL | 74.48º | 0.49% | 0.88% | - |
| HSV(B) | 74.48º | 0.12% | 0.94% | - |
| XYZ | 76.52 | 84.35 | 73.88 | - |
| YUV | 234.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 211 | 0.03 | 0 | 0.12 | 0.06 | 74.48 | 0.49 | 0.88 |
| Hex | E9 | F0 | D3 | 3 | 0 | C | 6 | 4A | 31 | 58 |
| Octal | 351 | 360 | 323 | 3 | 0 | 14 | 6 | 112 | 61 | 130 |
| Binary | 11101001 | 11110000 | 11010011 | 11 | 0 | 1100 | 110 | 1001010 | 110001 | 1011000 |
Color Harmonies of #E9F0D3
Complementary color
Monochromatic Colors of #E9F0D3
Black with #E9F0D3
Text Example
Text Example
White with #E9F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0D3; }
p { color: rgb(233,240,211); }
H1.HeaderClassName
{
color: #E9F0D3;
}
.AnyTagClassName
{
color: #E9F0D3;
}
</style>
background-color css
<style>
a { background-color: #E9F0D3; }
a { background-color: rgb(233,240,211); }
div.DivClassName
{
background-color: #E9F0D3;
}
.BgClassName
{
background-color: #E9F0D3;
}
</style>
border-color css
<style>
span { border-color: #E9F0D3; }
span { border-color: rgb(233,240,211); }
td.TdClassName
{
border-color: #E9F0D3;
}
.TagClassName
{
border-color: #E9F0D3;
}
</style>