#DCA1F6

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

Shades of Mauve #DCA1F6

Tints of Mauve #DCA1F6

Color information

#DCA1F6 (or 0xDCA1F6) is unknown color: approx Mauve. HEX triplet: DC, A1 and F6. RGB value is (220,161,246). Sum of RGB (Red+Green+Blue) = 220+161+246=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCA1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1F6 is #235E09. Grayscale: #BCBCBC. Windows color (decimal): -2317834 or 16163292. OLE color: 16163292.

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

Color convert

RGB220161246-
CMYK0.110.3500.04
HSL281.65º82.52%79.8%-
HSV(B)281.65º34.55%96.47%-
XYZ58.8947.3693.23-
YUV188.33160.55150.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 161 (63.28% from 255) = 25.68%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=35.09%
G=25.68%
B=39.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201612460.110.3500.04281.6582.5279.8
HexDCA1F6B230411a5350
Octal334241366134304432123120
Binary1101110010100001111101101011100011010010001101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1F6; }

 p { color: rgb(220,161,246); }

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

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

 a { background-color: rgb(220,161,246); }

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

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

 span { border-color: rgb(220,161,246); }

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