#DCA5FE

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

Shades of Mauve #DCA5FE

Tints of Mauve #DCA5FE

Color information

#DCA5FE (or 0xDCA5FE) is unknown color: approx Mauve. HEX triplet: DC, A5 and FE. RGB value is (220,165,254). Sum of RGB (Red+Green+Blue) = 220+165+254=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5FE is #235A01. Grayscale: #BFBFBF. Windows color (decimal): -2316802 or 16688604. OLE color: 16688604.

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

Color convert

RGB220165254-
CMYK0.130.3500.00
HSL277.08º97.8%82.16%-
HSV(B)277.08º35.04%99.61%-
XYZ60.8649.28100.07-
YUV191.59163.22148.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 165 (64.84% from 255) = 25.82%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=34.43%
G=25.82%
B=39.75%

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
Decimal2201652540.130.3500.00277.0897.882.16
HexDCA5FED23001156252
Octal334245376154300425142122
Binary11011100101001011111111011011000110010001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5FE; }

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

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

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

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

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

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

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

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