Shades of Mauve #D5ADF8
Tints of Mauve #D5ADF8
RGB
CMYK
RGB Variations
Color information
#D5ADF8 (or 0xD5ADF8) is known color: Mauve. HEX triplet: D5, AD and F8. RGB value is (213,173,248). Sum of RGB (Red+Green+Blue) = 213+173+248=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADF8 is #2A5207. Grayscale: #C1C1C1. Windows color (decimal): -2773512 or 16297429. OLE color: 16297429.
HSL color Cylindrical-coordinate representation of color #D5ADF8: hue angle of 272º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5ADF8 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 173 | 248 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.03 |
| HSL | 272º | 0.84% | 0.83% | - |
| HSV(B) | 272º | 0.3% | 0.97% | - |
| XYZ | 59.33 | 50.81 | 95.49 | - |
| YUV | 193.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 248 | 0.14 | 0.30 | 0 | 0.03 | 272 | 0.84 | 0.83 |
| Hex | D5 | AD | F8 | E | 1E | 0 | 3 | 110 | 54 | 53 |
| Octal | 325 | 255 | 370 | 16 | 36 | 0 | 3 | 420 | 124 | 123 |
| Binary | 11010101 | 10101101 | 11111000 | 1110 | 11110 | 0 | 11 | 100010000 | 1010100 | 1010011 |
Color Harmonies of #D5ADF8
Complementary color
Monochromatic Colors of #D5ADF8
Black with #D5ADF8
Text Example
Text Example
White with #D5ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADF8; }
p { color: rgb(213,173,248); }
H1.HeaderClassName
{
color: #D5ADF8;
}
.AnyTagClassName
{
color: #D5ADF8;
}
</style>
background-color css
<style>
a { background-color: #D5ADF8; }
a { background-color: rgb(213,173,248); }
div.DivClassName
{
background-color: #D5ADF8;
}
.BgClassName
{
background-color: #D5ADF8;
}
</style>
border-color css
<style>
span { border-color: #D5ADF8; }
span { border-color: rgb(213,173,248); }
td.TdClassName
{
border-color: #D5ADF8;
}
.TagClassName
{
border-color: #D5ADF8;
}
</style>