#E6ACBD

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

Shades of Melanie #E6ACBD

Tints of Melanie #E6ACBD

Color information

#E6ACBD (or 0xE6ACBD) is unknown color: approx Melanie. HEX triplet: E6, AC and BD. RGB value is (230,172,189). Sum of RGB (Red+Green+Blue) = 230+172+189=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACBD is #195342. Grayscale: #BFBFBF. Windows color (decimal): -1659715 or 12430566. OLE color: 12430566.

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

Color convert

RGB230172189-
CMYK00.250.180.10
HSL342.41º53.7%78.82%-
HSV(B)342.41º25.22%90.2%-
XYZ56.575054.81-
YUV191.28126.72155.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=38.92%
G=29.10%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017218900.250.180.10342.4153.778.82
HexE6ACBD01912A156364f
Octal346254275031221252666117
Binary1110011010101100101111010110011001010101010101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACBD; }

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

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

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

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

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

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

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

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