#E7EDCE

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

Shades of Rice Flower #E7EDCE

Tints of Rice Flower #E7EDCE

Color information

#E7EDCE (or 0xE7EDCE) is unknown color: approx Rice Flower. HEX triplet: E7, ED and CE. RGB value is (231,237,206). Sum of RGB (Red+Green+Blue) = 231+237+206=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDCE is #181231. Grayscale: #E7E7E7. Windows color (decimal): -1577522 or 13561319. OLE color: 13561319.

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

Color convert

RGB231237206-
CMYK0.0300.130.07
HSL71.61º46.27%86.86%-
HSV(B)71.61º13.08%92.94%-
XYZ74.3882.0170.3-
YUV231.67113.51127.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=34.27%
G=35.16%
B=30.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312372060.0300.130.0771.6146.2786.86
HexE7EDCE30D7482e57
Octal3473553163015711056127
Binary111001111110110111001110110110111110010001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDCE; }

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

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

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

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

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

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

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

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