#DAAAFA

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

Shades of Mauve #DAAAFA

Tints of Mauve #DAAAFA

Color information

#DAAAFA (or 0xDAAAFA) is unknown color: approx Mauve. HEX triplet: DA, AA and FA. RGB value is (218,170,250). Sum of RGB (Red+Green+Blue) = 218+170+250=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFA is #255505. Grayscale: #C1C1C1. Windows color (decimal): -2446598 or 16427738. OLE color: 16427738.

HSL color Cylindrical-coordinate representation of color #DAAAFA: hue angle of 276º 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 #DAAAFA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218170250-
CMYK0.130.3200.02
HSL276º88.89%82.35%-
HSV(B)276º32%98.04%-
XYZ60.5450.5697.01-
YUV193.47159.9145.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=34.17%
G=26.65%
B=39.18%

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
Decimal2181702500.130.3200.0227688.8982.35
HexDAAAFAD20021145952
Octal332252372154002424131122
Binary110110101010101011111010110110000001010001010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAFA; }

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

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

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

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

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

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

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

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