#DCA7FF

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

Shades of Mauve #DCA7FF

Tints of Mauve #DCA7FF

Color information

#DCA7FF (or 0xDCA7FF) is unknown color: approx Mauve. HEX triplet: DC, A7 and FF. RGB value is (220,167,255). Sum of RGB (Red+Green+Blue) = 220+167+255=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7FF is #235800. Grayscale: #C0C0C0. Windows color (decimal): -2316289 or 16754652. OLE color: 16754652.

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

Color convert

RGB220167255-
CMYK0.140.3500
HSL276.14º100%82.75%-
HSV(B)276.14º34.51%100%-
XYZ61.3850.07101.04-
YUV192.88163.06147.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 167 (65.62% from 255) = 26.01%
BLUE value IS 255 (100% from 255) = 39.72%
R=34.27%
G=26.01%
B=39.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201672550.140.3500276.1410082.75
HexDCA7FFE23001146453
Octal334247377164300424144123
Binary11011100101001111111111111101000110010001010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7FF; }

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

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

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

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

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

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

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

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