Shades of Mauve #D1A6FE
Tints of Mauve #D1A6FE
RGB
CMYK
RGB Variations
Color information
#D1A6FE (or 0xD1A6FE) is known color: Mauve. HEX triplet: D1, A6 and FE. RGB value is (209,166,254). Sum of RGB (Red+Green+Blue) = 209+166+254=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6FE is #2E5901. Grayscale: #BCBCBC. Windows color (decimal): -3037442 or 16688849. OLE color: 16688849.
HSL color Cylindrical-coordinate representation of color #D1A6FE: hue angle of 269.32º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1A6FE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 166 | 254 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.00 |
| HSL | 269.32º | 0.98% | 0.82% | - |
| HSV(B) | 269.32º | 0.35% | 1% | - |
| XYZ | 57.82 | 47.98 | 99.98 | - |
| YUV | 188.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 254 | 0.18 | 0.35 | 0 | 0.00 | 269.32 | 0.98 | 0.82 |
| Hex | D1 | A6 | FE | 12 | 23 | 0 | 0 | 10D | 62 | 52 |
| Octal | 321 | 246 | 376 | 22 | 43 | 0 | 0 | 415 | 142 | 122 |
| Binary | 11010001 | 10100110 | 11111110 | 10010 | 100011 | 0 | 0 | 100001101 | 1100010 | 1010010 |
Color Harmonies of #D1A6FE
Complementary color
Monochromatic Colors of #D1A6FE
Black with #D1A6FE
Text Example
Text Example
White with #D1A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6FE; }
p { color: rgb(209,166,254); }
H1.HeaderClassName
{
color: #D1A6FE;
}
.AnyTagClassName
{
color: #D1A6FE;
}
</style>
background-color css
<style>
a { background-color: #D1A6FE; }
a { background-color: rgb(209,166,254); }
div.DivClassName
{
background-color: #D1A6FE;
}
.BgClassName
{
background-color: #D1A6FE;
}
</style>
border-color css
<style>
span { border-color: #D1A6FE; }
span { border-color: rgb(209,166,254); }
td.TdClassName
{
border-color: #D1A6FE;
}
.TagClassName
{
border-color: #D1A6FE;
}
</style>