#E1AEBD

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

Shades of Melanie #E1AEBD

Tints of Melanie #E1AEBD

Color information

#E1AEBD (or 0xE1AEBD) is unknown color: approx Melanie. HEX triplet: E1, AE and BD. RGB value is (225,174,189). Sum of RGB (Red+Green+Blue) = 225+174+189=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEBD is #1E5142. Grayscale: #BEBEBE. Windows color (decimal): -1986883 or 12431073. OLE color: 12431073.

HSL color Cylindrical-coordinate representation of color #E1AEBD: hue angle of 342.35º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AEBD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225174189-
CMYK00.230.160.12
HSL342.35º45.95%78.24%-
HSV(B)342.35º22.67%88.24%-
XYZ55.3749.9554.87-
YUV190.96126.9152.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=38.27%
G=29.59%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517418900.230.160.12342.3545.9578.24
HexE1AEBD01710C1562e4e
Octal341256275027201452656116
Binary1110000110101110101111010101111000011001010101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEBD; }

 p { color: rgb(225,174,189); }

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

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

 a { background-color: rgb(225,174,189); }

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

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

 span { border-color: rgb(225,174,189); }

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