#D5ACF1

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

Shades of Mauve #D5ACF1

Tints of Mauve #D5ACF1

Color information

#D5ACF1 (or 0xD5ACF1) is unknown color: approx Mauve. HEX triplet: D5, AC and F1. RGB value is (213,172,241). Sum of RGB (Red+Green+Blue) = 213+172+241=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACF1 is #2A530E. Grayscale: #BFBFBF. Windows color (decimal): -2773775 or 15838421. OLE color: 15838421.

HSL color Cylindrical-coordinate representation of color #D5ACF1: hue angle of 275.65º 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 #D5ACF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213172241-
CMYK0.120.2900.05
HSL275.65º71.13%80.98%-
HSV(B)275.65º28.63%94.51%-
XYZ58.075089.81-
YUV192.12155.58142.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=34.03%
G=27.48%
B=38.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131722410.120.2900.05275.6571.1380.98
HexD5ACF1C1D051144751
Octal325254361143505424107121
Binary110101011010110011110001110011101010110001010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACF1; }

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

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

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

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

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

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

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

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