#D5ACF7

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

Shades of Mauve #D5ACF7

Tints of Mauve #D5ACF7

Color information

#D5ACF7 (or 0xD5ACF7) is unknown color: approx Mauve. HEX triplet: D5, AC and F7. RGB value is (213,172,247). Sum of RGB (Red+Green+Blue) = 213+172+247=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACF7 is #2A5308. Grayscale: #C0C0C0. Windows color (decimal): -2773769 or 16231637. OLE color: 16231637.

HSL color Cylindrical-coordinate representation of color #D5ACF7: hue angle of 272.8º 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 #D5ACF7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213172247-
CMYK0.140.3000.03
HSL272.8º82.42%82.16%-
HSV(B)272.8º30.36%96.86%-
XYZ58.9850.3794.61-
YUV192.81158.58142.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=33.70%
G=27.22%
B=39.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2131722470.140.3000.03272.882.4282.16
HexD5ACF7E1E031115252
Octal325254367163603421122122
Binary11010101101011001111011111101111001110001000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACF7; }

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

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

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

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

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

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

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

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