#D9A5EE

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

Shades of Mauve #D9A5EE

Tints of Mauve #D9A5EE

Color information

#D9A5EE (or 0xD9A5EE) is unknown color: approx Mauve. HEX triplet: D9, A5 and EE. RGB value is (217,165,238). Sum of RGB (Red+Green+Blue) = 217+165+238=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 165 (64.84% from 255 or 26.61% 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 #D9A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A5EE is #265A11. Grayscale: #BCBCBC. Windows color (decimal): -2513426 or 15640025. OLE color: 15640025.

HSL color Cylindrical-coordinate representation of color #D9A5EE: hue angle of 282.74º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A5EE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217165238-
CMYK0.090.3100.07
HSL282.74º68.22%79.02%-
HSV(B)282.74º30.67%93.33%-
XYZ57.547.8487.09-
YUV188.87155.73148.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 165 (64.84% from 255) = 26.61%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=35%
G=26.61%
B=38.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171652380.090.3100.07282.7468.2279.02
HexD9A5EE91F0711b444f
Octal331245356113707433104117
Binary110110011010010111101110100111111011110001101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A5EE; }

 p { color: rgb(217,165,238); }

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

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

 a { background-color: rgb(217,165,238); }

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

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

 span { border-color: rgb(217,165,238); }

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