#E5ACBD

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

Shades of Melanie #E5ACBD

Tints of Melanie #E5ACBD

Color information

#E5ACBD (or 0xE5ACBD) is unknown color: approx Melanie. HEX triplet: E5, AC and BD. RGB value is (229,172,189). Sum of RGB (Red+Green+Blue) = 229+172+189=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACBD is #1A5342. Grayscale: #BEBEBE. Windows color (decimal): -1725251 or 12430565. OLE color: 12430565.

HSL color Cylindrical-coordinate representation of color #E5ACBD: hue angle of 342.11º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACBD is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229172189-
CMYK00.250.170.10
HSL342.11º52.29%78.63%-
HSV(B)342.11º24.89%89.8%-
XYZ56.2549.8454.8-
YUV190.98126.88155.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=38.81%
G=29.15%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917218900.250.170.10342.1152.2978.63
HexE5ACBD01911A156344f
Octal345254275031211252664117
Binary1110010110101100101111010110011000110101010101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACBD; }

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

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

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

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

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

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

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

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