#E8EDCE

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

Shades of Rice Flower #E8EDCE

Tints of Rice Flower #E8EDCE

Color information

#E8EDCE (or 0xE8EDCE) is unknown color: approx Rice Flower. HEX triplet: E8, ED and CE. RGB value is (232,237,206). Sum of RGB (Red+Green+Blue) = 232+237+206=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCE is #171231. Grayscale: #E8E8E8. Windows color (decimal): -1511986 or 13561320. OLE color: 13561320.

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

Color convert

RGB232237206-
CMYK0.0200.130.07
HSL69.68º46.27%86.86%-
HSV(B)69.68º13.08%92.94%-
XYZ74.782.1870.32-
YUV231.97113.34128.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 206 (80.86% from 255) = 30.52%
R=34.37%
G=35.11%
B=30.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322372060.0200.130.0769.6846.2786.86
HexE8EDCE20D7462e57
Octal3503553162015710656127
Binary111010001110110111001110100110111110001101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDCE; }

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

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

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

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

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

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

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

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