Shades of Mauve #D7ADFD
Tints of Mauve #D7ADFD
RGB
CMYK
RGB Variations
Color information
#D7ADFD (or 0xD7ADFD) is known color: Mauve. HEX triplet: D7, AD and FD. RGB value is (215,173,253). Sum of RGB (Red+Green+Blue) = 215+173+253=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADFD is #285202. Grayscale: #C2C2C2. Windows color (decimal): -2642435 or 16625111. OLE color: 16625111.
HSL color Cylindrical-coordinate representation of color #D7ADFD: hue angle of 271.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7ADFD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 173 | 253 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.01 |
| HSL | 271.5º | 0.95% | 0.84% | - |
| HSV(B) | 271.5º | 0.32% | 0.99% | - |
| XYZ | 60.7 | 51.43 | 99.66 | - |
| YUV | 194.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 253 | 0.15 | 0.32 | 0 | 0.01 | 271.5 | 0.95 | 0.84 |
| Hex | D7 | AD | FD | F | 20 | 0 | 1 | 110 | 5F | 54 |
| Octal | 327 | 255 | 375 | 17 | 40 | 0 | 1 | 420 | 137 | 124 |
| Binary | 11010111 | 10101101 | 11111101 | 1111 | 100000 | 0 | 1 | 100010000 | 1011111 | 1010100 |
Color Harmonies of #D7ADFD
Complementary color
Monochromatic Colors of #D7ADFD
Black with #D7ADFD
Text Example
Text Example
White with #D7ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADFD; }
p { color: rgb(215,173,253); }
H1.HeaderClassName
{
color: #D7ADFD;
}
.AnyTagClassName
{
color: #D7ADFD;
}
</style>
background-color css
<style>
a { background-color: #D7ADFD; }
a { background-color: rgb(215,173,253); }
div.DivClassName
{
background-color: #D7ADFD;
}
.BgClassName
{
background-color: #D7ADFD;
}
</style>
border-color css
<style>
span { border-color: #D7ADFD; }
span { border-color: rgb(215,173,253); }
td.TdClassName
{
border-color: #D7ADFD;
}
.TagClassName
{
border-color: #D7ADFD;
}
</style>