Shades of Mauve #D7ADFC
Tints of Mauve #D7ADFC
RGB
CMYK
RGB Variations
Color information
#D7ADFC (or 0xD7ADFC) is known color: Mauve. HEX triplet: D7, AD and FC. RGB value is (215,173,252). Sum of RGB (Red+Green+Blue) = 215+173+252=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADFC is #285203. Grayscale: #C2C2C2. Windows color (decimal): -2642436 or 16559575. OLE color: 16559575.
HSL color Cylindrical-coordinate representation of color #D7ADFC: hue angle of 271.9º 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 #D7ADFC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 173 | 252 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.01 |
| HSL | 271.9º | 0.93% | 0.83% | - |
| HSV(B) | 271.9º | 0.31% | 0.99% | - |
| XYZ | 60.54 | 51.36 | 98.82 | - |
| YUV | 194.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 252 | 0.15 | 0.31 | 0 | 0.01 | 271.9 | 0.93 | 0.83 |
| Hex | D7 | AD | FC | F | 1F | 0 | 1 | 110 | 5D | 53 |
| Octal | 327 | 255 | 374 | 17 | 37 | 0 | 1 | 420 | 135 | 123 |
| Binary | 11010111 | 10101101 | 11111100 | 1111 | 11111 | 0 | 1 | 100010000 | 1011101 | 1010011 |
Color Harmonies of #D7ADFC
Complementary color
Monochromatic Colors of #D7ADFC
Black with #D7ADFC
Text Example
Text Example
White with #D7ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADFC; }
p { color: rgb(215,173,252); }
H1.HeaderClassName
{
color: #D7ADFC;
}
.AnyTagClassName
{
color: #D7ADFC;
}
</style>
background-color css
<style>
a { background-color: #D7ADFC; }
a { background-color: rgb(215,173,252); }
div.DivClassName
{
background-color: #D7ADFC;
}
.BgClassName
{
background-color: #D7ADFC;
}
</style>
border-color css
<style>
span { border-color: #D7ADFC; }
span { border-color: rgb(215,173,252); }
td.TdClassName
{
border-color: #D7ADFC;
}
.TagClassName
{
border-color: #D7ADFC;
}
</style>