#DCACBA

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

Shades of Melanie #DCACBA

Tints of Melanie #DCACBA

Color information

#DCACBA (or 0xDCACBA) is unknown color: approx Melanie. HEX triplet: DC, AC and BA. RGB value is (220,172,186). Sum of RGB (Red+Green+Blue) = 220+172+186=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBA is #235345. Grayscale: #BBBBBB. Windows color (decimal): -2315078 or 12233948. OLE color: 12233948.

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

Color convert

RGB220172186-
CMYK00.220.150.14
HSL342.5º40.68%76.86%-
HSV(B)342.5º21.82%86.27%-
XYZ53.1348.2752.97-
YUV187.95126.9150.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=38.06%
G=29.76%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218600.220.150.14342.540.6876.86
HexDCACBA016FE156294d
Octal334254272026171652651115
Binary110111001010110010111010010110111111101010101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACBA; }

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

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

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

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

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

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

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

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