#DCA9BC

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

Shades of Melanie #DCA9BC

Tints of Melanie #DCA9BC

Color information

#DCA9BC (or 0xDCA9BC) is unknown color: approx Melanie. HEX triplet: DC, A9 and BC. RGB value is (220,169,188). Sum of RGB (Red+Green+Blue) = 220+169+188=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9BC is #235643. Grayscale: #BABABA. Windows color (decimal): -2315844 or 12364252. OLE color: 12364252.

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

Color convert

RGB220169188-
CMYK00.230.150.14
HSL337.65º42.15%76.27%-
HSV(B)337.65º23.18%86.27%-
XYZ52.7847.2253.91-
YUV186.42128.9151.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=38.13%
G=29.29%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016918800.230.150.14337.6542.1576.27
HexDCA9BC017FE1522a4c
Octal334251274027171652252114
Binary110111001010100110111100010111111111101010100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9BC; }

 p { color: rgb(220,169,188); }

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

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

 a { background-color: rgb(220,169,188); }

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

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

 span { border-color: rgb(220,169,188); }

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