#DCA9E3

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

Shades of Plum #DCA9E3

Tints of Plum #DCA9E3

Color information

#DCA9E3 (or 0xDCA9E3) is unknown color: approx Plum. HEX triplet: DC, A9 and E3. RGB value is (220,169,227). Sum of RGB (Red+Green+Blue) = 220+169+227=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCA9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9E3 is #23561C. Grayscale: #BEBEBE. Windows color (decimal): -2315805 or 14920156. OLE color: 14920156.

HSL color Cylindrical-coordinate representation of color #DCA9E3: hue angle of 292.76º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA9E3 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220169227-
CMYK0.030.2600.11
HSL292.76º50.88%77.65%-
HSV(B)292.76º25.55%89.02%-
XYZ57.5749.1479.12-
YUV190.86148.4148.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=35.71%
G=27.44%
B=36.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201692270.030.2600.11292.7650.8877.65
HexDCA9E331A0B125334e
Octal33425134333201344563116
Binary1101110010101001111000111111010010111001001011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9E3; }

 p { color: rgb(220,169,227); }

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

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

 a { background-color: rgb(220,169,227); }

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

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

 span { border-color: rgb(220,169,227); }

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