#E9F1D0

Color #E9F1D0 Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #E9F1D0

Tints of Rice Flower #E9F1D0

Color information

#E9F1D0 (or 0xE9F1D0) is unknown color: approx 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

RGB233241208-
CMYK0.0300.140.05
HSL74.55º54.1%88.04%-
HSV(B)74.55º13.69%94.51%-
XYZ76.4484.7972.01-
YUV234.85112.85126.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 34.16%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 208 (81.64% from 255) = 30.50%
R=34.16%
G=35.34%
B=30.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332412080.0300.140.0574.5554.188.04
HexE9F1D030E54b3658
Octal3513613203016511366130
Binary111010011111000111010000110111010110010111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>