#DCACC3

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

Shades of Melanie #DCACC3

Tints of Melanie #DCACC3

Color information

#DCACC3 (or 0xDCACC3) is unknown color: approx Melanie. HEX triplet: DC, AC and C3. RGB value is (220,172,195). Sum of RGB (Red+Green+Blue) = 220+172+195=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC3 is #23533C. Grayscale: #BCBCBC. Windows color (decimal): -2315069 or 12823772. OLE color: 12823772.

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

Color convert

RGB220172195-
CMYK00.220.110.14
HSL331.25º40.68%76.86%-
HSV(B)331.25º21.82%86.27%-
XYZ54.1248.6658.17-
YUV188.97131.4150.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=37.48%
G=29.30%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017219500.220.110.14331.2540.6876.86
HexDCACC3016BE14b294d
Octal334254303026131651351115
Binary110111001010110011000011010110101111101010010111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACC3; }

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

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

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

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

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

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

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

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