#DCACC1

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

Shades of Melanie #DCACC1

Tints of Melanie #DCACC1

Color information

#DCACC1 (or 0xDCACC1) is unknown color: approx Melanie. HEX triplet: DC, AC and C1. RGB value is (220,172,193). Sum of RGB (Red+Green+Blue) = 220+172+193=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC1 is #23533E. Grayscale: #BCBCBC. Windows color (decimal): -2315071 or 12692700. OLE color: 12692700.

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

Color convert

RGB220172193-
CMYK00.220.120.14
HSL333.75º40.68%76.86%-
HSV(B)333.75º21.82%86.27%-
XYZ53.8948.5756.99-
YUV188.75130.4150.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=37.61%
G=29.40%
B=32.99%

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
Decimal22017219300.220.120.14333.7540.6876.86
HexDCACC1016CE14e294d
Octal334254301026141651651115
Binary110111001010110011000001010110110011101010011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACC1; }

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

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

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

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

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

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

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

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