#DCA6FA

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

Shades of Mauve #DCA6FA

Tints of Mauve #DCA6FA

Color information

#DCA6FA (or 0xDCA6FA) is unknown color: approx Mauve. HEX triplet: DC, A6 and FA. RGB value is (220,166,250). Sum of RGB (Red+Green+Blue) = 220+166+250=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6FA is #235905. Grayscale: #BFBFBF. Windows color (decimal): -2316550 or 16426716. OLE color: 16426716.

HSL color Cylindrical-coordinate representation of color #DCA6FA: hue angle of 278.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA6FA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220166250-
CMYK0.120.3400.02
HSL278.57º89.36%81.57%-
HSV(B)278.57º33.6%98.04%-
XYZ60.4149.3996.79-
YUV191.72160.89148.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 166 (65.23% from 255) = 26.10%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=34.59%
G=26.10%
B=39.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201662500.120.3400.02278.5789.3681.57
HexDCA6FAC22021175952
Octal334246372144202427131122
Binary110111001010011011111010110010001001010001011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6FA; }

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

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

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

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

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

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

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

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