#EDEAEC

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

Shades of Amour #EDEAEC

Tints of Amour #EDEAEC

Color information

#EDEAEC (or 0xEDEAEC) is unknown color: approx Amour. HEX triplet: ED, EA and EC. RGB value is (237,234,236). Sum of RGB (Red+Green+Blue) = 237+234+236=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAEC is #121513. Grayscale: #EBEBEB. Windows color (decimal): -1185044 or 15526637. OLE color: 15526637.

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

Color convert

RGB237234236-
CMYK00.010.000.07
HSL320º7.69%92.35%-
HSV(B)320º1.27%92.94%-
XYZ79.4982.9191.17-
YUV235.12128.49129.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=33.52%
G=33.10%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723423600.010.000.073207.6992.35
HexEDEAEC010714085c
Octal355352354010750010134
Binary11101101111010101110110001011110100000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAEC; }

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

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

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

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

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

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

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

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