#D8ADF7

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

Shades of Mauve #D8ADF7

Tints of Mauve #D8ADF7

Color information

#D8ADF7 (or 0xD8ADF7) is unknown color: approx Mauve. HEX triplet: D8, AD and F7. RGB value is (216,173,247). Sum of RGB (Red+Green+Blue) = 216+173+247=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADF7 is #275208. Grayscale: #C2C2C2. Windows color (decimal): -2576905 or 16231896. OLE color: 16231896.

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

Color convert

RGB216173247-
CMYK0.130.3000.03
HSL274.86º82.22%82.35%-
HSV(B)274.86º29.96%96.86%-
XYZ60.0551.294.71-
YUV194.29157.75143.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 247 (96.88% from 255) = 38.84%
R=33.96%
G=27.20%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2161732470.130.3000.03274.8682.2282.35
HexD8ADF7D1E031135252
Octal330255367153603423122122
Binary11011000101011011111011111011111001110001001110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADF7; }

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

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

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

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

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

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

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

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