#DCACC0

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

Shades of Melanie #DCACC0

Tints of Melanie #DCACC0

Color information

#DCACC0 (or 0xDCACC0) is unknown color: approx Melanie. HEX triplet: DC, AC and C0. RGB value is (220,172,192). Sum of RGB (Red+Green+Blue) = 220+172+192=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC0 is #23533F. Grayscale: #BCBCBC. Windows color (decimal): -2315072 or 12627164. OLE color: 12627164.

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

Color convert

RGB220172192-
CMYK00.220.130.14
HSL335º40.68%76.86%-
HSV(B)335º21.82%86.27%-
XYZ53.7848.5356.4-
YUV188.63129.9150.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=37.67%
G=29.45%
B=32.88%

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
Decimal22017219200.220.130.1433540.6876.86
HexDCACC0016DE14f294d
Octal334254300026151651751115
Binary110111001010110011000000010110110111101010011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACC0; }

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

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

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

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

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

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

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

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