#D1ABFB

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

Shades of Mauve #D1ABFB

Tints of Mauve #D1ABFB

Color information

#D1ABFB (or 0xD1ABFB) is unknown color: approx Mauve. HEX triplet: D1, AB and FB. RGB value is (209,171,251). Sum of RGB (Red+Green+Blue) = 209+171+251=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFB is #2E5404. Grayscale: #BFBFBF. Windows color (decimal): -3036165 or 16493521. OLE color: 16493521.

HSL color Cylindrical-coordinate representation of color #D1ABFB: hue angle of 268.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1ABFB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209171251-
CMYK0.170.3200.02
HSL268.5º90.91%82.75%-
HSV(B)268.5º31.87%98.43%-
XYZ58.2749.6597.78-
YUV191.48161.59140.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=33.12%
G=27.10%
B=39.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091712510.170.3200.02268.590.9182.75
HexD1ABFB11200210c5b53
Octal321253373214002414133123
Binary1101000110101011111110111000110000001010000110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABFB; }

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

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

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

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

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

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

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

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