#D8ACFC

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

Shades of Mauve #D8ACFC

Tints of Mauve #D8ACFC

Color information

#D8ACFC (or 0xD8ACFC) is unknown color: approx Mauve. HEX triplet: D8, AC and FC. RGB value is (216,172,252). Sum of RGB (Red+Green+Blue) = 216+172+252=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFC is #275303. Grayscale: #C1C1C1. Windows color (decimal): -2577156 or 16559320. OLE color: 16559320.

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

Color convert

RGB216172252-
CMYK0.140.3200.01
HSL273º93.02%83.14%-
HSV(B)273º31.75%98.82%-
XYZ60.6451.1398.77-
YUV194.28160.58143.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=33.75%
G=26.88%
B=39.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161722520.140.3200.0127393.0283.14
HexD8ACFCE20011115d53
Octal330254374164001421135123
Binary11011000101011001111110011101000000110001000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACFC; }

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

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

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

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

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

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

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

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