#DCA6F0

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

Shades of Mauve #DCA6F0

Tints of Mauve #DCA6F0

Color information

#DCA6F0 (or 0xDCA6F0) is unknown color: approx Mauve. HEX triplet: DC, A6 and F0. RGB value is (220,166,240). Sum of RGB (Red+Green+Blue) = 220+166+240=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCA6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6F0 is #23590F. Grayscale: #BEBEBE. Windows color (decimal): -2316560 or 15771356. OLE color: 15771356.

HSL color Cylindrical-coordinate representation of color #DCA6F0: hue angle of 283.78º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA6F0 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220166240-
CMYK0.080.3100.06
HSL283.78º71.15%79.61%-
HSV(B)283.78º30.83%94.12%-
XYZ58.8848.7888.75-
YUV190.58155.89148.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 166 (65.23% from 255) = 26.52%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=35.14%
G=26.52%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201662400.080.3100.06283.7871.1579.61
HexDCA6F081F0611c4750
Octal334246360103706434107120
Binary110111001010011011110000100011111011010001110010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6F0; }

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

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

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

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

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

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

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

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