Shades of Mauve #D6A8FF
Tints of Mauve #D6A8FF
RGB
CMYK
RGB Variations
Color information
#D6A8FF (or 0xD6A8FF) is known color: Mauve. HEX triplet: D6, A8 and FF. RGB value is (214,168,255). Sum of RGB (Red+Green+Blue) = 214+168+255=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A8FF is #295700. Grayscale: #BFBFBF. Windows color (decimal): -2709249 or 16754902. OLE color: 16754902.
HSL color Cylindrical-coordinate representation of color #D6A8FF: hue angle of 271.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A8FF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 168 | 255 | - |
| CMYK | 0.16 | 0.34 | 0 | 0 |
| HSL | 271.72º | 1% | 0.83% | - |
| HSV(B) | 271.72º | 0.34% | 1% | - |
| XYZ | 59.78 | 49.52 | 101.02 | - |
| YUV | 191.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 255 | 0.16 | 0.34 | 0 | 0 | 271.72 | 1 | 0.83 |
| Hex | D6 | A8 | FF | 10 | 22 | 0 | 0 | 110 | 64 | 53 |
| Octal | 326 | 250 | 377 | 20 | 42 | 0 | 0 | 420 | 144 | 123 |
| Binary | 11010110 | 10101000 | 11111111 | 10000 | 100010 | 0 | 0 | 100010000 | 1100100 | 1010011 |
Color Harmonies of #D6A8FF
Complementary color
Monochromatic Colors of #D6A8FF
Black with #D6A8FF
Text Example
Text Example
White with #D6A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8FF; }
p { color: rgb(214,168,255); }
H1.HeaderClassName
{
color: #D6A8FF;
}
.AnyTagClassName
{
color: #D6A8FF;
}
</style>
background-color css
<style>
a { background-color: #D6A8FF; }
a { background-color: rgb(214,168,255); }
div.DivClassName
{
background-color: #D6A8FF;
}
.BgClassName
{
background-color: #D6A8FF;
}
</style>
border-color css
<style>
span { border-color: #D6A8FF; }
span { border-color: rgb(214,168,255); }
td.TdClassName
{
border-color: #D6A8FF;
}
.TagClassName
{
border-color: #D6A8FF;
}
</style>