#D9AAFB

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

Shades of Mauve #D9AAFB

Tints of Mauve #D9AAFB

Color information

#D9AAFB (or 0xD9AAFB) is unknown color: approx Mauve. HEX triplet: D9, AA and FB. RGB value is (217,170,251). Sum of RGB (Red+Green+Blue) = 217+170+251=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAFB is #265504. Grayscale: #C1C1C1. Windows color (decimal): -2512133 or 16493273. OLE color: 16493273.

HSL color Cylindrical-coordinate representation of color #D9AAFB: hue angle of 274.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9AAFB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217170251-
CMYK0.140.3200.02
HSL274.81º91.01%82.55%-
HSV(B)274.81º32.27%98.43%-
XYZ60.450.4797.82-
YUV193.29160.57144.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=34.01%
G=26.65%
B=39.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171702510.140.3200.02274.8191.0182.55
HexD9AAFBE20021135b53
Octal331252373164002423133123
Binary110110011010101011111011111010000001010001001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAFB; }

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

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

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

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

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

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

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

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