#DCA7BA

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

Shades of Melanie #DCA7BA

Tints of Melanie #DCA7BA

Color information

#DCA7BA (or 0xDCA7BA) is unknown color: approx Melanie. HEX triplet: DC, A7 and BA. RGB value is (220,167,186). Sum of RGB (Red+Green+Blue) = 220+167+186=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7BA is #235845. Grayscale: #B8B8B8. Windows color (decimal): -2316358 or 12232668. OLE color: 12232668.

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

Color convert

RGB220167186-
CMYK00.240.150.14
HSL338.49º43.09%75.88%-
HSV(B)338.49º24.09%86.27%-
XYZ52.246.452.66-
YUV185.01128.56152.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=38.39%
G=29.14%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016718600.240.150.14338.4943.0975.88
HexDCA7BA018FE1522b4c
Octal334247272030171652253114
Binary110111001010011110111010011000111111101010100101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7BA; }

 p { color: rgb(220,167,186); }

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

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

 a { background-color: rgb(220,167,186); }

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

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

 span { border-color: rgb(220,167,186); }

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