#DCABC0

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

Shades of Melanie #DCABC0

Tints of Melanie #DCABC0

Color information

#DCABC0 (or 0xDCABC0) is unknown color: approx Melanie. HEX triplet: DC, AB and C0. RGB value is (220,171,192). Sum of RGB (Red+Green+Blue) = 220+171+192=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC0 is #23543F. Grayscale: #BCBCBC. Windows color (decimal): -2315328 or 12626908. OLE color: 12626908.

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

Color convert

RGB220171192-
CMYK00.220.130.14
HSL334.29º41.18%76.67%-
HSV(B)334.29º22.27%86.27%-
XYZ53.5948.1556.34-
YUV188.04130.23150.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=37.74%
G=29.33%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017119200.220.130.14334.2941.1876.67
HexDCABC0016DE14e294d
Octal334253300026151651651115
Binary110111001010101111000000010110110111101010011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABC0; }

 p { color: rgb(220,171,192); }

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

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

 a { background-color: rgb(220,171,192); }

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

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

 span { border-color: rgb(220,171,192); }

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