#D1AAFA

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

Shades of Mauve #D1AAFA

Tints of Mauve #D1AAFA

Color information

#D1AAFA (or 0xD1AAFA) is unknown color: approx Mauve. HEX triplet: D1, AA and FA. RGB value is (209,170,250). Sum of RGB (Red+Green+Blue) = 209+170+250=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAFA is #2E5505. Grayscale: #BEBEBE. Windows color (decimal): -3036422 or 16427729. OLE color: 16427729.

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

Color convert

RGB209170250-
CMYK0.160.3200.02
HSL269.25º88.89%82.35%-
HSV(B)269.25º32%98.04%-
XYZ57.9249.2196.89-
YUV190.78161.42141-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=33.23%
G=27.03%
B=39.75%

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
Decimal2091702500.160.3200.02269.2588.8982.35
HexD1AAFA10200210d5952
Octal321252372204002415131122
Binary1101000110101010111110101000010000001010000110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAFA; }

 p { color: rgb(209,170,250); }

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

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

 a { background-color: rgb(209,170,250); }

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

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

 span { border-color: rgb(209,170,250); }

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