#D2ACF7

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

Shades of Mauve #D2ACF7

Tints of Mauve #D2ACF7

Color information

#D2ACF7 (or 0xD2ACF7) is unknown color: approx Mauve. HEX triplet: D2, AC and F7. RGB value is (210,172,247). Sum of RGB (Red+Green+Blue) = 210+172+247=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACF7 is #2D5308. Grayscale: #BFBFBF. Windows color (decimal): -2970377 or 16231634. OLE color: 16231634.

HSL color Cylindrical-coordinate representation of color #D2ACF7: hue angle of 270.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2ACF7 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210172247-
CMYK0.150.3000.03
HSL270.4º82.42%82.16%-
HSV(B)270.4º30.36%96.86%-
XYZ58.1249.9294.57-
YUV191.91159.09140.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=33.39%
G=27.34%
B=39.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101722470.150.3000.03270.482.4282.16
HexD2ACF7F1E0310e5252
Octal322254367173603416122122
Binary11010010101011001111011111111111001110000111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACF7; }

 p { color: rgb(210,172,247); }

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

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

 a { background-color: rgb(210,172,247); }

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

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

 span { border-color: rgb(210,172,247); }

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