#D2AAFD

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

Shades of Mauve #D2AAFD

Tints of Mauve #D2AAFD

Color information

#D2AAFD (or 0xD2AAFD) is unknown color: approx Mauve. HEX triplet: D2, AA and FD. RGB value is (210,170,253). Sum of RGB (Red+Green+Blue) = 210+170+253=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFD is #2D5502. Grayscale: #BFBFBF. Windows color (decimal): -2970883 or 16624338. OLE color: 16624338.

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

Color convert

RGB210170253-
CMYK0.170.3300.01
HSL268.92º95.4%82.94%-
HSV(B)268.92º32.81%99.22%-
XYZ58.6849.5499.4-
YUV191.42162.75141.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=33.18%
G=26.86%
B=39.97%

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
Decimal2101702530.170.3300.01268.9295.482.94
HexD2AAFD11210110d5f53
Octal322252375214101415137123
Binary110100101010101011111101100011000010110000110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAFD; }

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

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

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

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

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

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

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

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