#DCADDB

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

Shades of Plum #DCADDB

Tints of Plum #DCADDB

Color information

#DCADDB (or 0xDCADDB) is unknown color: approx Plum. HEX triplet: DC, AD and DB. RGB value is (220,173,219). Sum of RGB (Red+Green+Blue) = 220+173+219=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDB is #235224. Grayscale: #C0C0C0. Windows color (decimal): -2314789 or 14396892. OLE color: 14396892.

HSL color Cylindrical-coordinate representation of color #DCADDB: hue angle of 301.28º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADDB is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220173219-
CMYK00.210.000.14
HSL301.28º40.17%77.06%-
HSV(B)301.28º21.36%86.27%-
XYZ57.2450.2273.69-
YUV192.3143.07147.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=35.95%
G=28.27%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017321900.210.000.14301.2840.1777.06
HexDCADDB0150E12d284d
Octal33425533302501645550115
Binary110111001010110111011011010101011101001011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADDB; }

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

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

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

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

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

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

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

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