#D9AAEB

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

Shades of Mauve #D9AAEB

Tints of Mauve #D9AAEB

Color information

#D9AAEB (or 0xD9AAEB) is unknown color: approx Mauve. HEX triplet: D9, AA and EB. RGB value is (217,170,235). Sum of RGB (Red+Green+Blue) = 217+170+235=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAEB is #265514. Grayscale: #BFBFBF. Windows color (decimal): -2512149 or 15444697. OLE color: 15444697.

HSL color Cylindrical-coordinate representation of color #D9AAEB: hue angle of 283.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9AAEB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217170235-
CMYK0.080.2800.08
HSL283.38º61.9%79.41%-
HSV(B)283.38º27.66%92.16%-
XYZ57.9949.585.1-
YUV191.46152.57146.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=34.89%
G=27.33%
B=37.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171702350.080.2800.08283.3861.979.41
HexD9AAEB81C0811b3e4f
Octal331252353103401043376117
Binary110110011010101011101011100011100010001000110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAEB; }

 p { color: rgb(217,170,235); }

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

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

 a { background-color: rgb(217,170,235); }

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

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

 span { border-color: rgb(217,170,235); }

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