#D7ABFB

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

Shades of Mauve #D7ABFB

Tints of Mauve #D7ABFB

Color information

#D7ABFB (or 0xD7ABFB) is unknown color: approx Mauve. HEX triplet: D7, AB and FB. RGB value is (215,171,251). Sum of RGB (Red+Green+Blue) = 215+171+251=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABFB is #285404. Grayscale: #C1C1C1. Windows color (decimal): -2642949 or 16493527. OLE color: 16493527.

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

Color convert

RGB215171251-
CMYK0.140.3200.02
HSL273º90.91%82.75%-
HSV(B)273º31.87%98.43%-
XYZ6050.5497.86-
YUV193.28160.58143.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=33.75%
G=26.84%
B=39.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151712510.140.3200.0227390.9182.75
HexD7ABFBE20021115b53
Octal327253373164002421133123
Binary110101111010101111111011111010000001010001000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABFB; }

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

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

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

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

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

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

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

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