#D1AAFD

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

Shades of Mauve #D1AAFD

Tints of Mauve #D1AAFD

Color information

#D1AAFD (or 0xD1AAFD) is unknown color: approx Mauve. HEX triplet: D1, AA and FD. RGB value is (209,170,253). Sum of RGB (Red+Green+Blue) = 209+170+253=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAFD is #2E5502. Grayscale: #BEBEBE. Windows color (decimal): -3036419 or 16624337. OLE color: 16624337.

HSL color Cylindrical-coordinate representation of color #D1AAFD: hue angle of 268.19º 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 #D1AAFD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209170253-
CMYK0.170.3300.01
HSL268.19º95.4%82.94%-
HSV(B)268.19º32.81%99.22%-
XYZ58.449.499.39-
YUV191.12162.92140.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 170 (66.80% from 255) = 26.90%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=33.07%
G=26.90%
B=40.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091702530.170.3300.01268.1995.482.94
HexD1AAFD11210110c5f53
Octal321252375214101414137123
Binary110100011010101011111101100011000010110000110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAFD; }

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

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

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

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

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

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

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

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