#D9B6EC

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

Shades of Mauve #D9B6EC

Tints of Mauve #D9B6EC

Color information

#D9B6EC (or 0xD9B6EC) is unknown color: approx Mauve. HEX triplet: D9, B6 and EC. RGB value is (217,182,236). Sum of RGB (Red+Green+Blue) = 217+182+236=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B6EC is #264913. Grayscale: #C6C6C6. Windows color (decimal): -2509076 or 15513305. OLE color: 15513305.

HSL color Cylindrical-coordinate representation of color #D9B6EC: hue angle of 278.89º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9B6EC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217182236-
CMYK0.080.2300.07
HSL278.89º58.7%81.96%-
HSV(B)278.89º22.88%92.55%-
XYZ60.4854.2686.64-
YUV198.62149.1141.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 182 (71.48% from 255) = 28.66%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=34.17%
G=28.66%
B=37.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171822360.080.2300.07278.8958.781.96
HexD9B6EC817071173b52
Octal33126635410270742773122
Binary11011001101101101110110010001011101111000101111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6EC; }

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

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

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

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

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

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

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

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