#D5AAFD

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

Shades of Mauve #D5AAFD

Tints of Mauve #D5AAFD

Color information

#D5AAFD (or 0xD5AAFD) is unknown color: approx Mauve. HEX triplet: D5, AA and FD. RGB value is (213,170,253). Sum of RGB (Red+Green+Blue) = 213+170+253=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAFD is #2A5502. Grayscale: #C0C0C0. Windows color (decimal): -2774275 or 16624341. OLE color: 16624341.

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

Color convert

RGB213170253-
CMYK0.160.3300.01
HSL271.08º95.4%82.94%-
HSV(B)271.08º32.81%99.22%-
XYZ59.5449.9999.44-
YUV192.32162.25142.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=33.49%
G=26.73%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131702530.160.3300.01271.0895.482.94
HexD5AAFD10210110f5f53
Octal325252375204101417137123
Binary110101011010101011111101100001000010110000111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAFD; }

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

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

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

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

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

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

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

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