#DCA4EB

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

Shades of Plum #DCA4EB

Tints of Plum #DCA4EB

Color information

#DCA4EB (or 0xDCA4EB) is unknown color: approx Plum. HEX triplet: DC, A4 and EB. RGB value is (220,164,235). Sum of RGB (Red+Green+Blue) = 220+164+235=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCA4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4EB is #235B14. Grayscale: #BCBCBC. Windows color (decimal): -2317077 or 15443164. OLE color: 15443164.

HSL color Cylindrical-coordinate representation of color #DCA4EB: hue angle of 287.32º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA4EB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220164235-
CMYK0.060.3000.08
HSL287.32º63.96%78.24%-
HSV(B)287.32º30.21%92.16%-
XYZ57.7947.7684.77-
YUV188.84154.05150.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=35.54%
G=26.49%
B=37.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201642350.060.3000.08287.3263.9678.24
HexDCA4EB61E0811f404e
Octal334244353636010437100116
Binary110111001010010011101011110111100100010001111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4EB; }

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

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

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

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

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

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

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

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