#D4ACFC

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

Shades of Mauve #D4ACFC

Tints of Mauve #D4ACFC

Color information

#D4ACFC (or 0xD4ACFC) is unknown color: approx Mauve. HEX triplet: D4, AC and FC. RGB value is (212,172,252). Sum of RGB (Red+Green+Blue) = 212+172+252=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFC is #2B5303. Grayscale: #C0C0C0. Windows color (decimal): -2839300 or 16559316. OLE color: 16559316.

HSL color Cylindrical-coordinate representation of color #D4ACFC: hue angle of 270º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4ACFC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212172252-
CMYK0.160.3200.01
HSL270º93.02%83.14%-
HSV(B)270º31.75%98.82%-
XYZ59.4750.5398.71-
YUV193.08161.25141.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=33.33%
G=27.04%
B=39.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121722520.160.3200.0127093.0283.14
HexD4ACFC10200110e5d53
Octal324254374204001416135123
Binary110101001010110011111100100001000000110000111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACFC; }

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

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

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

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

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

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

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

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