#E2ACBD

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

Shades of Melanie #E2ACBD

Tints of Melanie #E2ACBD

Color information

#E2ACBD (or 0xE2ACBD) is unknown color: approx Melanie. HEX triplet: E2, AC and BD. RGB value is (226,172,189). Sum of RGB (Red+Green+Blue) = 226+172+189=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBD is #1D5342. Grayscale: #BEBEBE. Windows color (decimal): -1921859 or 12430562. OLE color: 12430562.

HSL color Cylindrical-coordinate representation of color #E2ACBD: hue angle of 341.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACBD is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226172189-
CMYK00.240.160.11
HSL341.11º48.21%78.04%-
HSV(B)341.11º23.89%88.63%-
XYZ55.349.3554.75-
YUV190.08127.39153.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=38.50%
G=29.30%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617218900.240.160.11341.1148.2178.04
HexE2ACBD01810B155304e
Octal342254275030201352560116
Binary1110001010101100101111010110001000010111010101011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACBD; }

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

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

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

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

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

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

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

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