#DCA5FF

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

Shades of Mauve #DCA5FF

Tints of Mauve #DCA5FF

Color information

#DCA5FF (or 0xDCA5FF) is unknown color: approx Mauve. HEX triplet: DC, A5 and FF. RGB value is (220,165,255). Sum of RGB (Red+Green+Blue) = 220+165+255=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5FF is #235A00. Grayscale: #BFBFBF. Windows color (decimal): -2316801 or 16754140. OLE color: 16754140.

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

Color convert

RGB220165255-
CMYK0.140.3500
HSL276.67º100%82.35%-
HSV(B)276.67º35.29%100%-
XYZ61.0249.35100.92-
YUV191.7163.72148.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 165 (64.84% from 255) = 25.78%
BLUE value IS 255 (100% from 255) = 39.84%
R=34.38%
G=25.78%
B=39.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201652550.140.3500276.6710082.35
HexDCA5FFE23001156452
Octal334245377164300425144122
Binary11011100101001011111111111101000110010001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5FF; }

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

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

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

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

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

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

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

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