#D4ACFB

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

Shades of Mauve #D4ACFB

Tints of Mauve #D4ACFB

Color information

#D4ACFB (or 0xD4ACFB) is unknown color: approx Mauve. HEX triplet: D4, AC and FB. RGB value is (212,172,251). Sum of RGB (Red+Green+Blue) = 212+172+251=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFB is #2B5304. Grayscale: #C0C0C0. Windows color (decimal): -2839301 or 16493780. OLE color: 16493780.

HSL color Cylindrical-coordinate representation of color #D4ACFB: hue angle of 270.38º 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 #D4ACFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212172251-
CMYK0.160.3100.02
HSL270.38º90.8%82.94%-
HSV(B)270.38º31.47%98.43%-
XYZ59.3250.4797.88-
YUV192.97160.75141.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=33.39%
G=27.09%
B=39.53%

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
Decimal2121722510.160.3100.02270.3890.882.94
HexD4ACFB101F0210e5b53
Octal324254373203702416133123
Binary110101001010110011111011100001111101010000111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACFB; }

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

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

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

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

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

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

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

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