Shades of Mauve #D3ADFD
Tints of Mauve #D3ADFD
RGB
CMYK
RGB Variations
Color information
#D3ADFD (or 0xD3ADFD) is known color: Mauve. HEX triplet: D3, AD and FD. RGB value is (211,173,253). Sum of RGB (Red+Green+Blue) = 211+173+253=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADFD is #2C5202. Grayscale: #C1C1C1. Windows color (decimal): -2904579 or 16625107. OLE color: 16625107.
HSL color Cylindrical-coordinate representation of color #D3ADFD: hue angle of 268.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 #D3ADFD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 173 | 253 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 268.5º | 0.95% | 0.84% | - |
| HSV(B) | 268.5º | 0.32% | 0.99% | - |
| XYZ | 59.54 | 50.83 | 99.6 | - |
| YUV | 193.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 253 | 0.17 | 0.32 | 0 | 0.01 | 268.5 | 0.95 | 0.84 |
| Hex | D3 | AD | FD | 11 | 20 | 0 | 1 | 10C | 5F | 54 |
| Octal | 323 | 255 | 375 | 21 | 40 | 0 | 1 | 414 | 137 | 124 |
| Binary | 11010011 | 10101101 | 11111101 | 10001 | 100000 | 0 | 1 | 100001100 | 1011111 | 1010100 |
Color Harmonies of #D3ADFD
Complementary color
Monochromatic Colors of #D3ADFD
Black with #D3ADFD
Text Example
Text Example
White with #D3ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADFD; }
p { color: rgb(211,173,253); }
H1.HeaderClassName
{
color: #D3ADFD;
}
.AnyTagClassName
{
color: #D3ADFD;
}
</style>
background-color css
<style>
a { background-color: #D3ADFD; }
a { background-color: rgb(211,173,253); }
div.DivClassName
{
background-color: #D3ADFD;
}
.BgClassName
{
background-color: #D3ADFD;
}
</style>
border-color css
<style>
span { border-color: #D3ADFD; }
span { border-color: rgb(211,173,253); }
td.TdClassName
{
border-color: #D3ADFD;
}
.TagClassName
{
border-color: #D3ADFD;
}
</style>