#DCA7EB

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

Shades of Plum #DCA7EB

Tints of Plum #DCA7EB

Color information

#DCA7EB (or 0xDCA7EB) is unknown color: approx Plum. HEX triplet: DC, A7 and EB. RGB value is (220,167,235). Sum of RGB (Red+Green+Blue) = 220+167+235=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7EB is #235814. Grayscale: #BEBEBE. Windows color (decimal): -2316309 or 15443932. OLE color: 15443932.

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

Color convert

RGB220167235-
CMYK0.060.2900.08
HSL286.76º62.96%78.82%-
HSV(B)286.76º28.94%92.16%-
XYZ58.3348.8584.95-
YUV190.6153.06148.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 167 (65.62% from 255) = 26.85%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=35.37%
G=26.85%
B=37.78%

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
Decimal2201672350.060.2900.08286.7662.9678.82
HexDCA7EB61D0811f3f4f
Octal33424735363501043777117
Binary11011100101001111110101111011101010001000111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7EB; }

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

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

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

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

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

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

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

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