#D7ACBB

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

Shades of Melanie #D7ACBB

Tints of Melanie #D7ACBB

Color information

#D7ACBB (or 0xD7ACBB) is unknown color: approx Melanie. HEX triplet: D7, AC and BB. RGB value is (215,172,187). Sum of RGB (Red+Green+Blue) = 215+172+187=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACBB is #285344. Grayscale: #BABABA. Windows color (decimal): -2642757 or 12299479. OLE color: 12299479.

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

Color convert

RGB215172187-
CMYK00.20.130.16
HSL339.07º34.96%75.88%-
HSV(B)339.07º20%84.31%-
XYZ51.7547.5453.46-
YUV186.57128.25148.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=37.46%
G=29.97%
B=32.58%

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
Decimal21517218700.20.130.16339.0734.9675.88
HexD7ACBB014D10153234c
Octal327254273024152052343114
Binary1101011110101100101110110101001101100001010100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACBB; }

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

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

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

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

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

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

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

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