#DCA8E0

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

Shades of Plum #DCA8E0

Tints of Plum #DCA8E0

Color information

#DCA8E0 (or 0xDCA8E0) is unknown color: approx Plum. HEX triplet: DC, A8 and E0. RGB value is (220,168,224). Sum of RGB (Red+Green+Blue) = 220+168+224=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA8E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8E0 is #23571F. Grayscale: #BDBDBD. Windows color (decimal): -2316064 or 14723292. OLE color: 14723292.

HSL color Cylindrical-coordinate representation of color #DCA8E0: hue angle of 295.71º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA8E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220168224-
CMYK0.020.2500.12
HSL295.71º47.46%76.86%-
HSV(B)295.71º25%87.84%-
XYZ56.9748.676.9-
YUV189.93147.23149.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=35.95%
G=27.45%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201682240.020.2500.12295.7147.4676.86
HexDCA8E02190C1282f4d
Octal33425034023101445057115
Binary1101110010101000111000001011001011001001010001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8E0; }

 p { color: rgb(220,168,224); }

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

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

 a { background-color: rgb(220,168,224); }

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

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

 span { border-color: rgb(220,168,224); }

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