#DCA6B8

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

Shades of Melanie #DCA6B8

Tints of Melanie #DCA6B8

Color information

#DCA6B8 (or 0xDCA6B8) is unknown color: approx Melanie. HEX triplet: DC, A6 and B8. RGB value is (220,166,184). Sum of RGB (Red+Green+Blue) = 220+166+184=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6B8 is #235947. Grayscale: #B8B8B8. Windows color (decimal): -2316616 or 12101340. OLE color: 12101340.

HSL color Cylindrical-coordinate representation of color #DCA6B8: hue angle of 340º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6B8 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220166184-
CMYK00.250.160.14
HSL340º43.55%75.69%-
HSV(B)340º24.55%86.27%-
XYZ51.845.9551.49-
YUV184.2127.89153.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=38.60%
G=29.12%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016618400.250.160.1434043.5575.69
HexDCA6B801910E1542c4c
Octal334246270031201652454114
Binary1101110010100110101110000110011000011101010101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6B8; }

 p { color: rgb(220,166,184); }

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

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

 a { background-color: rgb(220,166,184); }

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

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

 span { border-color: rgb(220,166,184); }

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