#DCA8EB

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

Shades of Plum #DCA8EB

Tints of Plum #DCA8EB

Color information

#DCA8EB (or 0xDCA8EB) is unknown color: approx Plum. HEX triplet: DC, A8 and EB. RGB value is (220,168,235). Sum of RGB (Red+Green+Blue) = 220+168+235=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8EB is #235714. Grayscale: #BEBEBE. Windows color (decimal): -2316053 or 15444188. OLE color: 15444188.

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

Color convert

RGB220168235-
CMYK0.060.2900.08
HSL286.57º62.62%79.02%-
HSV(B)286.57º28.51%92.16%-
XYZ58.5149.2285.01-
YUV191.19152.73148.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=35.31%
G=26.97%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201682350.060.2900.08286.5762.6279.02
HexDCA8EB61D0811f3f4f
Octal33425035363501043777117
Binary11011100101010001110101111011101010001000111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8EB; }

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

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

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

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

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

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

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

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