#D3ACFC

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

Shades of Mauve #D3ACFC

Tints of Mauve #D3ACFC

Color information

#D3ACFC (or 0xD3ACFC) is unknown color: approx Mauve. HEX triplet: D3, AC and FC. RGB value is (211,172,252). Sum of RGB (Red+Green+Blue) = 211+172+252=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFC is #2C5303. Grayscale: #C0C0C0. Windows color (decimal): -2904836 or 16559315. OLE color: 16559315.

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

Color convert

RGB211172252-
CMYK0.160.3200.01
HSL269.25º93.02%83.14%-
HSV(B)269.25º31.75%98.82%-
XYZ59.1950.3898.7-
YUV192.78161.42141-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.23%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=33.23%
G=27.09%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111722520.160.3200.01269.2593.0283.14
HexD3ACFC10200110d5d53
Octal323254374204001415135123
Binary110100111010110011111100100001000000110000110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACFC; }

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

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

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

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

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

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

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

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