#D6AAEC

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

Shades of Mauve #D6AAEC

Tints of Mauve #D6AAEC

Color information

#D6AAEC (or 0xD6AAEC) is unknown color: approx Mauve. HEX triplet: D6, AA and EC. RGB value is (214,170,236). Sum of RGB (Red+Green+Blue) = 214+170+236=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAEC is #295513. Grayscale: #BEBEBE. Windows color (decimal): -2708756 or 15510230. OLE color: 15510230.

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

Color convert

RGB214170236-
CMYK0.090.2800.07
HSL280º63.46%79.61%-
HSV(B)280º27.97%92.55%-
XYZ57.2549.185.82-
YUV190.68153.58144.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=34.52%
G=27.42%
B=38.06%

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
Decimal2141702360.090.2800.0728063.4679.61
HexD6AAEC91C071183f50
Octal32625235411340743077120
Binary11010110101010101110110010011110001111000110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAEC; }

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

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

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

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

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

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

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

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