#D0ACF1

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

Shades of Mauve #D0ACF1

Tints of Mauve #D0ACF1

Color information

#D0ACF1 (or 0xD0ACF1) is unknown color: approx Mauve. HEX triplet: D0, AC and F1. RGB value is (208,172,241). Sum of RGB (Red+Green+Blue) = 208+172+241=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF1 is #2F530E. Grayscale: #BEBEBE. Windows color (decimal): -3101455 or 15838416. OLE color: 15838416.

HSL color Cylindrical-coordinate representation of color #D0ACF1: hue angle of 271.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0ACF1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208172241-
CMYK0.140.2900.05
HSL271.3º71.13%80.98%-
HSV(B)271.3º28.63%94.51%-
XYZ56.6449.2789.74-
YUV190.63156.43140.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=33.49%
G=27.70%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081722410.140.2900.05271.371.1380.98
HexD0ACF1E1D0510f4751
Octal320254361163505417107121
Binary110100001010110011110001111011101010110000111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACF1; }

 p { color: rgb(208,172,241); }

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

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

 a { background-color: rgb(208,172,241); }

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

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

 span { border-color: rgb(208,172,241); }

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