#DCABDE

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

Shades of Plum #DCABDE

Tints of Plum #DCABDE

Color information

#DCABDE (or 0xDCABDE) is unknown color: approx Plum. HEX triplet: DC, AB and DE. RGB value is (220,171,222). Sum of RGB (Red+Green+Blue) = 220+171+222=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABDE is #235421. Grayscale: #BFBFBF. Windows color (decimal): -2315298 or 14592988. OLE color: 14592988.

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

Color convert

RGB220171222-
CMYK0.010.2300.13
HSL297.65º43.59%77.06%-
HSV(B)297.65º22.97%87.06%-
XYZ57.2649.6275.67-
YUV191.46145.23148.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=35.89%
G=27.90%
B=36.22%

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
Decimal2201712220.010.2300.13297.6543.5977.06
HexDCABDE1170D12a2c4d
Octal33425333612701545254115
Binary110111001010101111011110110111011011001010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABDE; }

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

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

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

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

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

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

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

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