Shades of Rice Flower #E9F1D0
Tints of Rice Flower #E9F1D0
RGB
CMYK
RGB Variations
Color information
#E9F1D0 (or 0xE9F1D0) is known color: Rice Flower. HEX triplet: E9, F1 and D0. RGB value is (233,241,208). Sum of RGB (Red+Green+Blue) = 233+241+208=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1D0 is #160E2F. Grayscale: #EAEAEA. Windows color (decimal): -1445424 or 13693417. OLE color: 13693417.
HSL color Cylindrical-coordinate representation of color #E9F1D0: hue angle of 74.55º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9F1D0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 241 | 208 | - |
CMYK | 0.03 | 0 | 0.14 | 0.05 |
HSL | 74.55º | 0.54% | 0.88% | - |
HSV(B) | 74.55º | 0.14% | 0.95% | - |
XYZ | 76.44 | 84.79 | 72.01 | - |
YUV | 234.85 | 112.85 | 126.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 241 | 208 | 0.03 | 0 | 0.14 | 0.05 | 74.55 | 0.54 | 0.88 |
Hex | E9 | F1 | D0 | 3 | 0 | E | 5 | 4B | 36 | 58 |
Octal | 351 | 361 | 320 | 3 | 0 | 16 | 5 | 113 | 66 | 130 |
Binary | 11101001 | 11110001 | 11010000 | 11 | 0 | 1110 | 101 | 1001011 | 110110 | 1011000 |
Color Harmonies of #E9F1D0
Complementary color
Monochromatic Colors of #E9F1D0
Black with #E9F1D0
Text Example
Text Example
White with #E9F1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1D0; }
p { color: rgb(233,241,208); }
H1.HeaderClassName
{
color: #E9F1D0;
}
.AnyTagClassName
{
color: #E9F1D0;
}
</style>
background-color css
<style>
a { background-color: #E9F1D0; }
a { background-color: rgb(233,241,208); }
div.DivClassName
{
background-color: #E9F1D0;
}
.BgClassName
{
background-color: #E9F1D0;
}
</style>
border-color css
<style>
span { border-color: #E9F1D0; }
span { border-color: rgb(233,241,208); }
td.TdClassName
{
border-color: #E9F1D0;
}
.TagClassName
{
border-color: #E9F1D0;
}
</style>