#DAA9FD

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

Shades of Mauve #DAA9FD

Tints of Mauve #DAA9FD

Color information

#DAA9FD (or 0xDAA9FD) is unknown color: approx Mauve. HEX triplet: DA, A9 and FD. RGB value is (218,169,253). Sum of RGB (Red+Green+Blue) = 218+169+253=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9FD is #255602. Grayscale: #C0C0C0. Windows color (decimal): -2446851 or 16624090. OLE color: 16624090.

HSL color Cylindrical-coordinate representation of color #DAA9FD: hue angle of 275º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA9FD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218169253-
CMYK0.140.3300.01
HSL275º95.45%82.75%-
HSV(B)275º33.2%99.22%-
XYZ60.8350.3799.45-
YUV193.23161.73145.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 169 (66.41% from 255) = 26.41%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=34.06%
G=26.41%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181692530.140.3300.0127595.4582.75
HexDAA9FDE21011135f53
Octal332251375164101423137123
Binary11011010101010011111110111101000010110001001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9FD; }

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

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

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

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

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

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

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

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