#DCACED

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

Shades of Mauve #DCACED

Tints of Mauve #DCACED

Color information

#DCACED (or 0xDCACED) is unknown color: approx Mauve. HEX triplet: DC, AC and ED. RGB value is (220,172,237). Sum of RGB (Red+Green+Blue) = 220+172+237=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACED is #235312. Grayscale: #C1C1C1. Windows color (decimal): -2315027 or 15576284. OLE color: 15576284.

HSL color Cylindrical-coordinate representation of color #DCACED: hue angle of 284.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCACED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220172237-
CMYK0.070.2700.07
HSL284.31º64.36%80.2%-
HSV(B)284.31º27.43%92.94%-
XYZ59.5550.8486.79-
YUV193.76152.4146.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=34.98%
G=27.34%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201722370.070.2700.07284.3164.3680.2
HexDCACED71B0711c4050
Octal33425435573307434100120
Binary11011100101011001110110111111011011110001110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACED; }

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

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

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

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

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

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

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

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