#DAA9EB

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

Shades of Mauve #DAA9EB

Tints of Mauve #DAA9EB

Color information

#DAA9EB (or 0xDAA9EB) is unknown color: approx Mauve. HEX triplet: DA, A9 and EB. RGB value is (218,169,235). Sum of RGB (Red+Green+Blue) = 218+169+235=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9EB is #255614. Grayscale: #BEBEBE. Windows color (decimal): -2446869 or 15444442. OLE color: 15444442.

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

Color convert

RGB218169235-
CMYK0.070.2800.08
HSL284.55º62.26%79.22%-
HSV(B)284.55º28.09%92.16%-
XYZ58.149.2885.05-
YUV191.18152.73147.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=35.05%
G=27.17%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181692350.070.2800.08284.5562.2679.22
HexDAA9EB71C0811d3e4f
Octal33225135373401043576117
Binary11011010101010011110101111111100010001000111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9EB; }

 p { color: rgb(218,169,235); }

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

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

 a { background-color: rgb(218,169,235); }

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

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

 span { border-color: rgb(218,169,235); }

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