#D6A9F6

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

Shades of Mauve #D6A9F6

Tints of Mauve #D6A9F6

Color information

#D6A9F6 (or 0xD6A9F6) is unknown color: approx Mauve. HEX triplet: D6, A9 and F6. RGB value is (214,169,246). Sum of RGB (Red+Green+Blue) = 214+169+246=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6A9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A9F6 is #295609. Grayscale: #BEBEBE. Windows color (decimal): -2709002 or 16165334. OLE color: 16165334.

HSL color Cylindrical-coordinate representation of color #D6A9F6: hue angle of 275.06º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6A9F6 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214169246-
CMYK0.130.3100.04
HSL275.06º81.05%81.37%-
HSV(B)275.06º31.3%96.47%-
XYZ58.5549.3393.62-
YUV191.23158.91144.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 169 (66.41% from 255) = 26.87%
BLUE value IS 246 (96.48% from 255) = 39.11%
R=34.02%
G=26.87%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141692460.130.3100.04275.0681.0581.37
HexD6A9F6D1F041135151
Octal326251366153704423121121
Binary110101101010100111110110110111111010010001001110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9F6; }

 p { color: rgb(214,169,246); }

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

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

 a { background-color: rgb(214,169,246); }

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

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

 span { border-color: rgb(214,169,246); }

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