#E9F1D4

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

Shades of Rice Flower #E9F1D4

Tints of Rice Flower #E9F1D4

Color information

#E9F1D4 (or 0xE9F1D4) is unknown color: approx Rice Flower. HEX triplet: E9, F1 and D4. RGB value is (233,241,212). Sum of RGB (Red+Green+Blue) = 233+241+212=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1D4 is #160E2B. Grayscale: #EBEBEB. Windows color (decimal): -1445420 or 13955561. OLE color: 13955561.

HSL color Cylindrical-coordinate representation of color #E9F1D4: hue angle of 76.55º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9F1D4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB233241212-
CMYK0.0300.120.05
HSL76.55º50.88%88.82%-
HSV(B)76.55º12.03%94.51%-
XYZ76.9484.9974.64-
YUV235.3114.85126.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 212 (83.20% from 255) = 30.90%
R=33.97%
G=35.13%
B=30.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332412120.0300.120.0576.5550.8888.82
HexE9F1D430C54d3359
Octal3513613243014511563131
Binary111010011111000111010100110110010110011011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F1D4; }

 p { color: rgb(233,241,212); }

 H1.HeaderClassName
 {
   color: #E9F1D4;
 }
 .AnyTagClassName
 {
   color: #E9F1D4;
 }
</style>
background-color css

<style>
 a { background-color: #E9F1D4; }

 a { background-color: rgb(233,241,212); }

 div.DivClassName
 {
   background-color: #E9F1D4;
 }
 .BgClassName
 {
   background-color: #E9F1D4;
 }
</style>
border-color css

<style>
 span { border-color: #E9F1D4; }

 span { border-color: rgb(233,241,212); }

 td.TdClassName
 {
   border-color: #E9F1D4;
 }
 .TagClassName
 {
   border-color: #E9F1D4;
 }
</style>