#DCA7FD

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

Shades of Mauve #DCA7FD

Tints of Mauve #DCA7FD

Color information

#DCA7FD (or 0xDCA7FD) is unknown color: approx Mauve. HEX triplet: DC, A7 and FD. RGB value is (220,167,253). Sum of RGB (Red+Green+Blue) = 220+167+253=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7FD is #235802. Grayscale: #C0C0C0. Windows color (decimal): -2316291 or 16623580. OLE color: 16623580.

HSL color Cylindrical-coordinate representation of color #DCA7FD: hue angle of 276.98º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA7FD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220167253-
CMYK0.130.3400.01
HSL276.98º95.56%82.35%-
HSV(B)276.98º33.99%99.22%-
XYZ61.0649.9499.35-
YUV192.65162.06147.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 167 (65.62% from 255) = 26.09%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=34.38%
G=26.09%
B=39.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201672530.130.3400.01276.9895.5682.35
HexDCA7FDD22011156052
Octal334247375154201425140122
Binary11011100101001111111110111011000100110001010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7FD; }

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

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

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

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

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

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

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

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