#DCACDF

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

Shades of Plum #DCACDF

Tints of Plum #DCACDF

Color information

#DCACDF (or 0xDCACDF) is unknown color: approx Plum. HEX triplet: DC, AC and DF. RGB value is (220,172,223). Sum of RGB (Red+Green+Blue) = 220+172+223=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDF is #235320. Grayscale: #C0C0C0. Windows color (decimal): -2315041 or 14658780. OLE color: 14658780.

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

Color convert

RGB220172223-
CMYK0.010.2300.13
HSL296.47º44.35%77.45%-
HSV(B)296.47º22.87%87.45%-
XYZ57.5950.0576.44-
YUV192.17145.4147.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=35.77%
G=27.97%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201722230.010.2300.13296.4744.3577.45
HexDCACDF1170D1282c4d
Octal33425433712701545054115
Binary110111001010110011011111110111011011001010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACDF; }

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

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

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

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

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

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

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

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