#DCACDD

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

Shades of Plum #DCACDD

Tints of Plum #DCACDD

Color information

#DCACDD (or 0xDCACDD) is unknown color: approx Plum. HEX triplet: DC, AC and DD. RGB value is (220,172,221). Sum of RGB (Red+Green+Blue) = 220+172+221=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDD is #235322. Grayscale: #BFBFBF. Windows color (decimal): -2315043 or 14527708. OLE color: 14527708.

HSL color Cylindrical-coordinate representation of color #DCACDD: hue angle of 298.78º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACDD is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220172221-
CMYK0.000.2200.13
HSL298.78º41.88%77.06%-
HSV(B)298.78º22.17%86.67%-
XYZ57.3249.9475.03-
YUV191.94144.4148.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=35.89%
G=28.06%
B=36.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201722210.000.2200.13298.7841.8877.06
HexDCACDD0160D12b2a4d
Octal33425433502601545352115
Binary110111001010110011011101010110011011001010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACDD; }

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

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

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

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

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

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

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

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