#DCACDB

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

Shades of Plum #DCACDB

Tints of Plum #DCACDB

Color information

#DCACDB (or 0xDCACDB) is unknown color: approx Plum. HEX triplet: DC, AC and DB. RGB value is (220,172,219). Sum of RGB (Red+Green+Blue) = 220+172+219=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDB is #235324. Grayscale: #BFBFBF. Windows color (decimal): -2315045 or 14396636. OLE color: 14396636.

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

Color convert

RGB220172219-
CMYK00.220.000.14
HSL301.25º40.68%76.86%-
HSV(B)301.25º21.82%86.27%-
XYZ57.0549.8473.63-
YUV191.71143.4148.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=36.01%
G=28.15%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017221900.220.000.14301.2540.6876.86
HexDCACDB0160E12d294d
Octal33425433302601645551115
Binary110111001010110011011011010110011101001011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACDB; }

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

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

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

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

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

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

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

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