Shades of Mauve #D1AFFD
Tints of Mauve #D1AFFD
RGB
CMYK
RGB Variations
Color information
#D1AFFD (or 0xD1AFFD) is known color: Mauve. HEX triplet: D1, AF and FD. RGB value is (209,175,253). Sum of RGB (Red+Green+Blue) = 209+175+253=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 175 (68.75% from 255 or 27.47% 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 #D1AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFFD is #2E5002. Grayscale: #C1C1C1. Windows color (decimal): -3035139 or 16625617. OLE color: 16625617.
HSL color Cylindrical-coordinate representation of color #D1AFFD: hue angle of 266.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AFFD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 175 | 253 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 266.15º | 0.95% | 0.84% | - |
| HSV(B) | 266.15º | 0.31% | 0.99% | - |
| XYZ | 59.35 | 51.31 | 99.7 | - |
| YUV | 194.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 253 | 0.17 | 0.31 | 0 | 0.01 | 266.15 | 0.95 | 0.84 |
| Hex | D1 | AF | FD | 11 | 1F | 0 | 1 | 10A | 5F | 54 |
| Octal | 321 | 257 | 375 | 21 | 37 | 0 | 1 | 412 | 137 | 124 |
| Binary | 11010001 | 10101111 | 11111101 | 10001 | 11111 | 0 | 1 | 100001010 | 1011111 | 1010100 |
Color Harmonies of #D1AFFD
Complementary color
Monochromatic Colors of #D1AFFD
Black with #D1AFFD
Text Example
Text Example
White with #D1AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFFD; }
p { color: rgb(209,175,253); }
H1.HeaderClassName
{
color: #D1AFFD;
}
.AnyTagClassName
{
color: #D1AFFD;
}
</style>
background-color css
<style>
a { background-color: #D1AFFD; }
a { background-color: rgb(209,175,253); }
div.DivClassName
{
background-color: #D1AFFD;
}
.BgClassName
{
background-color: #D1AFFD;
}
</style>
border-color css
<style>
span { border-color: #D1AFFD; }
span { border-color: rgb(209,175,253); }
td.TdClassName
{
border-color: #D1AFFD;
}
.TagClassName
{
border-color: #D1AFFD;
}
</style>