#EDE8EA

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

Shades of Amour #EDE8EA

Tints of Amour #EDE8EA

Color information

#EDE8EA (or 0xEDE8EA) is unknown color: approx Amour. HEX triplet: ED, E8 and EA. RGB value is (237,232,234). Sum of RGB (Red+Green+Blue) = 237+232+234=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8EA is #121715. Grayscale: #E9E9E9. Windows color (decimal): -1185558 or 15395053. OLE color: 15395053.

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

Color convert

RGB237232234-
CMYK00.020.010.07
HSL336º12.2%91.96%-
HSV(B)336º2.11%92.94%-
XYZ78.6381.6689.46-
YUV233.72128.16130.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 232 (91.02% from 255) = 33.00%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=33.71%
G=33.00%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723223400.020.010.0733612.291.96
HexEDE8EA0217150c5c
Octal355350352021752014134
Binary111011011110100011101010010111110101000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8EA; }

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

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

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

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

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

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

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

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