#D3ABFB

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

Shades of Mauve #D3ABFB

Tints of Mauve #D3ABFB

Color information

#D3ABFB (or 0xD3ABFB) is unknown color: approx Mauve. HEX triplet: D3, AB and FB. RGB value is (211,171,251). Sum of RGB (Red+Green+Blue) = 211+171+251=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABFB is #2C5404. Grayscale: #BFBFBF. Windows color (decimal): -2905093 or 16493523. OLE color: 16493523.

HSL color Cylindrical-coordinate representation of color #D3ABFB: hue angle of 270º 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 #D3ABFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211171251-
CMYK0.160.3200.02
HSL270º90.91%82.75%-
HSV(B)270º31.87%98.43%-
XYZ58.8449.9497.8-
YUV192.08161.25141.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=33.33%
G=27.01%
B=39.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111712510.160.3200.0227090.9182.75
HexD3ABFB10200210e5b53
Octal323253373204002416133123
Binary1101001110101011111110111000010000001010000111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ABFB; }

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

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

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

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

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

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

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

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