#D8ABF9

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

Shades of Mauve #D8ABF9

Tints of Mauve #D8ABF9

Color information

#D8ABF9 (or 0xD8ABF9) is unknown color: approx Mauve. HEX triplet: D8, AB and F9. RGB value is (216,171,249). Sum of RGB (Red+Green+Blue) = 216+171+249=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8ABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABF9 is #275406. Grayscale: #C1C1C1. Windows color (decimal): -2577415 or 16362456. OLE color: 16362456.

HSL color Cylindrical-coordinate representation of color #D8ABF9: hue angle of 274.62º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8ABF9 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216171249-
CMYK0.130.3100.02
HSL274.62º86.67%82.35%-
HSV(B)274.62º31.33%97.65%-
XYZ59.9850.5696.22-
YUV193.35159.41144.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=33.96%
G=26.89%
B=39.15%

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
Decimal2161712490.130.3100.02274.6286.6782.35
HexD8ABF9D1F021135752
Octal330253371153702423127122
Binary11011000101010111111100111011111101010001001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABF9; }

 p { color: rgb(216,171,249); }

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

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

 a { background-color: rgb(216,171,249); }

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

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

 span { border-color: rgb(216,171,249); }

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