#D7ACBE

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

Shades of Melanie #D7ACBE

Tints of Melanie #D7ACBE

Color information

#D7ACBE (or 0xD7ACBE) is unknown color: approx Melanie. HEX triplet: D7, AC and BE. RGB value is (215,172,190). Sum of RGB (Red+Green+Blue) = 215+172+190=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACBE is #285341. Grayscale: #BABABA. Windows color (decimal): -2642754 or 12496087. OLE color: 12496087.

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

Color convert

RGB215172190-
CMYK00.20.120.16
HSL334.88º34.96%75.88%-
HSV(B)334.88º20%84.31%-
XYZ52.0747.6755.17-
YUV186.91129.75148.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=37.26%
G=29.81%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517219000.20.120.16334.8834.9675.88
HexD7ACBE014C1014f234c
Octal327254276024142051743114
Binary1101011110101100101111100101001100100001010011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACBE; }

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

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

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

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

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

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

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

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