#D1ABFA

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

Shades of Mauve #D1ABFA

Tints of Mauve #D1ABFA

Color information

#D1ABFA (or 0xD1ABFA) is unknown color: approx Mauve. HEX triplet: D1, AB and FA. RGB value is (209,171,250). Sum of RGB (Red+Green+Blue) = 209+171+250=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFA is #2E5405. Grayscale: #BFBFBF. Windows color (decimal): -3036166 or 16427985. OLE color: 16427985.

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

Color convert

RGB209171250-
CMYK0.160.3200.02
HSL268.86º88.76%82.55%-
HSV(B)268.86º31.6%98.04%-
XYZ58.1149.5896.95-
YUV191.37161.09140.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.17%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=33.17%
G=27.14%
B=39.68%

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
Decimal2091712500.160.3200.02268.8688.7682.55
HexD1ABFA10200210d5953
Octal321253372204002415131123
Binary1101000110101011111110101000010000001010000110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABFA; }

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

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

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

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

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

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

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

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