#D4A8FC

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

Shades of Mauve #D4A8FC

Tints of Mauve #D4A8FC

Color information

#D4A8FC (or 0xD4A8FC) is unknown color: approx Mauve. HEX triplet: D4, A8 and FC. RGB value is (212,168,252). Sum of RGB (Red+Green+Blue) = 212+168+252=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FC is #2B5703. Grayscale: #BEBEBE. Windows color (decimal): -2840324 or 16558292. OLE color: 16558292.

HSL color Cylindrical-coordinate representation of color #D4A8FC: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A8FC is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212168252-
CMYK0.160.3300.01
HSL271.43º93.33%82.35%-
HSV(B)271.43º33.33%98.82%-
XYZ58.7249.0398.46-
YUV190.73162.58143.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 168 (66.02% from 255) = 26.58%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=33.54%
G=26.58%
B=39.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121682520.160.3300.01271.4393.3382.35
HexD4A8FC10210110f5d52
Octal324250374204101417135122
Binary110101001010100011111100100001000010110000111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8FC; }

 p { color: rgb(212,168,252); }

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

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

 a { background-color: rgb(212,168,252); }

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

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

 span { border-color: rgb(212,168,252); }

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