#D9ACFF

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

Shades of Mauve #D9ACFF

Tints of Mauve #D9ACFF

Color information

#D9ACFF (or 0xD9ACFF) is unknown color: approx Mauve. HEX triplet: D9, AC and FF. RGB value is (217,172,255). Sum of RGB (Red+Green+Blue) = 217+172+255=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACFF is #265300. Grayscale: #C2C2C2. Windows color (decimal): -2511617 or 16755929. OLE color: 16755929.

HSL color Cylindrical-coordinate representation of color #D9ACFF: hue angle of 272.53º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9ACFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217172255-
CMYK0.150.3300
HSL272.53º100%83.73%-
HSV(B)272.53º32.55%100%-
XYZ61.4251.48101.31-
YUV194.92161.91143.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 172 (67.58% from 255) = 26.71%
BLUE value IS 255 (100% from 255) = 39.60%
R=33.70%
G=26.71%
B=39.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171722550.150.3300272.5310083.73
HexD9ACFFF21001116454
Octal331254377174100421144124
Binary11011001101011001111111111111000010010001000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACFF; }

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

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

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

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

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

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

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

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