#DCA7BB

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

Shades of Melanie #DCA7BB

Tints of Melanie #DCA7BB

Color information

#DCA7BB (or 0xDCA7BB) is unknown color: approx Melanie. HEX triplet: DC, A7 and BB. RGB value is (220,167,187). Sum of RGB (Red+Green+Blue) = 220+167+187=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7BB is #235844. Grayscale: #B9B9B9. Windows color (decimal): -2316357 or 12298204. OLE color: 12298204.

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

Color convert

RGB220167187-
CMYK00.240.150.14
HSL337.36º43.09%75.88%-
HSV(B)337.36º24.09%86.27%-
XYZ52.346.4453.22-
YUV185.13129.06152.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=38.33%
G=29.09%
B=32.58%

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
Decimal22016718700.240.150.14337.3643.0975.88
HexDCA7BB018FE1512b4c
Octal334247273030171652153114
Binary110111001010011110111011011000111111101010100011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7BB; }

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

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

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

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

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

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

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

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