#D6ACBA

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

Shades of Melanie #D6ACBA

Tints of Melanie #D6ACBA

Color information

#D6ACBA (or 0xD6ACBA) is unknown color: approx Melanie. HEX triplet: D6, AC and BA. RGB value is (214,172,186). Sum of RGB (Red+Green+Blue) = 214+172+186=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBA is #295345. Grayscale: #BABABA. Windows color (decimal): -2708294 or 12233942. OLE color: 12233942.

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

Color convert

RGB214172186-
CMYK00.200.130.16
HSL340º33.87%75.69%-
HSV(B)340º19.63%83.92%-
XYZ51.3547.3552.89-
YUV186.15127.91147.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=37.41%
G=30.07%
B=32.52%

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
Decimal21417218600.200.130.1634033.8775.69
HexD6ACBA014D10154224c
Octal326254272024152052442114
Binary1101011010101100101110100101001101100001010101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACBA; }

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

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

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

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

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

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

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

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