#D1ACF0

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

Shades of Mauve #D1ACF0

Tints of Mauve #D1ACF0

Color information

#D1ACF0 (or 0xD1ACF0) is unknown color: approx Mauve. HEX triplet: D1, AC and F0. RGB value is (209,172,240). Sum of RGB (Red+Green+Blue) = 209+172+240=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACF0 is #2E530F. Grayscale: #BEBEBE. Windows color (decimal): -3035920 or 15772881. OLE color: 15772881.

HSL color Cylindrical-coordinate representation of color #D1ACF0: hue angle of 272.65º 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 #D1ACF0 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209172240-
CMYK0.130.2800.06
HSL272.65º69.39%80.78%-
HSV(B)272.65º28.33%94.12%-
XYZ56.7849.3588.97-
YUV190.82155.76140.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=33.66%
G=27.70%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091722400.130.2800.06272.6569.3980.78
HexD1ACF0D1C061114551
Octal321254360153406421105121
Binary110100011010110011110000110111100011010001000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACF0; }

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

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

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

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

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

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

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

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