#d9abec

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

Shades of Mauve #D9ABEC

Tints of Mauve #D9ABEC

Color information

#D9ABEC (or 0xD9ABEC) is unknown color: approx Mauve. HEX triplet: D9, AB and EC. RGB value is (217,171,236). Sum of RGB (Red+Green+Blue) = 217+171+236=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABEC is #265413. Grayscale: #BFBFBF. Windows color (decimal): -2511892 or 15510489. OLE color: 15510489.

HSL color Cylindrical-coordinate representation of color #D9ABEC: hue angle of 282.46º 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 #D9ABEC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217171236-
CMYK0.080.2800.07
HSL282.46º63.11%79.8%-
HSV(B)282.46º27.54%92.55%-
XYZ58.3249.9385.92-
YUV192.16152.74145.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=34.78%
G=27.40%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171712360.080.2800.07282.4663.1179.8
HexD9ABEC81C0711a3f50
Octal33125335410340743277120
Binary11011001101010111110110010001110001111000110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9abec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9abec; }

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

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

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

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

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

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

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

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