#DCA7F6

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

Shades of Mauve #DCA7F6

Tints of Mauve #DCA7F6

Color information

#DCA7F6 (or 0xDCA7F6) is unknown color: approx Mauve. HEX triplet: DC, A7 and F6. RGB value is (220,167,246). Sum of RGB (Red+Green+Blue) = 220+167+246=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 167 (65.62% from 255 or 26.38% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7F6 is #235809. Grayscale: #BFBFBF. Windows color (decimal): -2316298 or 16164828. OLE color: 16164828.

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

Color convert

RGB220167246-
CMYK0.110.3200.04
HSL280.25º81.44%80.98%-
HSV(B)280.25º32.11%96.47%-
XYZ59.9749.5193.58-
YUV191.85158.56148.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 167 (65.62% from 255) = 26.38%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=34.76%
G=26.38%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201672460.110.3200.04280.2581.4480.98
HexDCA7F6B20041185151
Octal334247366134004430121121
Binary1101110010100111111101101011100000010010001100010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7F6; }

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

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

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

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

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

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

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

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