#DCACF5

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

Shades of Mauve #DCACF5

Tints of Mauve #DCACF5

Color information

#DCACF5 (or 0xDCACF5) is unknown color: approx Mauve. HEX triplet: DC, AC and F5. RGB value is (220,172,245). Sum of RGB (Red+Green+Blue) = 220+172+245=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF5 is #23530A. Grayscale: #C2C2C2. Windows color (decimal): -2315019 or 16100572. OLE color: 16100572.

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

Color convert

RGB220172245-
CMYK0.100.3000.04
HSL279.45º78.49%81.76%-
HSV(B)279.45º29.8%96.08%-
XYZ60.7551.3193.09-
YUV194.67156.4146.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=34.54%
G=27.00%
B=38.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201722450.100.3000.04279.4578.4981.76
HexDCACF5A1E041174e52
Octal334254365123604427116122
Binary110111001010110011110101101011110010010001011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACF5; }

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

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

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

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

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

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

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

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