#DAA7FA

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

Shades of Mauve #DAA7FA

Tints of Mauve #DAA7FA

Color information

#DAA7FA (or 0xDAA7FA) is unknown color: approx Mauve. HEX triplet: DA, A7 and FA. RGB value is (218,167,250). Sum of RGB (Red+Green+Blue) = 218+167+250=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7FA is #255805. Grayscale: #BFBFBF. Windows color (decimal): -2447366 or 16426970. OLE color: 16426970.

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

Color convert

RGB218167250-
CMYK0.130.3300.02
HSL276.87º89.25%81.76%-
HSV(B)276.87º33.2%98.04%-
XYZ59.9949.4496.82-
YUV191.71160.9146.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 167 (65.62% from 255) = 26.30%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=34.33%
G=26.30%
B=39.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181672500.130.3300.02276.8789.2581.76
HexDAA7FAD21021155952
Octal332247372154102425131122
Binary110110101010011111111010110110000101010001010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7FA; }

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

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

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

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

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

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

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

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