#DCACF3

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

Shades of Mauve #DCACF3

Tints of Mauve #DCACF3

Color information

#DCACF3 (or 0xDCACF3) is unknown color: approx Mauve. HEX triplet: DC, AC and F3. RGB value is (220,172,243). Sum of RGB (Red+Green+Blue) = 220+172+243=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF3 is #23530C. Grayscale: #C2C2C2. Windows color (decimal): -2315021 or 15969500. OLE color: 15969500.

HSL color Cylindrical-coordinate representation of color #DCACF3: hue angle of 280.56º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCACF3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220172243-
CMYK0.090.2900.05
HSL280.56º74.74%81.37%-
HSV(B)280.56º29.22%95.29%-
XYZ60.4551.1991.49-
YUV194.45155.4146.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 243 (95.31% from 255) = 38.27%
R=34.65%
G=27.09%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201722430.090.2900.05280.5674.7481.37
HexDCACF391D051194b51
Octal334254363113505431113121
Binary110111001010110011110011100111101010110001100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACF3; }

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

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

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

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

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

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

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

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