#DCA6F8

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

Shades of Mauve #DCA6F8

Tints of Mauve #DCA6F8

Color information

#DCA6F8 (or 0xDCA6F8) is unknown color: approx Mauve. HEX triplet: DC, A6 and F8. RGB value is (220,166,248). Sum of RGB (Red+Green+Blue) = 220+166+248=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6F8 is #235907. Grayscale: #BFBFBF. Windows color (decimal): -2316552 or 16295644. OLE color: 16295644.

HSL color Cylindrical-coordinate representation of color #DCA6F8: hue angle of 279.51º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA6F8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220166248-
CMYK0.110.3300.03
HSL279.51º85.42%81.18%-
HSV(B)279.51º33.06%97.25%-
XYZ60.0949.2795.15-
YUV191.49159.89148.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 166 (65.23% from 255) = 26.18%
BLUE value IS 248 (97.27% from 255) = 39.12%
R=34.70%
G=26.18%
B=39.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201662480.110.3300.03279.5185.4281.18
HexDCA6F8B21031185551
Octal334246370134103430125121
Binary110111001010011011111000101110000101110001100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6F8; }

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

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

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

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

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

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

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

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