#D4ACF3

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

Shades of Mauve #D4ACF3

Tints of Mauve #D4ACF3

Color information

#D4ACF3 (or 0xD4ACF3) is unknown color: approx Mauve. HEX triplet: D4, AC and F3. RGB value is (212,172,243). Sum of RGB (Red+Green+Blue) = 212+172+243=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACF3 is #2B530C. Grayscale: #BFBFBF. Windows color (decimal): -2839309 or 15969492. OLE color: 15969492.

HSL color Cylindrical-coordinate representation of color #D4ACF3: hue angle of 273.8º degrees, saturation: 0.75, 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 #D4ACF3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212172243-
CMYK0.130.2900.05
HSL273.8º74.74%81.37%-
HSV(B)273.8º29.22%95.29%-
XYZ58.0849.9791.38-
YUV192.05156.75142.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=33.81%
G=27.43%
B=38.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121722430.130.2900.05273.874.7481.37
HexD4ACF3D1D051124b51
Octal324254363153505422113121
Binary110101001010110011110011110111101010110001001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACF3; }

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

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

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

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

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

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

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

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