#D1ABF7

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

Shades of Mauve #D1ABF7

Tints of Mauve #D1ABF7

Color information

#D1ABF7 (or 0xD1ABF7) is unknown color: approx Mauve. HEX triplet: D1, AB and F7. RGB value is (209,171,247). Sum of RGB (Red+Green+Blue) = 209+171+247=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABF7 is #2E5408. Grayscale: #BEBEBE. Windows color (decimal): -3036169 or 16231377. OLE color: 16231377.

HSL color Cylindrical-coordinate representation of color #D1ABF7: hue angle of 270º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1ABF7 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209171247-
CMYK0.150.3100.03
HSL270º82.61%81.96%-
HSV(B)270º30.77%96.86%-
XYZ57.6549.494.49-
YUV191.03159.59140.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=33.33%
G=27.27%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2091712470.150.3100.0327082.6181.96
HexD1ABF7F1F0310e5352
Octal321253367173703416123122
Binary11010001101010111111011111111111101110000111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABF7; }

 p { color: rgb(209,171,247); }

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

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

 a { background-color: rgb(209,171,247); }

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

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

 span { border-color: rgb(209,171,247); }

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