#DAAAEC

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

Shades of Mauve #DAAAEC

Tints of Mauve #DAAAEC

Color information

#DAAAEC (or 0xDAAAEC) is unknown color: approx Mauve. HEX triplet: DA, AA and EC. RGB value is (218,170,236). Sum of RGB (Red+Green+Blue) = 218+170+236=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAEC is #255513. Grayscale: #BFBFBF. Windows color (decimal): -2446612 or 15510234. OLE color: 15510234.

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

Color convert

RGB218170236-
CMYK0.080.2800.07
HSL283.64º63.46%79.61%-
HSV(B)283.64º27.97%92.55%-
XYZ58.4349.7185.87-
YUV191.88152.9146.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=34.94%
G=27.24%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181702360.080.2800.07283.6463.4679.61
HexDAAAEC81C0711c3f50
Octal33225235410340743477120
Binary11011010101010101110110010001110001111000111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAEC; }

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

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

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

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

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

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

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

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