#D6ABFB

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

Shades of Mauve #D6ABFB

Tints of Mauve #D6ABFB

Color information

#D6ABFB (or 0xD6ABFB) is unknown color: approx Mauve. HEX triplet: D6, AB and FB. RGB value is (214,171,251). Sum of RGB (Red+Green+Blue) = 214+171+251=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFB is #295404. Grayscale: #C0C0C0. Windows color (decimal): -2708485 or 16493526. OLE color: 16493526.

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

Color convert

RGB214171251-
CMYK0.150.3200.02
HSL272.25º90.91%82.75%-
HSV(B)272.25º31.87%98.43%-
XYZ59.7150.3997.85-
YUV192.98160.75143-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=33.65%
G=26.89%
B=39.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141712510.150.3200.02272.2590.9182.75
HexD6ABFBF20021105b53
Octal326253373174002420133123
Binary110101101010101111111011111110000001010001000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABFB; }

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

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

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

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

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

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

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

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