#EDE7E9

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

Shades of Amour #EDE7E9

Tints of Amour #EDE7E9

Color information

#EDE7E9 (or 0xEDE7E9) is unknown color: approx Amour. HEX triplet: ED, E7 and E9. RGB value is (237,231,233). Sum of RGB (Red+Green+Blue) = 237+231+233=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 233 (91.41% from 255 or 33.24% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7E9 is #121816. Grayscale: #E9E9E9. Windows color (decimal): -1185815 or 15329261. OLE color: 15329261.

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

Color convert

RGB237231233-
CMYK00.030.020.07
HSL340º14.29%91.76%-
HSV(B)340º2.53%92.94%-
XYZ78.2181.0488.61-
YUV233.02127.99130.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 231 (90.62% from 255) = 32.95%
BLUE value IS 233 (91.41% from 255) = 33.24%
R=33.81%
G=32.95%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723123300.030.020.0734014.2991.76
HexEDE7E90327154e5c
Octal355347351032752416134
Binary1110110111100111111010010111011110101010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7E9; }

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

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

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

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

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

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

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

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