#D6ABF1

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

Shades of Mauve #D6ABF1

Tints of Mauve #D6ABF1

Color information

#D6ABF1 (or 0xD6ABF1) is unknown color: approx Mauve. HEX triplet: D6, AB and F1. RGB value is (214,171,241). Sum of RGB (Red+Green+Blue) = 214+171+241=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABF1 is #29540E. Grayscale: #BFBFBF. Windows color (decimal): -2708495 or 15838166. OLE color: 15838166.

HSL color Cylindrical-coordinate representation of color #D6ABF1: hue angle of 276.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6ABF1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214171241-
CMYK0.110.2900.05
HSL276.86º71.43%80.78%-
HSV(B)276.86º29.05%94.51%-
XYZ58.1749.7789.76-
YUV191.84155.75143.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=34.19%
G=27.32%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141712410.110.2900.05276.8671.4380.78
HexD6ABF1B1D051154751
Octal326253361133505425107121
Binary110101101010101111110001101111101010110001010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABF1; }

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

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

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

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

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

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

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

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