#D6B5EC

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

Shades of Mauve #D6B5EC

Tints of Mauve #D6B5EC

Color information

#D6B5EC (or 0xD6B5EC) is unknown color: approx Mauve. HEX triplet: D6, B5 and EC. RGB value is (214,181,236). Sum of RGB (Red+Green+Blue) = 214+181+236=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5EC is #294A13. Grayscale: #C4C4C4. Windows color (decimal): -2705940 or 15513046. OLE color: 15513046.

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

Color convert

RGB214181236-
CMYK0.090.2300.07
HSL276º59.14%81.76%-
HSV(B)276º23.31%92.55%-
XYZ59.453.486.53-
YUV197.14149.93140.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 181 (71.09% from 255) = 28.68%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=33.91%
G=28.68%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141812360.090.2300.0727659.1481.76
HexD6B5EC917071143b52
Octal32626535411270742473122
Binary11010110101101011110110010011011101111000101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5EC; }

 p { color: rgb(214,181,236); }

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

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

 a { background-color: rgb(214,181,236); }

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

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

 span { border-color: rgb(214,181,236); }

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