#D9ACF3

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

Shades of Mauve #D9ACF3

Tints of Mauve #D9ACF3

Color information

#D9ACF3 (or 0xD9ACF3) is unknown color: approx Mauve. HEX triplet: D9, AC and F3. RGB value is (217,172,243). Sum of RGB (Red+Green+Blue) = 217+172+243=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF3 is #26530C. Grayscale: #C1C1C1. Windows color (decimal): -2511629 or 15969497. OLE color: 15969497.

HSL color Cylindrical-coordinate representation of color #D9ACF3: hue angle of 278.03º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9ACF3 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217172243-
CMYK0.110.2900.05
HSL278.03º74.74%81.37%-
HSV(B)278.03º29.22%95.29%-
XYZ59.5550.7391.45-
YUV193.55155.91144.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=34.34%
G=27.22%
B=38.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171722430.110.2900.05278.0374.7481.37
HexD9ACF3B1D051164b51
Octal331254363133505426113121
Binary110110011010110011110011101111101010110001011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACF3; }

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

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

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

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

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

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

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

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