#D8ACFF

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

Shades of Mauve #D8ACFF

Tints of Mauve #D8ACFF

Color information

#D8ACFF (or 0xD8ACFF) is unknown color: approx Mauve. HEX triplet: D8, AC and FF. RGB value is (216,172,255). Sum of RGB (Red+Green+Blue) = 216+172+255=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFF is #275300. Grayscale: #C2C2C2. Windows color (decimal): -2577153 or 16755928. OLE color: 16755928.

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

Color convert

RGB216172255-
CMYK0.150.3300
HSL271.81º100%83.73%-
HSV(B)271.81º32.55%100%-
XYZ61.1251.32101.29-
YUV194.62162.08143.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.59%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 255 (100% from 255) = 39.66%
R=33.59%
G=26.75%
B=39.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161722550.150.3300271.8110083.73
HexD8ACFFF21001106454
Octal330254377174100420144124
Binary11011000101011001111111111111000010010001000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACFF; }

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

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

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

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

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

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

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

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