#D9AEEB

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

Shades of Mauve #D9AEEB

Tints of Mauve #D9AEEB

Color information

#D9AEEB (or 0xD9AEEB) is unknown color: approx Mauve. HEX triplet: D9, AE and EB. RGB value is (217,174,235). Sum of RGB (Red+Green+Blue) = 217+174+235=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEEB is #265114. Grayscale: #C1C1C1. Windows color (decimal): -2511125 or 15445721. OLE color: 15445721.

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

Color convert

RGB217174235-
CMYK0.080.2600.08
HSL282.3º60.4%80.2%-
HSV(B)282.3º25.96%92.16%-
XYZ58.7551.0285.35-
YUV193.81151.25144.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=34.66%
G=27.80%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171742350.080.2600.08282.360.480.2
HexD9AEEB81A0811a3c50
Octal331256353103201043274120
Binary110110011010111011101011100011010010001000110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEEB; }

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

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

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

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

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

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

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

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