#D1ADF1

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

Shades of Mauve #D1ADF1

Tints of Mauve #D1ADF1

Color information

#D1ADF1 (or 0xD1ADF1) is unknown color: approx Mauve. HEX triplet: D1, AD and F1. RGB value is (209,173,241). Sum of RGB (Red+Green+Blue) = 209+173+241=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADF1 is #2E520E. Grayscale: #BFBFBF. Windows color (decimal): -3035663 or 15838673. OLE color: 15838673.

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

Color convert

RGB209173241-
CMYK0.130.2800.05
HSL271.76º70.83%81.18%-
HSV(B)271.76º28.22%94.51%-
XYZ57.1249.7989.82-
YUV191.52155.93140.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.55%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=33.55%
G=27.77%
B=38.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091732410.130.2800.05271.7670.8381.18
HexD1ADF1D1C051104751
Octal321255361153405420107121
Binary110100011010110111110001110111100010110001000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADF1; }

 p { color: rgb(209,173,241); }

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

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

 a { background-color: rgb(209,173,241); }

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

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

 span { border-color: rgb(209,173,241); }

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