#EDE5EA

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

Shades of Amour #EDE5EA

Tints of Amour #EDE5EA

Color information

#EDE5EA (or 0xEDE5EA) is unknown color: approx Amour. HEX triplet: ED, E5 and EA. RGB value is (237,229,234). Sum of RGB (Red+Green+Blue) = 237+229+234=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EA is #121A15. Grayscale: #E7E7E7. Windows color (decimal): -1186326 or 15394285. OLE color: 15394285.

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

Color convert

RGB237229234-
CMYK00.030.010.07
HSL322.5º18.18%91.37%-
HSV(B)322.5º3.38%92.94%-
XYZ77.879.9889.18-
YUV231.96129.15131.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=33.86%
G=32.71%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722923400.030.010.07322.518.1891.37
HexEDE5EA0317142125b
Octal355345352031750222133
Binary1110110111100101111010100111111101000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5EA; }

 p { color: rgb(237,229,234); }

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

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

 a { background-color: rgb(237,229,234); }

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

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

 span { border-color: rgb(237,229,234); }

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