#D7ABFF

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

Shades of Mauve #D7ABFF

Tints of Mauve #D7ABFF

Color information

#D7ABFF (or 0xD7ABFF) is unknown color: approx Mauve. HEX triplet: D7, AB and FF. RGB value is (215,171,255). Sum of RGB (Red+Green+Blue) = 215+171+255=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABFF is #285400. Grayscale: #C1C1C1. Windows color (decimal): -2642945 or 16755671. OLE color: 16755671.

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

Color convert

RGB215171255-
CMYK0.160.3300
HSL271.43º100%83.53%-
HSV(B)271.43º32.94%100%-
XYZ60.6450.79101.22-
YUV193.73162.58143.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 171 (67.19% from 255) = 26.68%
BLUE value IS 255 (100% from 255) = 39.78%
R=33.54%
G=26.68%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151712550.160.3300271.4310083.53
HexD7ABFF10210010f6454
Octal327253377204100417144124
Binary110101111010101111111111100001000010010000111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABFF; }

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

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

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

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

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

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

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

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