#E8EDCD

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

Shades of Rice Flower #E8EDCD

Tints of Rice Flower #E8EDCD

Color information

#E8EDCD (or 0xE8EDCD) is unknown color: approx Rice Flower. HEX triplet: E8, ED and CD. RGB value is (232,237,205). Sum of RGB (Red+Green+Blue) = 232+237+205=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCD is #171232. Grayscale: #E7E7E7. Windows color (decimal): -1511987 or 13495784. OLE color: 13495784.

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

Color convert

RGB232237205-
CMYK0.0200.140.07
HSL69.38º47.06%86.67%-
HSV(B)69.38º13.5%92.94%-
XYZ74.5882.1369.68-
YUV231.86112.84128.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.42%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=34.42%
G=35.16%
B=30.42%

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
Decimal2322372050.0200.140.0769.3847.0686.67
HexE8EDCD20E7452f57
Octal3503553152016710557127
Binary111010001110110111001101100111011110001011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDCD; }

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

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

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

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

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

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

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

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