#DAA9FA

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

Shades of Mauve #DAA9FA

Tints of Mauve #DAA9FA

Color information

#DAA9FA (or 0xDAA9FA) is unknown color: approx Mauve. HEX triplet: DA, A9 and FA. RGB value is (218,169,250). Sum of RGB (Red+Green+Blue) = 218+169+250=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9FA is #255605. Grayscale: #C0C0C0. Windows color (decimal): -2446854 or 16427482. OLE color: 16427482.

HSL color Cylindrical-coordinate representation of color #DAA9FA: hue angle of 276.3º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA9FA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218169250-
CMYK0.130.3200.02
HSL276.3º89.01%82.16%-
HSV(B)276.3º32.4%98.04%-
XYZ60.3650.1896.95-
YUV192.88160.23145.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 169 (66.41% from 255) = 26.53%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=34.22%
G=26.53%
B=39.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181692500.130.3200.02276.389.0182.16
HexDAA9FAD20021145952
Octal332251372154002424131122
Binary110110101010100111111010110110000001010001010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9FA; }

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

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

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

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

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

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

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

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