#DAA4FA

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

Shades of Mauve #DAA4FA

Tints of Mauve #DAA4FA

Color information

#DAA4FA (or 0xDAA4FA) is unknown color: approx Mauve. HEX triplet: DA, A4 and FA. RGB value is (218,164,250). Sum of RGB (Red+Green+Blue) = 218+164+250=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 164 (64.45% from 255 or 25.95% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4FA is #255B05. Grayscale: #BDBDBD. Windows color (decimal): -2448134 or 16426202. OLE color: 16426202.

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

Color convert

RGB218164250-
CMYK0.130.3400.02
HSL277.67º89.58%81.18%-
HSV(B)277.67º34.4%98.04%-
XYZ59.4448.3696.64-
YUV189.95161.89148.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 164 (64.45% from 255) = 25.95%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=34.49%
G=25.95%
B=39.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181642500.130.3400.02277.6789.5881.18
HexDAA4FAD22021165a51
Octal332244372154202426132121
Binary110110101010010011111010110110001001010001011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4FA; }

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

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

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

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

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

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

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

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