Shades of Mauve #D9ADEF
Tints of Mauve #D9ADEF
RGB
CMYK
RGB Variations
Color information
#D9ADEF (or 0xD9ADEF) is known color: Mauve. HEX triplet: D9, AD and EF. RGB value is (217,173,239). Sum of RGB (Red+Green+Blue) = 217+173+239=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADEF is #265210. Grayscale: #C1C1C1. Windows color (decimal): -2511377 or 15707609. OLE color: 15707609.
HSL color Cylindrical-coordinate representation of color #D9ADEF: hue angle of 280º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9ADEF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 173 | 239 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.06 |
| HSL | 280º | 0.67% | 0.81% | - |
| HSV(B) | 280º | 0.28% | 0.94% | - |
| XYZ | 59.14 | 50.87 | 88.36 | - |
| YUV | 193.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 239 | 0.09 | 0.28 | 0 | 0.06 | 280 | 0.67 | 0.81 |
| Hex | D9 | AD | EF | 9 | 1C | 0 | 6 | 118 | 43 | 51 |
| Octal | 331 | 255 | 357 | 11 | 34 | 0 | 6 | 430 | 103 | 121 |
| Binary | 11011001 | 10101101 | 11101111 | 1001 | 11100 | 0 | 110 | 100011000 | 1000011 | 1010001 |
Color Harmonies of #D9ADEF
Complementary color
Monochromatic Colors of #D9ADEF
Black with #D9ADEF
Text Example
Text Example
White with #D9ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADEF; }
p { color: rgb(217,173,239); }
H1.HeaderClassName
{
color: #D9ADEF;
}
.AnyTagClassName
{
color: #D9ADEF;
}
</style>
background-color css
<style>
a { background-color: #D9ADEF; }
a { background-color: rgb(217,173,239); }
div.DivClassName
{
background-color: #D9ADEF;
}
.BgClassName
{
background-color: #D9ADEF;
}
</style>
border-color css
<style>
span { border-color: #D9ADEF; }
span { border-color: rgb(217,173,239); }
td.TdClassName
{
border-color: #D9ADEF;
}
.TagClassName
{
border-color: #D9ADEF;
}
</style>