#D5AAF3

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

Shades of Mauve #D5AAF3

Tints of Mauve #D5AAF3

Color information

#D5AAF3 (or 0xD5AAF3) is unknown color: approx Mauve. HEX triplet: D5, AA and F3. RGB value is (213,170,243). Sum of RGB (Red+Green+Blue) = 213+170+243=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAF3 is #2A550C. Grayscale: #BEBEBE. Windows color (decimal): -2774285 or 15968981. OLE color: 15968981.

HSL color Cylindrical-coordinate representation of color #D5AAF3: hue angle of 275.34º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5AAF3 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213170243-
CMYK0.120.3000.05
HSL275.34º75.26%80.98%-
HSV(B)275.34º30.04%95.29%-
XYZ57.9949.3791.27-
YUV191.18157.25143.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=34.03%
G=27.16%
B=38.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131702430.120.3000.05275.3475.2680.98
HexD5AAF3C1E051134b51
Octal325252363143605423113121
Binary110101011010101011110011110011110010110001001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAF3; }

 p { color: rgb(213,170,243); }

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

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

 a { background-color: rgb(213,170,243); }

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

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

 span { border-color: rgb(213,170,243); }

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