#DCABC1

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

Shades of Melanie #DCABC1

Tints of Melanie #DCABC1

Color information

#DCABC1 (or 0xDCABC1) is unknown color: approx Melanie. HEX triplet: DC, AB and C1. RGB value is (220,171,193). Sum of RGB (Red+Green+Blue) = 220+171+193=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC1 is #23543E. Grayscale: #BCBCBC. Windows color (decimal): -2315327 or 12692444. OLE color: 12692444.

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

Color convert

RGB220171193-
CMYK00.220.120.14
HSL333.06º41.18%76.67%-
HSV(B)333.06º22.27%86.27%-
XYZ53.748.1956.92-
YUV188.16130.73150.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=37.67%
G=29.28%
B=33.05%

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
Decimal22017119300.220.120.14333.0641.1876.67
HexDCABC1016CE14d294d
Octal334253301026141651551115
Binary110111001010101111000001010110110011101010011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABC1; }

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

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

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

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

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

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

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

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