#D8A4FE

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

Shades of Mauve #D8A4FE

Tints of Mauve #D8A4FE

Color information

#D8A4FE (or 0xD8A4FE) is unknown color: approx Mauve. HEX triplet: D8, A4 and FE. RGB value is (216,164,254). Sum of RGB (Red+Green+Blue) = 216+164+254=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A4FE is #275B01. Grayscale: #BDBDBD. Windows color (decimal): -2579202 or 16688344. OLE color: 16688344.

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

Color convert

RGB216164254-
CMYK0.150.3500.00
HSL274.67º97.83%81.96%-
HSV(B)274.67º35.43%99.61%-
XYZ59.4848.3199.95-
YUV189.81164.23146.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 164 (64.45% from 255) = 25.87%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=34.07%
G=25.87%
B=40.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2161642540.150.3500.00274.6797.8381.96
HexD8A4FEF23001136252
Octal330244376174300423142122
Binary11011000101001001111111011111000110010001001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4FE; }

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

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

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

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

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

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

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

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