#DCACEB

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

Shades of Mauve #DCACEB

Tints of Mauve #DCACEB

Color information

#DCACEB (or 0xDCACEB) is unknown color: approx Mauve. HEX triplet: DC, AC and EB. RGB value is (220,172,235). Sum of RGB (Red+Green+Blue) = 220+172+235=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACEB is #235314. Grayscale: #C1C1C1. Windows color (decimal): -2315029 or 15445212. OLE color: 15445212.

HSL color Cylindrical-coordinate representation of color #DCACEB: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCACEB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220172235-
CMYK0.060.2700.08
HSL285.71º61.17%79.8%-
HSV(B)285.71º26.81%92.16%-
XYZ59.2650.7285.26-
YUV193.53151.4146.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=35.09%
G=27.43%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201722350.060.2700.08285.7161.1779.8
HexDCACEB61B0811e3d50
Octal33425435363301043675120
Binary11011100101011001110101111011011010001000111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACEB; }

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

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

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

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

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

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

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

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