#DCA4FF

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

Shades of Mauve #DCA4FF

Tints of Mauve #DCA4FF

Color information

#DCA4FF (or 0xDCA4FF) is unknown color: approx Mauve. HEX triplet: DC, A4 and FF. RGB value is (220,164,255). Sum of RGB (Red+Green+Blue) = 220+164+255=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4FF is #235B00. Grayscale: #BEBEBE. Windows color (decimal): -2317057 or 16753884. OLE color: 16753884.

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

Color convert

RGB220164255-
CMYK0.140.3600
HSL276.92º100%82.16%-
HSV(B)276.92º35.69%100%-
XYZ60.8448.99100.86-
YUV191.12164.05148.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 164 (64.45% from 255) = 25.67%
BLUE value IS 255 (100% from 255) = 39.91%
R=34.43%
G=25.67%
B=39.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201642550.140.3600276.9210082.16
HexDCA4FFE24001156452
Octal334244377164400425144122
Binary11011100101001001111111111101001000010001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4FF; }

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

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

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

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

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

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

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

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