#D6ACFC

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

Shades of Mauve #D6ACFC

Tints of Mauve #D6ACFC

Color information

#D6ACFC (or 0xD6ACFC) is unknown color: approx Mauve. HEX triplet: D6, AC and FC. RGB value is (214,172,252). Sum of RGB (Red+Green+Blue) = 214+172+252=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFC is #295303. Grayscale: #C1C1C1. Windows color (decimal): -2708228 or 16559318. OLE color: 16559318.

HSL color Cylindrical-coordinate representation of color #D6ACFC: hue angle of 271.5º 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 #D6ACFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214172252-
CMYK0.150.3200.01
HSL271.5º93.02%83.14%-
HSV(B)271.5º31.75%98.82%-
XYZ60.0550.8398.74-
YUV193.68160.91142.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=33.54%
G=26.96%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141722520.150.3200.01271.593.0283.14
HexD6ACFCF20011105d53
Octal326254374174001420135123
Binary11010110101011001111110011111000000110001000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACFC; }

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

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

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

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

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

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

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

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