Shades of Mauve #D9ADEB
Tints of Mauve #D9ADEB
RGB
CMYK
RGB Variations
Color information
#D9ADEB (or 0xD9ADEB) is known color: 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
RGB | 217 | 173 | 235 | - |
CMYK | 0.08 | 0.26 | 0 | 0.08 |
HSL | 282.58º | 0.61% | 0.8% | - |
HSV(B) | 282.58º | 0.26% | 0.92% | - |
XYZ | 58.55 | 50.64 | 85.29 | - |
YUV | 193.22 | 151.58 | 144.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 173 | 235 | 0.08 | 0.26 | 0 | 0.08 | 282.58 | 0.61 | 0.8 |
Hex | D9 | AD | EB | 8 | 1A | 0 | 8 | 11B | 3D | 50 |
Octal | 331 | 255 | 353 | 10 | 32 | 0 | 10 | 433 | 75 | 120 |
Binary | 11011001 | 10101101 | 11101011 | 1000 | 11010 | 0 | 1000 | 100011011 | 111101 | 1010000 |
Color Harmonies of #D9ADEB
Complementary color
Monochromatic Colors of #D9ADEB
Black with #D9ADEB
Text Example
Text Example
White with #D9ADEB
Text Example
Text Example
HTML Codes & Css Web 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>