#D2AAF9

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

Shades of Mauve #D2AAF9

Tints of Mauve #D2AAF9

Color information

#D2AAF9 (or 0xD2AAF9) is unknown color: approx Mauve. HEX triplet: D2, AA and F9. RGB value is (210,170,249). Sum of RGB (Red+Green+Blue) = 210+170+249=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAF9 is #2D5506. Grayscale: #BEBEBE. Windows color (decimal): -2970887 or 16362194. OLE color: 16362194.

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

Color convert

RGB210170249-
CMYK0.160.3200.02
HSL270.38º86.81%82.16%-
HSV(B)270.38º31.73%97.65%-
XYZ58.0549.2996.08-
YUV190.97160.75141.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=33.39%
G=27.03%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101702490.160.3200.02270.3886.8182.16
HexD2AAF910200210e5752
Octal322252371204002416127122
Binary1101001010101010111110011000010000001010000111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAF9; }

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

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

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

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

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

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

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

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