#D1ABFF

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

Shades of Mauve #D1ABFF

Tints of Mauve #D1ABFF

Color information

#D1ABFF (or 0xD1ABFF) is unknown color: approx Mauve. HEX triplet: D1, AB and FF. RGB value is (209,171,255). Sum of RGB (Red+Green+Blue) = 209+171+255=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFF is #2E5400. Grayscale: #BFBFBF. Windows color (decimal): -3036161 or 16755665. OLE color: 16755665.

HSL color Cylindrical-coordinate representation of color #D1ABFF: hue angle of 267.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1ABFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209171255-
CMYK0.180.3300
HSL267.14º100%83.53%-
HSV(B)267.14º32.94%100%-
XYZ58.9149.9101.13-
YUV191.94163.59140.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 255 (100% from 255) = 40.16%
R=32.91%
G=26.93%
B=40.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091712550.180.3300267.1410083.53
HexD1ABFF12210010b6454
Octal321253377224100413144124
Binary110100011010101111111111100101000010010000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABFF; }

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

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

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

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

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

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

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

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