#E9EECD

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

Shades of Rice Flower #E9EECD

Tints of Rice Flower #E9EECD

Color information

#E9EECD (or 0xE9EECD) is unknown color: approx Rice Flower. HEX triplet: E9, EE and CD. RGB value is (233,238,205). Sum of RGB (Red+Green+Blue) = 233+238+205=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #E9EECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EECD is #161132. Grayscale: #E8E8E8. Windows color (decimal): -1446195 or 13496041. OLE color: 13496041.

HSL color Cylindrical-coordinate representation of color #E9EECD: hue angle of 69.09º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9EECD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB233238205-
CMYK0.0200.140.07
HSL69.09º49.25%86.86%-
HSV(B)69.09º13.87%93.33%-
XYZ75.282.8869.79-
YUV232.74112.34128.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.47%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=34.47%
G=35.21%
B=30.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332382050.0200.140.0769.0949.2586.86
HexE9EECD20E7453157
Octal3513563152016710561127
Binary111010011110111011001101100111011110001011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EECD; }

 p { color: rgb(233,238,205); }

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

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

 a { background-color: rgb(233,238,205); }

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

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

 span { border-color: rgb(233,238,205); }

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