#D3A8FF

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

Shades of Mauve #D3A8FF

Tints of Mauve #D3A8FF

Color information

#D3A8FF (or 0xD3A8FF) is unknown color: approx Mauve. HEX triplet: D3, A8 and FF. RGB value is (211,168,255). Sum of RGB (Red+Green+Blue) = 211+168+255=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A8FF is #2C5700. Grayscale: #BEBEBE. Windows color (decimal): -2905857 or 16754899. OLE color: 16754899.

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

Color convert

RGB211168255-
CMYK0.170.3400
HSL269.66º100%82.94%-
HSV(B)269.66º34.12%100%-
XYZ58.9249.07100.97-
YUV190.77164.25142.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.28%
GREEN value IS 168 (66.02% from 255) = 26.50%
BLUE value IS 255 (100% from 255) = 40.22%
R=33.28%
G=26.50%
B=40.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111682550.170.3400269.6610082.94
HexD3A8FF11220010e6453
Octal323250377214200416144123
Binary110100111010100011111111100011000100010000111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A8FF; }

 p { color: rgb(211,168,255); }

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

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

 a { background-color: rgb(211,168,255); }

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

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

 span { border-color: rgb(211,168,255); }

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