#DCA7F0

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

Shades of Mauve #DCA7F0

Tints of Mauve #DCA7F0

Color information

#DCA7F0 (or 0xDCA7F0) is unknown color: approx Mauve. HEX triplet: DC, A7 and F0. RGB value is (220,167,240). Sum of RGB (Red+Green+Blue) = 220+167+240=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCA7F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7F0 is #23580F. Grayscale: #BEBEBE. Windows color (decimal): -2316304 or 15771612. OLE color: 15771612.

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

Color convert

RGB220167240-
CMYK0.080.3000.06
HSL283.56º70.87%79.8%-
HSV(B)283.56º30.42%94.12%-
XYZ59.0649.1488.81-
YUV191.17155.56148.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 167 (65.62% from 255) = 26.63%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=35.09%
G=26.63%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201672400.080.3000.06283.5670.8779.8
HexDCA7F081E0611c4750
Octal334247360103606434107120
Binary110111001010011111110000100011110011010001110010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7F0; }

 p { color: rgb(220,167,240); }

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

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

 a { background-color: rgb(220,167,240); }

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

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

 span { border-color: rgb(220,167,240); }

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