#D9ACF7

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

Shades of Mauve #D9ACF7

Tints of Mauve #D9ACF7

Color information

#D9ACF7 (or 0xD9ACF7) is unknown color: approx Mauve. HEX triplet: D9, AC and F7. RGB value is (217,172,247). Sum of RGB (Red+Green+Blue) = 217+172+247=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF7 is #265308. Grayscale: #C1C1C1. Windows color (decimal): -2511625 or 16231641. OLE color: 16231641.

HSL color Cylindrical-coordinate representation of color #D9ACF7: hue angle of 276º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ACF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217172247-
CMYK0.120.3000.03
HSL276º82.42%82.16%-
HSV(B)276º30.36%96.86%-
XYZ60.1650.9794.66-
YUV194157.91144.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 247 (96.88% from 255) = 38.84%
R=34.12%
G=27.04%
B=38.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2171722470.120.3000.0327682.4282.16
HexD9ACF7C1E031145252
Octal331254367143603424122122
Binary11011001101011001111011111001111001110001010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACF7; }

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

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

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

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

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

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

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

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