#E9EFD2

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

Shades of Rice Flower #E9EFD2

Tints of Rice Flower #E9EFD2

Color information

#E9EFD2 (or 0xE9EFD2) is unknown color: approx Rice Flower. HEX triplet: E9, EF and D2. RGB value is (233,239,210). Sum of RGB (Red+Green+Blue) = 233+239+210=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EFD2 is #16102D. Grayscale: #EAEAEA. Windows color (decimal): -1445934 or 13823977. OLE color: 13823977.

HSL color Cylindrical-coordinate representation of color #E9EFD2: hue angle of 72.41º degrees, saturation: 0.48, 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 #E9EFD2 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB233239210-
CMYK0.0300.120.06
HSL72.41º47.54%88.04%-
HSV(B)72.41º12.13%93.73%-
XYZ76.183.7173.12-
YUV233.9114.51127.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.16%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 210 (82.42% from 255) = 30.79%
R=34.16%
G=35.04%
B=30.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332392100.0300.120.0672.4147.5488.04
HexE9EFD230C6483058
Octal3513573223014611060130
Binary111010011110111111010010110110011010010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EFD2; }

 p { color: rgb(233,239,210); }

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

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

 a { background-color: rgb(233,239,210); }

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

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

 span { border-color: rgb(233,239,210); }

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