#DCA6FF

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

Shades of Mauve #DCA6FF

Tints of Mauve #DCA6FF

Color information

#DCA6FF (or 0xDCA6FF) is unknown color: approx Mauve. HEX triplet: DC, A6 and FF. RGB value is (220,166,255). Sum of RGB (Red+Green+Blue) = 220+166+255=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6FF is #235900. Grayscale: #BFBFBF. Windows color (decimal): -2316545 or 16754396. OLE color: 16754396.

HSL color Cylindrical-coordinate representation of color #DCA6FF: hue angle of 276.4º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA6FF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220166255-
CMYK0.140.3500
HSL276.4º100%82.55%-
HSV(B)276.4º34.9%100%-
XYZ61.249.71100.98-
YUV192.29163.39147.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 166 (65.23% from 255) = 25.90%
BLUE value IS 255 (100% from 255) = 39.78%
R=34.32%
G=25.90%
B=39.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201662550.140.3500276.410082.55
HexDCA6FFE23001146453
Octal334246377164300424144123
Binary11011100101001101111111111101000110010001010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6FF; }

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

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

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

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

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

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

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

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