#D7ACFF

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

Shades of Mauve #D7ACFF

Tints of Mauve #D7ACFF

Color information

#D7ACFF (or 0xD7ACFF) is unknown color: approx Mauve. HEX triplet: D7, AC and FF. RGB value is (215,172,255). Sum of RGB (Red+Green+Blue) = 215+172+255=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACFF is #285300. Grayscale: #C2C2C2. Windows color (decimal): -2642689 or 16755927. OLE color: 16755927.

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

Color convert

RGB215172255-
CMYK0.160.3300
HSL271.08º100%83.73%-
HSV(B)271.08º32.55%100%-
XYZ60.8351.17101.28-
YUV194.32162.25142.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.49%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 255 (100% from 255) = 39.72%
R=33.49%
G=26.79%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151722550.160.3300271.0810083.73
HexD7ACFF10210010f6454
Octal327254377204100417144124
Binary110101111010110011111111100001000010010000111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACFF; }

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

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

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

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

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

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

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

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