#D7ACBA

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

Shades of Melanie #D7ACBA

Tints of Melanie #D7ACBA

Color information

#D7ACBA (or 0xD7ACBA) is unknown color: approx Melanie. HEX triplet: D7, AC and BA. RGB value is (215,172,186). Sum of RGB (Red+Green+Blue) = 215+172+186=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACBA is #285345. Grayscale: #BABABA. Windows color (decimal): -2642758 or 12233943. OLE color: 12233943.

HSL color Cylindrical-coordinate representation of color #D7ACBA: hue angle of 340.47º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACBA is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215172186-
CMYK00.20.130.16
HSL340.47º34.96%75.88%-
HSV(B)340.47º20%84.31%-
XYZ51.6447.552.9-
YUV186.45127.75148.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=37.52%
G=30.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517218600.20.130.16340.4734.9675.88
HexD7ACBA014D10154234c
Octal327254272024152052443114
Binary1101011110101100101110100101001101100001010101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACBA; }

 p { color: rgb(215,172,186); }

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

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

 a { background-color: rgb(215,172,186); }

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

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

 span { border-color: rgb(215,172,186); }

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