#D4ACF2

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

Shades of Mauve #D4ACF2

Tints of Mauve #D4ACF2

Color information

#D4ACF2 (or 0xD4ACF2) is unknown color: approx Mauve. HEX triplet: D4, AC and F2. RGB value is (212,172,242). Sum of RGB (Red+Green+Blue) = 212+172+242=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACF2 is #2B530D. Grayscale: #BFBFBF. Windows color (decimal): -2839310 or 15903956. OLE color: 15903956.

HSL color Cylindrical-coordinate representation of color #D4ACF2: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4ACF2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212172242-
CMYK0.120.2900.05
HSL274.29º72.92%81.18%-
HSV(B)274.29º28.93%94.9%-
XYZ57.9349.9190.59-
YUV191.94156.25142.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=33.87%
G=27.48%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121722420.120.2900.05274.2972.9281.18
HexD4ACF2C1D051124951
Octal324254362143505422111121
Binary110101001010110011110010110011101010110001001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACF2; }

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

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

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

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

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

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

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

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