#EDEAEB

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

Shades of Amour #EDEAEB

Tints of Amour #EDEAEB

Color information

#EDEAEB (or 0xEDEAEB) is unknown color: approx Amour. HEX triplet: ED, EA and EB. RGB value is (237,234,235). Sum of RGB (Red+Green+Blue) = 237+234+235=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAEB is #121514. Grayscale: #EBEBEB. Windows color (decimal): -1185045 or 15461101. OLE color: 15461101.

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

Color convert

RGB237234235-
CMYK00.010.010.07
HSL340º7.69%92.35%-
HSV(B)340º1.27%92.94%-
XYZ79.3482.8590.41-
YUV235.01127.99129.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=33.57%
G=33.14%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723423500.010.010.073407.6992.35
HexEDEAEB011715485c
Octal355352353011752410134
Binary11101101111010101110101101111110101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAEB; }

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

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

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

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

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

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

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

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