#DCA3EE

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

Shades of Mauve #DCA3EE

Tints of Mauve #DCA3EE

Color information

#DCA3EE (or 0xDCA3EE) is unknown color: approx Mauve. HEX triplet: DC, A3 and EE. RGB value is (220,163,238). Sum of RGB (Red+Green+Blue) = 220+163+238=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3EE is #235C11. Grayscale: #BCBCBC. Windows color (decimal): -2317330 or 15639516. OLE color: 15639516.

HSL color Cylindrical-coordinate representation of color #DCA3EE: hue angle of 285.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA3EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220163238-
CMYK0.080.3200.07
HSL285.6º68.81%78.63%-
HSV(B)285.6º31.51%93.33%-
XYZ58.0547.5887.01-
YUV188.59155.88150.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 163 (64.06% from 255) = 26.25%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=35.43%
G=26.25%
B=38.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201632380.080.3200.07285.668.8178.63
HexDCA3EE8200711e454f
Octal334243356104007436105117
Binary1101110010100011111011101000100000011110001111010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3EE; }

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

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

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

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

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

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

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

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