#DCA3FC

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

Shades of Mauve #DCA3FC

Tints of Mauve #DCA3FC

Color information

#DCA3FC (or 0xDCA3FC) is unknown color: approx Mauve. HEX triplet: DC, A3 and FC. RGB value is (220,163,252). Sum of RGB (Red+Green+Blue) = 220+163+252=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3FC is #235C03. Grayscale: #BDBDBD. Windows color (decimal): -2317316 or 16557020. OLE color: 16557020.

HSL color Cylindrical-coordinate representation of color #DCA3FC: hue angle of 278.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA3FC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220163252-
CMYK0.130.3500.01
HSL278.43º93.68%81.37%-
HSV(B)278.43º35.32%98.82%-
XYZ60.1848.4498.27-
YUV190.19162.88149.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 163 (64.06% from 255) = 25.67%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=34.65%
G=25.67%
B=39.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201632520.130.3500.01278.4393.6881.37
HexDCA3FCD23011165e51
Octal334243374154301426136121
Binary11011100101000111111110011011000110110001011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3FC; }

 p { color: rgb(220,163,252); }

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

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

 a { background-color: rgb(220,163,252); }

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

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

 span { border-color: rgb(220,163,252); }

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