#D6ACBB

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

Shades of Melanie #D6ACBB

Tints of Melanie #D6ACBB

Color information

#D6ACBB (or 0xD6ACBB) is unknown color: approx Melanie. HEX triplet: D6, AC and BB. RGB value is (214,172,187). Sum of RGB (Red+Green+Blue) = 214+172+187=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBB is #295344. Grayscale: #BABABA. Windows color (decimal): -2708293 or 12299478. OLE color: 12299478.

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

Color convert

RGB214172187-
CMYK00.200.130.16
HSL338.57º33.87%75.69%-
HSV(B)338.57º19.63%83.92%-
XYZ51.4547.3953.45-
YUV186.27128.41147.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=37.35%
G=30.02%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417218700.200.130.16338.5733.8775.69
HexD6ACBB014D10153224c
Octal326254273024152052342114
Binary1101011010101100101110110101001101100001010100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACBB; }

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

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

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

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

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

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

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

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