#DAA8FF

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

Shades of Mauve #DAA8FF

Tints of Mauve #DAA8FF

Color information

#DAA8FF (or 0xDAA8FF) is unknown color: approx Mauve. HEX triplet: DA, A8 and FF. RGB value is (218,168,255). Sum of RGB (Red+Green+Blue) = 218+168+255=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8FF is #255700. Grayscale: #C0C0C0. Windows color (decimal): -2447105 or 16754906. OLE color: 16754906.

HSL color Cylindrical-coordinate representation of color #DAA8FF: hue angle of 274.48º 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 #DAA8FF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218168255-
CMYK0.150.3400
HSL274.48º100%82.94%-
HSV(B)274.48º34.12%100%-
XYZ60.9750.13101.07-
YUV192.87163.06145.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 168 (66.02% from 255) = 26.21%
BLUE value IS 255 (100% from 255) = 39.78%
R=34.01%
G=26.21%
B=39.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181682550.150.3400274.4810082.94
HexDAA8FFF22001126453
Octal332250377174200422144123
Binary11011010101010001111111111111000100010001001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8FF; }

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

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

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

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

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

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

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

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