#DAA4FF

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

Shades of Mauve #DAA4FF

Tints of Mauve #DAA4FF

Color information

#DAA4FF (or 0xDAA4FF) is unknown color: approx Mauve. HEX triplet: DA, A4 and FF. RGB value is (218,164,255). Sum of RGB (Red+Green+Blue) = 218+164+255=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4FF is #255B00. Grayscale: #BEBEBE. Windows color (decimal): -2448129 or 16753882. OLE color: 16753882.

HSL color Cylindrical-coordinate representation of color #DAA4FF: hue angle of 275.6º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA4FF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218164255-
CMYK0.150.3600
HSL275.6º100%82.16%-
HSV(B)275.6º35.69%100%-
XYZ60.2448.68100.83-
YUV190.52164.39147.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 164 (64.45% from 255) = 25.75%
BLUE value IS 255 (100% from 255) = 40.03%
R=34.22%
G=25.75%
B=40.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181642550.150.3600275.610082.16
HexDAA4FFF24001146452
Octal332244377174400424144122
Binary11011010101001001111111111111001000010001010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4FF; }

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

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

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

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

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

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

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

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