#DCA6EB

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

Shades of Plum #DCA6EB

Tints of Plum #DCA6EB

Color information

#DCA6EB (or 0xDCA6EB) is unknown color: approx Plum. HEX triplet: DC, A6 and EB. RGB value is (220,166,235). Sum of RGB (Red+Green+Blue) = 220+166+235=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6EB is #235914. Grayscale: #BDBDBD. Windows color (decimal): -2316565 or 15443676. OLE color: 15443676.

HSL color Cylindrical-coordinate representation of color #DCA6EB: hue angle of 286.96º 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 #DCA6EB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220166235-
CMYK0.060.2900.08
HSL286.96º63.3%78.63%-
HSV(B)286.96º29.36%92.16%-
XYZ58.1548.4984.89-
YUV190.01153.39149.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 166 (65.23% from 255) = 26.73%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=35.43%
G=26.73%
B=37.84%

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
Decimal2201662350.060.2900.08286.9663.378.63
HexDCA6EB61D0811f3f4f
Octal33424635363501043777117
Binary11011100101001101110101111011101010001000111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6EB; }

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

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

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

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

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

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

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

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