Shades of Mauve #D1ADFD
Tints of Mauve #D1ADFD
RGB
CMYK
RGB Variations
Color information
#D1ADFD (or 0xD1ADFD) is known color: Mauve. HEX triplet: D1, AD and FD. RGB value is (209,173,253). Sum of RGB (Red+Green+Blue) = 209+173+253=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFD is #2E5202. Grayscale: #C0C0C0. Windows color (decimal): -3035651 or 16625105. OLE color: 16625105.
HSL color Cylindrical-coordinate representation of color #D1ADFD: hue angle of 267º 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 #D1ADFD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 173 | 253 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 267º | 0.95% | 0.84% | - |
| HSV(B) | 267º | 0.32% | 0.99% | - |
| XYZ | 58.97 | 50.53 | 99.57 | - |
| YUV | 192.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 253 | 0.17 | 0.32 | 0 | 0.01 | 267 | 0.95 | 0.84 |
| Hex | D1 | AD | FD | 11 | 20 | 0 | 1 | 10B | 5F | 54 |
| Octal | 321 | 255 | 375 | 21 | 40 | 0 | 1 | 413 | 137 | 124 |
| Binary | 11010001 | 10101101 | 11111101 | 10001 | 100000 | 0 | 1 | 100001011 | 1011111 | 1010100 |
Color Harmonies of #D1ADFD
Complementary color
Monochromatic Colors of #D1ADFD
Black with #D1ADFD
Text Example
Text Example
White with #D1ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADFD; }
p { color: rgb(209,173,253); }
H1.HeaderClassName
{
color: #D1ADFD;
}
.AnyTagClassName
{
color: #D1ADFD;
}
</style>
background-color css
<style>
a { background-color: #D1ADFD; }
a { background-color: rgb(209,173,253); }
div.DivClassName
{
background-color: #D1ADFD;
}
.BgClassName
{
background-color: #D1ADFD;
}
</style>
border-color css
<style>
span { border-color: #D1ADFD; }
span { border-color: rgb(209,173,253); }
td.TdClassName
{
border-color: #D1ADFD;
}
.TagClassName
{
border-color: #D1ADFD;
}
</style>