#DCACBD

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

Shades of Melanie #DCACBD

Tints of Melanie #DCACBD

Color information

#DCACBD (or 0xDCACBD) is unknown color: approx Melanie. HEX triplet: DC, AC and BD. RGB value is (220,172,189). Sum of RGB (Red+Green+Blue) = 220+172+189=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBD is #235342. Grayscale: #BCBCBC. Windows color (decimal): -2315075 or 12430556. OLE color: 12430556.

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

Color convert

RGB220172189-
CMYK00.220.140.14
HSL338.75º40.68%76.86%-
HSV(B)338.75º21.82%86.27%-
XYZ53.4548.3954.67-
YUV188.29128.4150.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=37.87%
G=29.60%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218900.220.140.14338.7540.6876.86
HexDCACBD016EE153294d
Octal334254275026161652351115
Binary110111001010110010111101010110111011101010100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACBD; }

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

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

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

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

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

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

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

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