#D8A4FF

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

Shades of Mauve #D8A4FF

Tints of Mauve #D8A4FF

Color information

#D8A4FF (or 0xD8A4FF) is unknown color: approx Mauve. HEX triplet: D8, A4 and FF. RGB value is (216,164,255). Sum of RGB (Red+Green+Blue) = 216+164+255=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A4FF is #275B00. Grayscale: #BDBDBD. Windows color (decimal): -2579201 or 16753880. OLE color: 16753880.

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

Color convert

RGB216164255-
CMYK0.150.3600
HSL274.29º100%82.16%-
HSV(B)274.29º35.69%100%-
XYZ59.6448.37100.8-
YUV189.92164.73146.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 164 (64.45% from 255) = 25.83%
BLUE value IS 255 (100% from 255) = 40.16%
R=34.02%
G=25.83%
B=40.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161642550.150.3600274.2910082.16
HexD8A4FFF24001126452
Octal330244377174400422144122
Binary11011000101001001111111111111001000010001001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4FF; }

 p { color: rgb(216,164,255); }

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

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

 a { background-color: rgb(216,164,255); }

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

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

 span { border-color: rgb(216,164,255); }

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