#D5ABF8

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

Shades of Mauve #D5ABF8

Tints of Mauve #D5ABF8

Color information

#D5ABF8 (or 0xD5ABF8) is unknown color: approx Mauve. HEX triplet: D5, AB and F8. RGB value is (213,171,248). Sum of RGB (Red+Green+Blue) = 213+171+248=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABF8 is #2A5407. Grayscale: #C0C0C0. Windows color (decimal): -2774024 or 16296917. OLE color: 16296917.

HSL color Cylindrical-coordinate representation of color #D5ABF8: hue angle of 272.73º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5ABF8 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213171248-
CMYK0.140.3100.03
HSL272.73º84.62%82.16%-
HSV(B)272.73º31.05%97.25%-
XYZ58.9550.0595.36-
YUV192.34159.41142.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=33.70%
G=27.06%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2131712480.140.3100.03272.7384.6282.16
HexD5ABF8E1F031115552
Octal325253370163703421125122
Binary11010101101010111111100011101111101110001000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABF8; }

 p { color: rgb(213,171,248); }

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

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

 a { background-color: rgb(213,171,248); }

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

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

 span { border-color: rgb(213,171,248); }

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