#D5ABF3

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

Shades of Mauve #D5ABF3

Tints of Mauve #D5ABF3

Color information

#D5ABF3 (or 0xD5ABF3) is unknown color: approx Mauve. HEX triplet: D5, AB and F3. RGB value is (213,171,243). Sum of RGB (Red+Green+Blue) = 213+171+243=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABF3 is #2A540C. Grayscale: #BFBFBF. Windows color (decimal): -2774029 or 15969237. OLE color: 15969237.

HSL color Cylindrical-coordinate representation of color #D5ABF3: hue angle of 275º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5ABF3 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213171243-
CMYK0.120.3000.05
HSL275º75%81.18%-
HSV(B)275º29.63%95.29%-
XYZ58.1849.7491.33-
YUV191.77156.91143.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=33.97%
G=27.27%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131712430.120.3000.052757581.18
HexD5ABF3C1E051134b51
Octal325253363143605423113121
Binary110101011010101111110011110011110010110001001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABF3; }

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

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

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

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

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

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

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

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