#E0AEBD

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

Shades of Melanie #E0AEBD

Tints of Melanie #E0AEBD

Color information

#E0AEBD (or 0xE0AEBD) is unknown color: approx Melanie. HEX triplet: E0, AE and BD. RGB value is (224,174,189). Sum of RGB (Red+Green+Blue) = 224+174+189=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEBD is #1F5142. Grayscale: #BEBEBE. Windows color (decimal): -2052419 or 12431072. OLE color: 12431072.

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

Color convert

RGB224174189-
CMYK00.220.160.12
HSL342º44.64%78.04%-
HSV(B)342º22.32%87.84%-
XYZ55.0649.7954.85-
YUV190.66127.06151.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=38.16%
G=29.64%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417418900.220.160.1234244.6478.04
HexE0AEBD01610C1562d4e
Octal340256275026201452655116
Binary1110000010101110101111010101101000011001010101101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEBD; }

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

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

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

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

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

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

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

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