#DCACDE

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

Shades of Plum #DCACDE

Tints of Plum #DCACDE

Color information

#DCACDE (or 0xDCACDE) is unknown color: approx Plum. HEX triplet: DC, AC and DE. RGB value is (220,172,222). Sum of RGB (Red+Green+Blue) = 220+172+222=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDE is #235321. Grayscale: #BFBFBF. Windows color (decimal): -2315042 or 14593244. OLE color: 14593244.

HSL color Cylindrical-coordinate representation of color #DCACDE: hue angle of 297.6º degrees, saturation: 0.43, 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 #DCACDE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220172222-
CMYK0.010.2300.13
HSL297.6º43.1%77.25%-
HSV(B)297.6º22.52%87.06%-
XYZ57.4549.9975.73-
YUV192.05144.9147.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=35.83%
G=28.01%
B=36.16%

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
Decimal2201722220.010.2300.13297.643.177.25
HexDCACDE1170D12a2b4d
Octal33425433612701545253115
Binary110111001010110011011110110111011011001010101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACDE; }

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

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

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

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

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

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

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

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