#D4ACFF

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

Shades of Mauve #D4ACFF

Tints of Mauve #D4ACFF

Color information

#D4ACFF (or 0xD4ACFF) is unknown color: approx Mauve. HEX triplet: D4, AC and FF. RGB value is (212,172,255). Sum of RGB (Red+Green+Blue) = 212+172+255=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFF is #2B5300. Grayscale: #C1C1C1. Windows color (decimal): -2839297 or 16755924. OLE color: 16755924.

HSL color Cylindrical-coordinate representation of color #D4ACFF: hue angle of 268.92º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4ACFF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212172255-
CMYK0.170.3300
HSL268.92º100%83.73%-
HSV(B)268.92º32.55%100%-
XYZ59.9550.72101.24-
YUV193.42162.75141.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 255 (100% from 255) = 39.91%
R=33.18%
G=26.92%
B=39.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121722550.170.3300268.9210083.73
HexD4ACFF11210010d6454
Octal324254377214100415144124
Binary110101001010110011111111100011000010010000110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACFF; }

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

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

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

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

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

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

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

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