#D9AFFB

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

Shades of Mauve #D9AFFB

Tints of Mauve #D9AFFB

Color information

#D9AFFB (or 0xD9AFFB) is unknown color: approx Mauve. HEX triplet: D9, AF and FB. RGB value is (217,175,251). Sum of RGB (Red+Green+Blue) = 217+175+251=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFFB is #265004. Grayscale: #C3C3C3. Windows color (decimal): -2510853 or 16494553. OLE color: 16494553.

HSL color Cylindrical-coordinate representation of color #D9AFFB: hue angle of 273.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9AFFB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217175251-
CMYK0.140.3000.02
HSL273.16º90.48%83.53%-
HSV(B)273.16º30.28%98.43%-
XYZ61.3652.3898.14-
YUV196.22158.91142.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=33.75%
G=27.22%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171752510.140.3000.02273.1690.4883.53
HexD9AFFBE1E021115a54
Octal331257373163602421132124
Binary11011001101011111111101111101111001010001000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFFB; }

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

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

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

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

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

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

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

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