#DAACEA

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

Shades of Mauve #DAACEA

Tints of Mauve #DAACEA

Color information

#DAACEA (or 0xDAACEA) is unknown color: approx Mauve. HEX triplet: DA, AC and EA. RGB value is (218,172,234). Sum of RGB (Red+Green+Blue) = 218+172+234=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACEA is #255315. Grayscale: #C0C0C0. Windows color (decimal): -2446102 or 15379674. OLE color: 15379674.

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

Color convert

RGB218172234-
CMYK0.070.2600.08
HSL284.52º59.62%79.61%-
HSV(B)284.52º26.5%91.76%-
XYZ58.5250.3584.48-
YUV192.82151.24145.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=34.94%
G=27.56%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181722340.070.2600.08284.5259.6279.61
HexDAACEA71A0811d3c50
Octal33225435273201043574120
Binary11011010101011001110101011111010010001000111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACEA; }

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

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

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

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

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

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

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

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