#D7ABEC

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

Shades of Mauve #D7ABEC

Tints of Mauve #D7ABEC

Color information

#D7ABEC (or 0xD7ABEC) is unknown color: approx Mauve. HEX triplet: D7, AB and EC. RGB value is (215,171,236). Sum of RGB (Red+Green+Blue) = 215+171+236=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABEC is #285413. Grayscale: #BFBFBF. Windows color (decimal): -2642964 or 15510487. OLE color: 15510487.

HSL color Cylindrical-coordinate representation of color #D7ABEC: hue angle of 280.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7ABEC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215171236-
CMYK0.090.2800.07
HSL280.62º63.11%79.8%-
HSV(B)280.62º27.54%92.55%-
XYZ57.7349.6385.89-
YUV191.57153.08144.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=34.57%
G=27.49%
B=37.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151712360.090.2800.07280.6263.1179.8
HexD7ABEC91C071193f50
Octal32725335411340743177120
Binary11010111101010111110110010011110001111000110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABEC; }

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

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

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

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

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

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

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

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