#D9AFF9

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

Shades of Mauve #D9AFF9

Tints of Mauve #D9AFF9

Color information

#D9AFF9 (or 0xD9AFF9) is unknown color: approx Mauve. HEX triplet: D9, AF and F9. RGB value is (217,175,249). Sum of RGB (Red+Green+Blue) = 217+175+249=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFF9 is #265006. Grayscale: #C3C3C3. Windows color (decimal): -2510855 or 16363481. OLE color: 16363481.

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

Color convert

RGB217175249-
CMYK0.130.3000.02
HSL274.05º86.05%83.14%-
HSV(B)274.05º29.72%97.65%-
XYZ61.0452.2596.49-
YUV195.99157.91142.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=33.85%
G=27.30%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171752490.130.3000.02274.0586.0583.14
HexD9AFF9D1E021125653
Octal331257371153602422126123
Binary11011001101011111111100111011111001010001001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFF9; }

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

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

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

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

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

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

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

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