#D5A9EE

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

Shades of Mauve #D5A9EE

Tints of Mauve #D5A9EE

Color information

#D5A9EE (or 0xD5A9EE) is unknown color: approx Mauve. HEX triplet: D5, A9 and EE. RGB value is (213,169,238). Sum of RGB (Red+Green+Blue) = 213+169+238=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A9EE is #2A5611. Grayscale: #BDBDBD. Windows color (decimal): -2774546 or 15641045. OLE color: 15641045.

HSL color Cylindrical-coordinate representation of color #D5A9EE: hue angle of 278.26º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A9EE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213169238-
CMYK0.110.2900.07
HSL278.26º66.99%79.8%-
HSV(B)278.26º28.99%93.33%-
XYZ57.0648.787.28-
YUV190.02155.08144.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=34.35%
G=27.26%
B=38.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131692380.110.2900.07278.2666.9979.8
HexD5A9EEB1D071164350
Octal325251356133507426103120
Binary110101011010100111101110101111101011110001011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A9EE; }

 p { color: rgb(213,169,238); }

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

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

 a { background-color: rgb(213,169,238); }

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

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

 span { border-color: rgb(213,169,238); }

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