#D6AAFF

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

Shades of Mauve #D6AAFF

Tints of Mauve #D6AAFF

Color information

#D6AAFF (or 0xD6AAFF) is unknown color: approx Mauve. HEX triplet: D6, AA and FF. RGB value is (214,170,255). Sum of RGB (Red+Green+Blue) = 214+170+255=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAFF is #295500. Grayscale: #C0C0C0. Windows color (decimal): -2708737 or 16755414. OLE color: 16755414.

HSL color Cylindrical-coordinate representation of color #D6AAFF: hue angle of 271.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6AAFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214170255-
CMYK0.160.3300
HSL271.06º100%83.33%-
HSV(B)271.06º33.33%100%-
XYZ60.1650.27101.14-
YUV192.85163.08143.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 255 (100% from 255) = 39.91%
R=33.49%
G=26.60%
B=39.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141702550.160.3300271.0610083.33
HexD6AAFF10210010f6453
Octal326252377204100417144123
Binary110101101010101011111111100001000010010000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAFF; }

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

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

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

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

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

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

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

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