#e0acbd

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

Shades of Melanie #E0ACBD

Tints of Melanie #E0ACBD

Color information

#E0ACBD (or 0xE0ACBD) is unknown color: approx Melanie. HEX triplet: E0, AC and BD. RGB value is (224,172,189). Sum of RGB (Red+Green+Blue) = 224+172+189=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACBD is #1F5342. Grayscale: #BDBDBD. Windows color (decimal): -2052931 or 12430560. OLE color: 12430560.

HSL color Cylindrical-coordinate representation of color #E0ACBD: hue angle of 340.38º 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 #E0ACBD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224172189-
CMYK00.230.160.12
HSL340.38º45.61%77.65%-
HSV(B)340.38º23.21%87.84%-
XYZ54.6849.0354.73-
YUV189.49127.73152.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=38.29%
G=29.40%
B=32.31%

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
Decimal22417218900.230.160.12340.3845.6177.65
HexE0ACBD01710C1542e4e
Octal340254275027201452456116
Binary1110000010101100101111010101111000011001010101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0acbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0acbd; }

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

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

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

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

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

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

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

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