#D5ABF2

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

Shades of Mauve #D5ABF2

Tints of Mauve #D5ABF2

Color information

#D5ABF2 (or 0xD5ABF2) is unknown color: approx Mauve. HEX triplet: D5, AB and F2. RGB value is (213,171,242). Sum of RGB (Red+Green+Blue) = 213+171+242=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABF2 is #2A540D. Grayscale: #BFBFBF. Windows color (decimal): -2774030 or 15903701. OLE color: 15903701.

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

Color convert

RGB213171242-
CMYK0.120.2900.05
HSL275.49º73.2%80.98%-
HSV(B)275.49º29.34%94.9%-
XYZ58.0349.6890.54-
YUV191.65156.41143.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=34.03%
G=27.32%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131712420.120.2900.05275.4973.280.98
HexD5ABF2C1D051134951
Octal325253362143505423111121
Binary110101011010101111110010110011101010110001001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABF2; }

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

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

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

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

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

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

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

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