#D5ACF0

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

Shades of Mauve #D5ACF0

Tints of Mauve #D5ACF0

Color information

#D5ACF0 (or 0xD5ACF0) is unknown color: approx Mauve. HEX triplet: D5, AC and F0. RGB value is (213,172,240). Sum of RGB (Red+Green+Blue) = 213+172+240=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACF0 is #2A530F. Grayscale: #BFBFBF. Windows color (decimal): -2773776 or 15772885. OLE color: 15772885.

HSL color Cylindrical-coordinate representation of color #D5ACF0: hue angle of 276.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5ACF0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213172240-
CMYK0.110.2800.06
HSL276.18º69.39%80.78%-
HSV(B)276.18º28.33%94.12%-
XYZ57.9249.9489.03-
YUV192.01155.08142.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=34.08%
G=27.52%
B=38.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131722400.110.2800.06276.1869.3980.78
HexD5ACF0B1C061144551
Octal325254360133406424105121
Binary110101011010110011110000101111100011010001010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACF0; }

 p { color: rgb(213,172,240); }

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

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

 a { background-color: rgb(213,172,240); }

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

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

 span { border-color: rgb(213,172,240); }

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