Shades of Mauve #D5ADFC
Tints of Mauve #D5ADFC
RGB
CMYK
RGB Variations
Color information
#D5ADFC (or 0xD5ADFC) is known color: Mauve. HEX triplet: D5, AD and FC. RGB value is (213,173,252). Sum of RGB (Red+Green+Blue) = 213+173+252=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFC is #2A5203. Grayscale: #C1C1C1. Windows color (decimal): -2773508 or 16559573. OLE color: 16559573.
HSL color Cylindrical-coordinate representation of color #D5ADFC: hue angle of 270.38º 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 #D5ADFC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 173 | 252 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.01 |
| HSL | 270.38º | 0.93% | 0.83% | - |
| HSV(B) | 270.38º | 0.31% | 0.99% | - |
| XYZ | 59.95 | 51.06 | 98.79 | - |
| YUV | 193.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 252 | 0.15 | 0.31 | 0 | 0.01 | 270.38 | 0.93 | 0.83 |
| Hex | D5 | AD | FC | F | 1F | 0 | 1 | 10E | 5D | 53 |
| Octal | 325 | 255 | 374 | 17 | 37 | 0 | 1 | 416 | 135 | 123 |
| Binary | 11010101 | 10101101 | 11111100 | 1111 | 11111 | 0 | 1 | 100001110 | 1011101 | 1010011 |
Color Harmonies of #D5ADFC
Complementary color
Monochromatic Colors of #D5ADFC
Black with #D5ADFC
Text Example
Text Example
White with #D5ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADFC; }
p { color: rgb(213,173,252); }
H1.HeaderClassName
{
color: #D5ADFC;
}
.AnyTagClassName
{
color: #D5ADFC;
}
</style>
background-color css
<style>
a { background-color: #D5ADFC; }
a { background-color: rgb(213,173,252); }
div.DivClassName
{
background-color: #D5ADFC;
}
.BgClassName
{
background-color: #D5ADFC;
}
</style>
border-color css
<style>
span { border-color: #D5ADFC; }
span { border-color: rgb(213,173,252); }
td.TdClassName
{
border-color: #D5ADFC;
}
.TagClassName
{
border-color: #D5ADFC;
}
</style>