#E7EDCD

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

Shades of Rice Flower #E7EDCD

Tints of Rice Flower #E7EDCD

Color information

#E7EDCD (or 0xE7EDCD) is unknown color: approx Rice Flower. HEX triplet: E7, ED and CD. RGB value is (231,237,205). Sum of RGB (Red+Green+Blue) = 231+237+205=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDCD is #181232. Grayscale: #E7E7E7. Windows color (decimal): -1577523 or 13495783. OLE color: 13495783.

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

Color convert

RGB231237205-
CMYK0.0300.140.07
HSL71.25º47.06%86.67%-
HSV(B)71.25º13.5%92.94%-
XYZ74.2681.9769.66-
YUV231.56113.01127.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=34.32%
G=35.22%
B=30.46%

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
Decimal2312372050.0300.140.0771.2547.0686.67
HexE7EDCD30E7472f57
Octal3473553153016710757127
Binary111001111110110111001101110111011110001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDCD; }

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

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

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

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

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

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

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

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