#D9ADF6

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

Shades of Mauve #D9ADF6

Tints of Mauve #D9ADF6

Color information

#D9ADF6 (or 0xD9ADF6) is unknown color: approx Mauve. HEX triplet: D9, AD and F6. RGB value is (217,173,246). Sum of RGB (Red+Green+Blue) = 217+173+246=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF6 is #265209. Grayscale: #C2C2C2. Windows color (decimal): -2511370 or 16166361. OLE color: 16166361.

HSL color Cylindrical-coordinate representation of color #D9ADF6: hue angle of 276.16º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ADF6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217173246-
CMYK0.120.3000.04
HSL276.16º80.22%82.16%-
HSV(B)276.16º29.67%96.47%-
XYZ60.1951.2993.92-
YUV194.48157.08144.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=34.12%
G=27.20%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171732460.120.3000.04276.1680.2282.16
HexD9ADF6C1E041145052
Octal331255366143604424120122
Binary110110011010110111110110110011110010010001010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADF6; }

 p { color: rgb(217,173,246); }

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

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

 a { background-color: rgb(217,173,246); }

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

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

 span { border-color: rgb(217,173,246); }

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