#e5acbf

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

Shades of Melanie #E5ACBF

Tints of Melanie #E5ACBF

Color information

#E5ACBF (or 0xE5ACBF) is unknown color: approx Melanie. HEX triplet: E5, AC and BF. RGB value is (229,172,191). Sum of RGB (Red+Green+Blue) = 229+172+191=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACBF is #1A5340. Grayscale: #BFBFBF. Windows color (decimal): -1725249 or 12561637. OLE color: 12561637.

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

Color convert

RGB229172191-
CMYK00.250.170.10
HSL340º52.29%78.63%-
HSV(B)340º24.89%89.8%-
XYZ56.4749.9255.95-
YUV191.21127.88154.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.68%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 191 (75% from 255) = 32.26%
R=38.68%
G=29.05%
B=32.26%

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
Decimal22917219100.250.170.1034052.2978.63
HexE5ACBF01911A154344f
Octal345254277031211252464117
Binary1110010110101100101111110110011000110101010101001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5acbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5acbf; }

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

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

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

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

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

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

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

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