#D9A6F3

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

Shades of Mauve #D9A6F3

Tints of Mauve #D9A6F3

Color information

#D9A6F3 (or 0xD9A6F3) is unknown color: approx Mauve. HEX triplet: D9, A6 and F3. RGB value is (217,166,243). Sum of RGB (Red+Green+Blue) = 217+166+243=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6F3 is #26590C. Grayscale: #BDBDBD. Windows color (decimal): -2513165 or 15967961. OLE color: 15967961.

HSL color Cylindrical-coordinate representation of color #D9A6F3: hue angle of 279.74º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A6F3 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217166243-
CMYK0.110.3200.05
HSL279.74º76.24%80.2%-
HSV(B)279.74º31.69%95.29%-
XYZ58.4348.591.07-
YUV190.03157.9147.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 166 (65.23% from 255) = 26.52%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=34.66%
G=26.52%
B=38.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171662430.110.3200.05279.7476.2480.2
HexD9A6F3B20051184c50
Octal331246363134005430114120
Binary1101100110100110111100111011100000010110001100010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6F3; }

 p { color: rgb(217,166,243); }

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

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

 a { background-color: rgb(217,166,243); }

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

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

 span { border-color: rgb(217,166,243); }

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