#DCA9FF

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

Shades of Mauve #DCA9FF

Tints of Mauve #DCA9FF

Color information

#DCA9FF (or 0xDCA9FF) is unknown color: approx Mauve. HEX triplet: DC, A9 and FF. RGB value is (220,169,255). Sum of RGB (Red+Green+Blue) = 220+169+255=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA9FF is #235600. Grayscale: #C1C1C1. Windows color (decimal): -2315777 or 16755164. OLE color: 16755164.

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

Color convert

RGB220169255-
CMYK0.140.3400
HSL275.58º100%83.14%-
HSV(B)275.58º33.73%100%-
XYZ61.7550.81101.16-
YUV194.05162.4146.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 169 (66.41% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 39.60%
R=34.16%
G=26.24%
B=39.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201692550.140.3400275.5810083.14
HexDCA9FFE22001146453
Octal334251377164200424144123
Binary11011100101010011111111111101000100010001010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9FF; }

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

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

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

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

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

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

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

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