#D9ADEB

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

Shades of Mauve #D9ADEB

Tints of Mauve #D9ADEB

Color information

#D9ADEB (or 0xD9ADEB) is unknown color: approx Mauve. HEX triplet: D9, AD and EB. RGB value is (217,173,235). Sum of RGB (Red+Green+Blue) = 217+173+235=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADEB is #265214. Grayscale: #C1C1C1. Windows color (decimal): -2511381 or 15445465. OLE color: 15445465.

HSL color Cylindrical-coordinate representation of color #D9ADEB: hue angle of 282.58º 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 #D9ADEB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217173235-
CMYK0.080.2600.08
HSL282.58º60.78%80%-
HSV(B)282.58º26.38%92.16%-
XYZ58.5550.6485.29-
YUV193.22151.58144.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=34.72%
G=27.68%
B=37.6%

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
Decimal2171732350.080.2600.08282.5860.7880
HexD9ADEB81A0811b3d50
Octal331255353103201043375120
Binary110110011010110111101011100011010010001000110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADEB; }

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

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

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

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

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

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

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

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