#D1ADF7

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

Shades of Mauve #D1ADF7

Tints of Mauve #D1ADF7

Color information

#D1ADF7 (or 0xD1ADF7) is unknown color: approx Mauve. HEX triplet: D1, AD and F7. RGB value is (209,173,247). Sum of RGB (Red+Green+Blue) = 209+173+247=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADF7 is #2E5208. Grayscale: #BFBFBF. Windows color (decimal): -3035657 or 16231889. OLE color: 16231889.

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

Color convert

RGB209173247-
CMYK0.150.3000.03
HSL269.19º82.22%82.35%-
HSV(B)269.19º29.96%96.86%-
XYZ58.0350.1694.62-
YUV192.2158.93139.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=33.23%
G=27.50%
B=39.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2091732470.150.3000.03269.1982.2282.35
HexD1ADF7F1E0310d5252
Octal321255367173603415122122
Binary11010001101011011111011111111111001110000110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADF7; }

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

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

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

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

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

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

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

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