#D9ACFD

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

Shades of Mauve #D9ACFD

Tints of Mauve #D9ACFD

Color information

#D9ACFD (or 0xD9ACFD) is unknown color: approx Mauve. HEX triplet: D9, AC and FD. RGB value is (217,172,253). Sum of RGB (Red+Green+Blue) = 217+172+253=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACFD is #265302. Grayscale: #C2C2C2. Windows color (decimal): -2511619 or 16624857. OLE color: 16624857.

HSL color Cylindrical-coordinate representation of color #D9ACFD: hue angle of 273.33º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ACFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217172253-
CMYK0.140.3200.01
HSL273.33º95.29%83.33%-
HSV(B)273.33º32.02%99.22%-
XYZ61.151.3599.62-
YUV194.69160.91143.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=33.80%
G=26.79%
B=39.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171722530.140.3200.01273.3395.2983.33
HexD9ACFDE20011115f53
Octal331254375164001421137123
Binary11011001101011001111110111101000000110001000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACFD; }

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

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

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

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

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

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

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

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