#D6A9F4

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

Shades of Mauve #D6A9F4

Tints of Mauve #D6A9F4

Color information

#D6A9F4 (or 0xD6A9F4) is unknown color: approx Mauve. HEX triplet: D6, A9 and F4. RGB value is (214,169,244). Sum of RGB (Red+Green+Blue) = 214+169+244=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6A9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A9F4 is #29560B. Grayscale: #BEBEBE. Windows color (decimal): -2709004 or 16034262. OLE color: 16034262.

HSL color Cylindrical-coordinate representation of color #D6A9F4: hue angle of 276º degrees, saturation: 0.77, 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 #D6A9F4 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214169244-
CMYK0.120.3100.04
HSL276º77.32%80.98%-
HSV(B)276º30.74%95.69%-
XYZ58.2549.292.02-
YUV191157.91144.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 244 (95.70% from 255) = 38.92%
R=34.13%
G=26.95%
B=38.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141692440.120.3100.0427677.3280.98
HexD6A9F4C1F041144d51
Octal326251364143704424115121
Binary110101101010100111110100110011111010010001010010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9F4; }

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

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

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

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

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

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

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

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