#DCA2FC

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

Shades of Mauve #DCA2FC

Tints of Mauve #DCA2FC

Color information

#DCA2FC (or 0xDCA2FC) is unknown color: approx Mauve. HEX triplet: DC, A2 and FC. RGB value is (220,162,252). Sum of RGB (Red+Green+Blue) = 220+162+252=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2FC is #235D03. Grayscale: #BDBDBD. Windows color (decimal): -2317572 or 16556764. OLE color: 16556764.

HSL color Cylindrical-coordinate representation of color #DCA2FC: hue angle of 278.67º 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 #DCA2FC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220162252-
CMYK0.130.3600.01
HSL278.67º93.75%81.18%-
HSV(B)278.67º35.71%98.82%-
XYZ60.0148.0898.21-
YUV189.6163.22149.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 162 (63.67% from 255) = 25.55%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=34.70%
G=25.55%
B=39.75%

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
Decimal2201622520.130.3600.01278.6793.7581.18
HexDCA2FCD24011175e51
Octal334242374154401427136121
Binary11011100101000101111110011011001000110001011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2FC; }

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

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

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

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

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

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

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

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