#D3ACFF

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

Shades of Mauve #D3ACFF

Tints of Mauve #D3ACFF

Color information

#D3ACFF (or 0xD3ACFF) is unknown color: approx Mauve. HEX triplet: D3, AC and FF. RGB value is (211,172,255). Sum of RGB (Red+Green+Blue) = 211+172+255=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFF is #2C5300. Grayscale: #C0C0C0. Windows color (decimal): -2904833 or 16755923. OLE color: 16755923.

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

Color convert

RGB211172255-
CMYK0.170.3300
HSL268.19º100%83.73%-
HSV(B)268.19º32.55%100%-
XYZ59.6750.57101.22-
YUV193.12162.92140.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 255 (100% from 255) = 39.97%
R=33.07%
G=26.96%
B=39.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111722550.170.3300268.1910083.73
HexD3ACFF11210010c6454
Octal323254377214100414144124
Binary110100111010110011111111100011000010010000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACFF; }

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

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

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

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

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

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

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

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