#D7ACB9

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

Shades of Melanie #D7ACB9

Tints of Melanie #D7ACB9

Color information

#D7ACB9 (or 0xD7ACB9) is unknown color: approx Melanie. HEX triplet: D7, AC and B9. RGB value is (215,172,185). Sum of RGB (Red+Green+Blue) = 215+172+185=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB9 is #285346. Grayscale: #BABABA. Windows color (decimal): -2642759 or 12168407. OLE color: 12168407.

HSL color Cylindrical-coordinate representation of color #D7ACB9: hue angle of 341.86º 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 #D7ACB9 is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215172185-
CMYK00.20.140.16
HSL341.86º34.96%75.88%-
HSV(B)341.86º20%84.31%-
XYZ51.5347.4552.34-
YUV186.34127.25148.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=37.59%
G=30.07%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517218500.20.140.16341.8634.9675.88
HexD7ACB9014E10156234c
Octal327254271024162052643114
Binary1101011110101100101110010101001110100001010101101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACB9; }

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

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

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

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

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

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

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

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