#DCA1FC

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

Shades of Mauve #DCA1FC

Tints of Mauve #DCA1FC

Color information

#DCA1FC (or 0xDCA1FC) is unknown color: approx Mauve. HEX triplet: DC, A1 and FC. RGB value is (220,161,252). Sum of RGB (Red+Green+Blue) = 220+161+252=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1FC is #235E03. Grayscale: #BCBCBC. Windows color (decimal): -2317828 or 16556508. OLE color: 16556508.

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

Color convert

RGB220161252-
CMYK0.130.3600.01
HSL278.9º93.81%80.98%-
HSV(B)278.9º36.11%98.82%-
XYZ59.8347.7398.16-
YUV189.02163.55150.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 161 (63.28% from 255) = 25.43%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=34.76%
G=25.43%
B=39.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201612520.130.3600.01278.993.8180.98
HexDCA1FCD24011175e51
Octal334241374154401427136121
Binary11011100101000011111110011011001000110001011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1FC; }

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

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

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

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

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

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

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

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