Shades of Mauve #D1AFF5
Tints of Mauve #D1AFF5
RGB
CMYK
RGB Variations
Color information
#D1AFF5 (or 0xD1AFF5) is known color: Mauve. HEX triplet: D1, AF and F5. RGB value is (209,175,245). Sum of RGB (Red+Green+Blue) = 209+175+245=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFF5 is #2E500A. Grayscale: #C0C0C0. Windows color (decimal): -3035147 or 16101329. OLE color: 16101329.
HSL color Cylindrical-coordinate representation of color #D1AFF5: hue angle of 269.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AFF5 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 175 | 245 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.04 |
| HSL | 269.14º | 0.78% | 0.82% | - |
| HSV(B) | 269.14º | 0.29% | 0.96% | - |
| XYZ | 58.11 | 50.81 | 93.13 | - |
| YUV | 193.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 245 | 0.15 | 0.29 | 0 | 0.04 | 269.14 | 0.78 | 0.82 |
| Hex | D1 | AF | F5 | F | 1D | 0 | 4 | 10D | 4E | 52 |
| Octal | 321 | 257 | 365 | 17 | 35 | 0 | 4 | 415 | 116 | 122 |
| Binary | 11010001 | 10101111 | 11110101 | 1111 | 11101 | 0 | 100 | 100001101 | 1001110 | 1010010 |
Color Harmonies of #D1AFF5
Complementary color
Monochromatic Colors of #D1AFF5
Black with #D1AFF5
Text Example
Text Example
White with #D1AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFF5; }
p { color: rgb(209,175,245); }
H1.HeaderClassName
{
color: #D1AFF5;
}
.AnyTagClassName
{
color: #D1AFF5;
}
</style>
background-color css
<style>
a { background-color: #D1AFF5; }
a { background-color: rgb(209,175,245); }
div.DivClassName
{
background-color: #D1AFF5;
}
.BgClassName
{
background-color: #D1AFF5;
}
</style>
border-color css
<style>
span { border-color: #D1AFF5; }
span { border-color: rgb(209,175,245); }
td.TdClassName
{
border-color: #D1AFF5;
}
.TagClassName
{
border-color: #D1AFF5;
}
</style>