Shades of Mauve #D5ADFF
Tints of Mauve #D5ADFF
RGB
CMYK
RGB Variations
Color information
#D5ADFF (or 0xD5ADFF) is known color: Mauve. HEX triplet: D5, AD and FF. RGB value is (213,173,255). Sum of RGB (Red+Green+Blue) = 213+173+255=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFF is #2A5200. Grayscale: #C2C2C2. Windows color (decimal): -2773505 or 16756181. OLE color: 16756181.
HSL color Cylindrical-coordinate representation of color #D5ADFF: hue angle of 269.27º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5ADFF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 173 | 255 | - |
| CMYK | 0.16 | 0.32 | 0 | 0 |
| HSL | 269.27º | 1% | 0.84% | - |
| HSV(B) | 269.27º | 0.32% | 1% | - |
| XYZ | 60.43 | 51.25 | 101.32 | - |
| YUV | 194.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 255 | 0.16 | 0.32 | 0 | 0 | 269.27 | 1 | 0.84 |
| Hex | D5 | AD | FF | 10 | 20 | 0 | 0 | 10D | 64 | 54 |
| Octal | 325 | 255 | 377 | 20 | 40 | 0 | 0 | 415 | 144 | 124 |
| Binary | 11010101 | 10101101 | 11111111 | 10000 | 100000 | 0 | 0 | 100001101 | 1100100 | 1010100 |
Color Harmonies of #D5ADFF
Complementary color
Monochromatic Colors of #D5ADFF
Black with #D5ADFF
Text Example
Text Example
White with #D5ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADFF; }
p { color: rgb(213,173,255); }
H1.HeaderClassName
{
color: #D5ADFF;
}
.AnyTagClassName
{
color: #D5ADFF;
}
</style>
background-color css
<style>
a { background-color: #D5ADFF; }
a { background-color: rgb(213,173,255); }
div.DivClassName
{
background-color: #D5ADFF;
}
.BgClassName
{
background-color: #D5ADFF;
}
</style>
border-color css
<style>
span { border-color: #D5ADFF; }
span { border-color: rgb(213,173,255); }
td.TdClassName
{
border-color: #D5ADFF;
}
.TagClassName
{
border-color: #D5ADFF;
}
</style>