#DCACF0

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

Shades of Mauve #DCACF0

Tints of Mauve #DCACF0

Color information

#DCACF0 (or 0xDCACF0) is unknown color: approx Mauve. HEX triplet: DC, AC and F0. RGB value is (220,172,240). Sum of RGB (Red+Green+Blue) = 220+172+240=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF0 is #23530F. Grayscale: #C1C1C1. Windows color (decimal): -2315024 or 15772892. OLE color: 15772892.

HSL color Cylindrical-coordinate representation of color #DCACF0: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCACF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220172240-
CMYK0.080.2800.06
HSL282.35º69.39%80.78%-
HSV(B)282.35º28.33%94.12%-
XYZ6051.0189.12-
YUV194.1153.9146.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=34.81%
G=27.22%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201722400.080.2800.06282.3569.3980.78
HexDCACF081C0611a4551
Octal334254360103406432105121
Binary110111001010110011110000100011100011010001101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACF0; }

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

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

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

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

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

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

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

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