#DCA8F9

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

Shades of Mauve #DCA8F9

Tints of Mauve #DCA8F9

Color information

#DCA8F9 (or 0xDCA8F9) is unknown color: approx Mauve. HEX triplet: DC, A8 and F9. RGB value is (220,168,249). Sum of RGB (Red+Green+Blue) = 220+168+249=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8F9 is #235706. Grayscale: #C0C0C0. Windows color (decimal): -2316039 or 16361692. OLE color: 16361692.

HSL color Cylindrical-coordinate representation of color #DCA8F9: hue angle of 278.52º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA8F9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220168249-
CMYK0.120.3300.02
HSL278.52º87.1%81.76%-
HSV(B)278.52º32.53%97.65%-
XYZ60.6250.0696.09-
YUV192.78159.73147.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=34.54%
G=26.37%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201682490.120.3300.02278.5287.181.76
HexDCA8F9C21021175752
Octal334250371144102427127122
Binary110111001010100011111001110010000101010001011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8F9; }

 p { color: rgb(220,168,249); }

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

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

 a { background-color: rgb(220,168,249); }

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

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

 span { border-color: rgb(220,168,249); }

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