#DCA5EE

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

Shades of Mauve #DCA5EE

Tints of Mauve #DCA5EE

Color information

#DCA5EE (or 0xDCA5EE) is unknown color: approx Mauve. HEX triplet: DC, A5 and EE. RGB value is (220,165,238). Sum of RGB (Red+Green+Blue) = 220+165+238=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5EE is #235A11. Grayscale: #BDBDBD. Windows color (decimal): -2316818 or 15640028. OLE color: 15640028.

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

Color convert

RGB220165238-
CMYK0.080.3100.07
HSL285.21º68.22%79.02%-
HSV(B)285.21º30.67%93.33%-
XYZ58.448.387.13-
YUV189.77155.22149.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 165 (64.84% from 255) = 26.48%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=35.31%
G=26.48%
B=38.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201652380.080.3100.07285.2168.2279.02
HexDCA5EE81F0711d444f
Octal334245356103707435104117
Binary110111001010010111101110100011111011110001110110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5EE; }

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

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

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

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

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

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

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

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