#DCA4F5

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

Shades of Mauve #DCA4F5

Tints of Mauve #DCA4F5

Color information

#DCA4F5 (or 0xDCA4F5) is unknown color: approx Mauve. HEX triplet: DC, A4 and F5. RGB value is (220,164,245). Sum of RGB (Red+Green+Blue) = 220+164+245=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCA4F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4F5 is #235B0A. Grayscale: #BDBDBD. Windows color (decimal): -2317067 or 16098524. OLE color: 16098524.

HSL color Cylindrical-coordinate representation of color #DCA4F5: hue angle of 281.48º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA4F5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220164245-
CMYK0.100.3300.04
HSL281.48º80.2%80.2%-
HSV(B)281.48º33.06%96.08%-
XYZ59.2748.3692.6-
YUV189.98159.05149.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 164 (64.45% from 255) = 26.07%
BLUE value IS 245 (96.09% from 255) = 38.95%
R=34.98%
G=26.07%
B=38.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201642450.100.3300.04281.4880.280.2
HexDCA4F5A21041195050
Octal334244365124104431120120
Binary1101110010100100111101011010100001010010001100110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4F5; }

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

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

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

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

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

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

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

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