#D9ABF6

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

Shades of Mauve #D9ABF6

Tints of Mauve #D9ABF6

Color information

#D9ABF6 (or 0xD9ABF6) is unknown color: approx Mauve. HEX triplet: D9, AB and F6. RGB value is (217,171,246). Sum of RGB (Red+Green+Blue) = 217+171+246=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABF6 is #265409. Grayscale: #C1C1C1. Windows color (decimal): -2511882 or 16165849. OLE color: 16165849.

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

Color convert

RGB217171246-
CMYK0.120.3000.04
HSL276.8º80.65%81.76%-
HSV(B)276.8º30.49%96.47%-
XYZ59.8150.5393.79-
YUV193.3157.74144.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 171 (67.19% from 255) = 26.97%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=34.23%
G=26.97%
B=38.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171712460.120.3000.04276.880.6581.76
HexD9ABF6C1E041155152
Octal331253366143604425121122
Binary110110011010101111110110110011110010010001010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABF6; }

 p { color: rgb(217,171,246); }

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

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

 a { background-color: rgb(217,171,246); }

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

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

 span { border-color: rgb(217,171,246); }

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