#DCA8FF

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

Shades of Mauve #DCA8FF

Tints of Mauve #DCA8FF

Color information

#DCA8FF (or 0xDCA8FF) is unknown color: approx Mauve. HEX triplet: DC, A8 and FF. RGB value is (220,168,255). Sum of RGB (Red+Green+Blue) = 220+168+255=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8FF is #235700. Grayscale: #C1C1C1. Windows color (decimal): -2316033 or 16754908. OLE color: 16754908.

HSL color Cylindrical-coordinate representation of color #DCA8FF: hue angle of 275.86º 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 #DCA8FF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220168255-
CMYK0.140.3400
HSL275.86º100%82.94%-
HSV(B)275.86º34.12%100%-
XYZ61.5750.44101.1-
YUV193.47162.73146.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 168 (66.02% from 255) = 26.13%
BLUE value IS 255 (100% from 255) = 39.66%
R=34.21%
G=26.13%
B=39.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201682550.140.3400275.8610082.94
HexDCA8FFE22001146453
Octal334250377164200424144123
Binary11011100101010001111111111101000100010001010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8FF; }

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

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

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

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

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

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

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

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