#DCA8EA

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

Shades of Plum #DCA8EA

Tints of Plum #DCA8EA

Color information

#DCA8EA (or 0xDCA8EA) is unknown color: approx Plum. HEX triplet: DC, A8 and EA. RGB value is (220,168,234). Sum of RGB (Red+Green+Blue) = 220+168+234=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8EA is #235715. Grayscale: #BEBEBE. Windows color (decimal): -2316054 or 15378652. OLE color: 15378652.

HSL color Cylindrical-coordinate representation of color #DCA8EA: hue angle of 287.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA8EA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220168234-
CMYK0.060.2800.08
HSL287.27º61.11%78.82%-
HSV(B)287.27º28.21%91.76%-
XYZ58.3749.1684.25-
YUV191.07152.23148.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 168 (66.02% from 255) = 27.01%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=35.37%
G=27.01%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201682340.060.2800.08287.2761.1178.82
HexDCA8EA61C0811f3d4f
Octal33425035263401043775117
Binary11011100101010001110101011011100010001000111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8EA; }

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

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

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

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

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

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

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

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