#D8ADEB

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

Shades of Mauve #D8ADEB

Tints of Mauve #D8ADEB

Color information

#D8ADEB (or 0xD8ADEB) is unknown color: approx Mauve. HEX triplet: D8, AD and EB. RGB value is (216,173,235). Sum of RGB (Red+Green+Blue) = 216+173+235=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADEB is #275214. Grayscale: #C0C0C0. Windows color (decimal): -2576917 or 15445464. OLE color: 15445464.

HSL color Cylindrical-coordinate representation of color #D8ADEB: hue angle of 281.61º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ADEB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216173235-
CMYK0.080.2600.08
HSL281.61º60.78%80%-
HSV(B)281.61º26.38%92.16%-
XYZ58.2650.4885.27-
YUV192.92151.75144.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.62%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=34.62%
G=27.72%
B=37.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161732350.080.2600.08281.6160.7880
HexD8ADEB81A0811a3d50
Octal330255353103201043275120
Binary110110001010110111101011100011010010001000110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADEB; }

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

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

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

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

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

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

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

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