Shades of Mauve #D8A8FF
Tints of Mauve #D8A8FF
RGB
CMYK
RGB Variations
Color information
#D8A8FF (or 0xD8A8FF) is known color: Mauve. HEX triplet: D8, A8 and FF. RGB value is (216,168,255). Sum of RGB (Red+Green+Blue) = 216+168+255=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A8FF is #275700. Grayscale: #BFBFBF. Windows color (decimal): -2578177 or 16754904. OLE color: 16754904.
HSL color Cylindrical-coordinate representation of color #D8A8FF: hue angle of 273.1º 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 #D8A8FF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 168 | 255 | - |
| CMYK | 0.15 | 0.34 | 0 | 0 |
| HSL | 273.1º | 1% | 0.83% | - |
| HSV(B) | 273.1º | 0.34% | 1% | - |
| XYZ | 60.37 | 49.82 | 101.04 | - |
| YUV | 192.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 255 | 0.15 | 0.34 | 0 | 0 | 273.1 | 1 | 0.83 |
| Hex | D8 | A8 | FF | F | 22 | 0 | 0 | 111 | 64 | 53 |
| Octal | 330 | 250 | 377 | 17 | 42 | 0 | 0 | 421 | 144 | 123 |
| Binary | 11011000 | 10101000 | 11111111 | 1111 | 100010 | 0 | 0 | 100010001 | 1100100 | 1010011 |
Color Harmonies of #D8A8FF
Complementary color
Monochromatic Colors of #D8A8FF
Black with #D8A8FF
Text Example
Text Example
White with #D8A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8FF; }
p { color: rgb(216,168,255); }
H1.HeaderClassName
{
color: #D8A8FF;
}
.AnyTagClassName
{
color: #D8A8FF;
}
</style>
background-color css
<style>
a { background-color: #D8A8FF; }
a { background-color: rgb(216,168,255); }
div.DivClassName
{
background-color: #D8A8FF;
}
.BgClassName
{
background-color: #D8A8FF;
}
</style>
border-color css
<style>
span { border-color: #D8A8FF; }
span { border-color: rgb(216,168,255); }
td.TdClassName
{
border-color: #D8A8FF;
}
.TagClassName
{
border-color: #D8A8FF;
}
</style>