Shades of Mauve #D9ADFC
Tints of Mauve #D9ADFC
RGB
CMYK
RGB Variations
Color information
#D9ADFC (or 0xD9ADFC) is known color: Mauve. HEX triplet: D9, AD and FC. RGB value is (217,173,252). Sum of RGB (Red+Green+Blue) = 217+173+252=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADFC is #265203. Grayscale: #C2C2C2. Windows color (decimal): -2511364 or 16559577. OLE color: 16559577.
HSL color Cylindrical-coordinate representation of color #D9ADFC: hue angle of 273.42º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9ADFC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 173 | 252 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.01 |
| HSL | 273.42º | 0.93% | 0.83% | - |
| HSV(B) | 273.42º | 0.31% | 0.99% | - |
| XYZ | 61.13 | 51.67 | 98.85 | - |
| YUV | 195.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 252 | 0.14 | 0.31 | 0 | 0.01 | 273.42 | 0.93 | 0.83 |
| Hex | D9 | AD | FC | E | 1F | 0 | 1 | 111 | 5D | 53 |
| Octal | 331 | 255 | 374 | 16 | 37 | 0 | 1 | 421 | 135 | 123 |
| Binary | 11011001 | 10101101 | 11111100 | 1110 | 11111 | 0 | 1 | 100010001 | 1011101 | 1010011 |
Color Harmonies of #D9ADFC
Complementary color
Monochromatic Colors of #D9ADFC
Black with #D9ADFC
Text Example
Text Example
White with #D9ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADFC; }
p { color: rgb(217,173,252); }
H1.HeaderClassName
{
color: #D9ADFC;
}
.AnyTagClassName
{
color: #D9ADFC;
}
</style>
background-color css
<style>
a { background-color: #D9ADFC; }
a { background-color: rgb(217,173,252); }
div.DivClassName
{
background-color: #D9ADFC;
}
.BgClassName
{
background-color: #D9ADFC;
}
</style>
border-color css
<style>
span { border-color: #D9ADFC; }
span { border-color: rgb(217,173,252); }
td.TdClassName
{
border-color: #D9ADFC;
}
.TagClassName
{
border-color: #D9ADFC;
}
</style>