#DAA9FF

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

Shades of Mauve #DAA9FF

Tints of Mauve #DAA9FF

Color information

#DAA9FF (or 0xDAA9FF) is unknown color: approx Mauve. HEX triplet: DA, A9 and FF. RGB value is (218,169,255). Sum of RGB (Red+Green+Blue) = 218+169+255=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9FF is #255600. Grayscale: #C1C1C1. Windows color (decimal): -2446849 or 16755162. OLE color: 16755162.

HSL color Cylindrical-coordinate representation of color #DAA9FF: hue angle of 274.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA9FF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218169255-
CMYK0.150.3400
HSL274.19º100%83.14%-
HSV(B)274.19º33.73%100%-
XYZ61.1550.5101.13-
YUV193.46162.73145.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 169 (66.41% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 39.72%
R=33.96%
G=26.32%
B=39.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181692550.150.3400274.1910083.14
HexDAA9FFF22001126453
Octal332251377174200422144123
Binary11011010101010011111111111111000100010001001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9FF; }

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

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

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

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

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

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

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

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