#DCA1EF

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

Shades of Mauve #DCA1EF

Tints of Mauve #DCA1EF

Color information

#DCA1EF (or 0xDCA1EF) is unknown color: approx Mauve. HEX triplet: DC, A1 and EF. RGB value is (220,161,239). Sum of RGB (Red+Green+Blue) = 220+161+239=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1EF is #235E10. Grayscale: #BBBBBB. Windows color (decimal): -2317841 or 15704540. OLE color: 15704540.

HSL color Cylindrical-coordinate representation of color #DCA1EF: hue angle of 285.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA1EF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220161239-
CMYK0.080.3300.06
HSL285.38º70.91%78.43%-
HSV(B)285.38º32.64%93.73%-
XYZ57.8446.9487.67-
YUV187.53157.05151.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=35.48%
G=25.97%
B=38.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201612390.080.3300.06285.3870.9178.43
HexDCA1EF8210611d474e
Octal334241357104106435107116
Binary1101110010100001111011111000100001011010001110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1EF; }

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

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

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

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

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

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

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

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