#D8A9FA

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

Shades of Mauve #D8A9FA

Tints of Mauve #D8A9FA

Color information

#D8A9FA (or 0xD8A9FA) is unknown color: approx Mauve. HEX triplet: D8, A9 and FA. RGB value is (216,169,250). Sum of RGB (Red+Green+Blue) = 216+169+250=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A9FA is #275605. Grayscale: #C0C0C0. Windows color (decimal): -2577926 or 16427480. OLE color: 16427480.

HSL color Cylindrical-coordinate representation of color #D8A9FA: hue angle of 274.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8A9FA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216169250-
CMYK0.140.3200.02
HSL274.81º89.01%82.16%-
HSV(B)274.81º32.4%98.04%-
XYZ59.7649.8896.92-
YUV192.29160.57144.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 169 (66.41% from 255) = 26.61%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=34.02%
G=26.61%
B=39.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161692500.140.3200.02274.8189.0182.16
HexD8A9FAE20021135952
Octal330251372164002423131122
Binary110110001010100111111010111010000001010001001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9FA; }

 p { color: rgb(216,169,250); }

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

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

 a { background-color: rgb(216,169,250); }

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

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

 span { border-color: rgb(216,169,250); }

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