#D7ACFB

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

Shades of Mauve #D7ACFB

Tints of Mauve #D7ACFB

Color information

#D7ACFB (or 0xD7ACFB) is unknown color: approx Mauve. HEX triplet: D7, AC and FB. RGB value is (215,172,251). Sum of RGB (Red+Green+Blue) = 215+172+251=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACFB is #285304. Grayscale: #C1C1C1. Windows color (decimal): -2642693 or 16493783. OLE color: 16493783.

HSL color Cylindrical-coordinate representation of color #D7ACFB: hue angle of 272.66º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7ACFB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215172251-
CMYK0.140.3100.02
HSL272.66º90.8%82.94%-
HSV(B)272.66º31.47%98.43%-
XYZ60.1950.9297.92-
YUV193.86160.25143.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=33.70%
G=26.96%
B=39.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151722510.140.3100.02272.6690.882.94
HexD7ACFBE1F021115b53
Octal327254373163702421133123
Binary11010111101011001111101111101111101010001000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACFB; }

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

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

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

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

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

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

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

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