#DCA4FE

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

Shades of Mauve #DCA4FE

Tints of Mauve #DCA4FE

Color information

#DCA4FE (or 0xDCA4FE) is unknown color: approx Mauve. HEX triplet: DC, A4 and FE. RGB value is (220,164,254). Sum of RGB (Red+Green+Blue) = 220+164+254=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4FE is #235B01. Grayscale: #BEBEBE. Windows color (decimal): -2317058 or 16688348. OLE color: 16688348.

HSL color Cylindrical-coordinate representation of color #DCA4FE: hue angle of 277.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA4FE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220164254-
CMYK0.130.3500.00
HSL277.33º97.83%81.96%-
HSV(B)277.33º35.43%99.61%-
XYZ60.6848.92100.01-
YUV191163.55148.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 164 (64.45% from 255) = 25.71%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=34.48%
G=25.71%
B=39.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201642540.130.3500.00277.3397.8381.96
HexDCA4FED23001156252
Octal334244376154300425142122
Binary11011100101001001111111011011000110010001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4FE; }

 p { color: rgb(220,164,254); }

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

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

 a { background-color: rgb(220,164,254); }

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

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

 span { border-color: rgb(220,164,254); }

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