#D9AAF9

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

Shades of Mauve #D9AAF9

Tints of Mauve #D9AAF9

Color information

#D9AAF9 (or 0xD9AAF9) is unknown color: approx Mauve. HEX triplet: D9, AA and F9. RGB value is (217,170,249). Sum of RGB (Red+Green+Blue) = 217+170+249=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAF9 is #265506. Grayscale: #C0C0C0. Windows color (decimal): -2512135 or 16362201. OLE color: 16362201.

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

Color convert

RGB217170249-
CMYK0.130.3200.02
HSL275.7º86.81%82.16%-
HSV(B)275.7º31.73%97.65%-
XYZ60.0950.3496.17-
YUV193.06159.57145.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=34.12%
G=26.73%
B=39.15%

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
Decimal2171702490.130.3200.02275.786.8182.16
HexD9AAF9D20021145752
Octal331252371154002424127122
Binary110110011010101011111001110110000001010001010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAF9; }

 p { color: rgb(217,170,249); }

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

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

 a { background-color: rgb(217,170,249); }

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

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

 span { border-color: rgb(217,170,249); }

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