#D9ACF9

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

Shades of Mauve #D9ACF9

Tints of Mauve #D9ACF9

Color information

#D9ACF9 (or 0xD9ACF9) is unknown color: approx Mauve. HEX triplet: D9, AC and F9. RGB value is (217,172,249). Sum of RGB (Red+Green+Blue) = 217+172+249=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF9 is #265306. Grayscale: #C1C1C1. Windows color (decimal): -2511623 or 16362713. OLE color: 16362713.

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

Color convert

RGB217172249-
CMYK0.130.3100.02
HSL275.06º86.52%82.55%-
HSV(B)275.06º30.92%97.65%-
XYZ60.4751.196.3-
YUV194.23158.91144.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=34.01%
G=26.96%
B=39.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171722490.130.3100.02275.0686.5282.55
HexD9ACF9D1F021135753
Octal331254371153702423127123
Binary11011001101011001111100111011111101010001001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACF9; }

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

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

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

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

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

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

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

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