#DAACEC

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

Shades of Mauve #DAACEC

Tints of Mauve #DAACEC

Color information

#DAACEC (or 0xDAACEC) is unknown color: approx Mauve. HEX triplet: DA, AC and EC. RGB value is (218,172,236). Sum of RGB (Red+Green+Blue) = 218+172+236=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACEC is #255313. Grayscale: #C0C0C0. Windows color (decimal): -2446100 or 15510746. OLE color: 15510746.

HSL color Cylindrical-coordinate representation of color #DAACEC: hue angle of 283.12º degrees, saturation: 0.63, 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 #DAACEC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218172236-
CMYK0.080.2700.07
HSL283.12º62.75%80%-
HSV(B)283.12º27.12%92.55%-
XYZ58.8150.4786-
YUV193.05152.24145.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=34.82%
G=27.48%
B=37.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181722360.080.2700.07283.1262.7580
HexDAACEC81B0711b3f50
Octal33225435410330743377120
Binary11011010101011001110110010001101101111000110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACEC; }

 p { color: rgb(218,172,236); }

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

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

 a { background-color: rgb(218,172,236); }

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

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

 span { border-color: rgb(218,172,236); }

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