#D9ACFA

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

Shades of Mauve #D9ACFA

Tints of Mauve #D9ACFA

Color information

#D9ACFA (or 0xD9ACFA) is unknown color: approx Mauve. HEX triplet: D9, AC and FA. RGB value is (217,172,250). Sum of RGB (Red+Green+Blue) = 217+172+250=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACFA is #265305. Grayscale: #C2C2C2. Windows color (decimal): -2511622 or 16428249. OLE color: 16428249.

HSL color Cylindrical-coordinate representation of color #D9ACFA: hue angle of 274.62º degrees, saturation: 0.89, 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 #D9ACFA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217172250-
CMYK0.130.3100.02
HSL274.62º88.64%82.75%-
HSV(B)274.62º31.2%98.04%-
XYZ60.6251.1697.12-
YUV194.35159.41144.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=33.96%
G=26.92%
B=39.12%

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
Decimal2171722500.130.3100.02274.6288.6482.75
HexD9ACFAD1F021135953
Octal331254372153702423131123
Binary11011001101011001111101011011111101010001001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACFA; }

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

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

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

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

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

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

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

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