#DCABC2

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

Shades of Melanie #DCABC2

Tints of Melanie #DCABC2

Color information

#DCABC2 (or 0xDCABC2) is unknown color: approx Melanie. HEX triplet: DC, AB and C2. RGB value is (220,171,194). Sum of RGB (Red+Green+Blue) = 220+171+194=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC2 is #23543D. Grayscale: #BCBCBC. Windows color (decimal): -2315326 or 12757980. OLE color: 12757980.

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

Color convert

RGB220171194-
CMYK00.220.120.14
HSL331.84º41.18%76.67%-
HSV(B)331.84º22.27%86.27%-
XYZ53.8248.2457.51-
YUV188.27131.23150.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=37.61%
G=29.23%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017119400.220.120.14331.8441.1876.67
HexDCABC2016CE14c294d
Octal334253302026141651451115
Binary110111001010101111000010010110110011101010011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABC2; }

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

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

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

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

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

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

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

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