#E8EECD

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

Shades of Rice Flower #E8EECD

Tints of Rice Flower #E8EECD

Color information

#E8EECD (or 0xE8EECD) is unknown color: approx Rice Flower. HEX triplet: E8, EE and CD. RGB value is (232,238,205). Sum of RGB (Red+Green+Blue) = 232+238+205=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EECD is #171132. Grayscale: #E8E8E8. Windows color (decimal): -1511731 or 13496040. OLE color: 13496040.

HSL color Cylindrical-coordinate representation of color #E8EECD: hue angle of 70.91º 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 #E8EECD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB232238205-
CMYK0.0300.140.07
HSL70.91º49.25%86.86%-
HSV(B)70.91º13.87%93.33%-
XYZ74.8782.7169.78-
YUV232.44112.51127.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=34.37%
G=35.26%
B=30.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322382050.0300.140.0770.9149.2586.86
HexE8EECD30E7473157
Octal3503563153016710761127
Binary111010001110111011001101110111011110001111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EECD; }

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

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

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

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

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

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

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

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