#D3ACFB

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

Shades of Mauve #D3ACFB

Tints of Mauve #D3ACFB

Color information

#D3ACFB (or 0xD3ACFB) is unknown color: approx Mauve. HEX triplet: D3, AC and FB. RGB value is (211,172,251). Sum of RGB (Red+Green+Blue) = 211+172+251=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFB is #2C5304. Grayscale: #C0C0C0. Windows color (decimal): -2904837 or 16493779. OLE color: 16493779.

HSL color Cylindrical-coordinate representation of color #D3ACFB: hue angle of 269.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3ACFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211172251-
CMYK0.160.3100.02
HSL269.62º90.8%82.94%-
HSV(B)269.62º31.47%98.43%-
XYZ59.0350.3297.87-
YUV192.67160.92141.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.28%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=33.28%
G=27.13%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111722510.160.3100.02269.6290.882.94
HexD3ACFB101F0210e5b53
Octal323254373203702416133123
Binary110100111010110011111011100001111101010000111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACFB; }

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

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

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

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

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

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

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

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