#D6ACB9

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

Shades of Melanie #D6ACB9

Tints of Melanie #D6ACB9

Color information

#D6ACB9 (or 0xD6ACB9) is unknown color: approx Melanie. HEX triplet: D6, AC and B9. RGB value is (214,172,185). Sum of RGB (Red+Green+Blue) = 214+172+185=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB9 is #295346. Grayscale: #BABABA. Windows color (decimal): -2708295 or 12168406. OLE color: 12168406.

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

Color convert

RGB214172185-
CMYK00.200.140.16
HSL341.43º33.87%75.69%-
HSV(B)341.43º19.63%83.92%-
XYZ51.2447.352.33-
YUV186.04127.41147.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=37.48%
G=30.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417218500.200.140.16341.4333.8775.69
HexD6ACB9014E10155224c
Octal326254271024162052542114
Binary1101011010101100101110010101001110100001010101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACB9; }

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

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

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

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

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

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

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

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