Shades of Mauve #D8A8EF
Tints of Mauve #D8A8EF
RGB
CMYK
RGB Variations
Color information
#D8A8EF (or 0xD8A8EF) is known color: Mauve. HEX triplet: D8, A8 and EF. RGB value is (216,168,239). Sum of RGB (Red+Green+Blue) = 216+168+239=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A8EF is #275710. Grayscale: #BEBEBE. Windows color (decimal): -2578193 or 15706328. OLE color: 15706328.
HSL color Cylindrical-coordinate representation of color #D8A8EF: hue angle of 280.56º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8A8EF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 168 | 239 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.06 |
| HSL | 280.56º | 0.69% | 0.8% | - |
| HSV(B) | 280.56º | 0.3% | 0.94% | - |
| XYZ | 57.9 | 48.84 | 88.04 | - |
| YUV | 190.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 239 | 0.10 | 0.30 | 0 | 0.06 | 280.56 | 0.69 | 0.8 |
| Hex | D8 | A8 | EF | A | 1E | 0 | 6 | 119 | 45 | 50 |
| Octal | 330 | 250 | 357 | 12 | 36 | 0 | 6 | 431 | 105 | 120 |
| Binary | 11011000 | 10101000 | 11101111 | 1010 | 11110 | 0 | 110 | 100011001 | 1000101 | 1010000 |
Color Harmonies of #D8A8EF
Complementary color
Monochromatic Colors of #D8A8EF
Black with #D8A8EF
Text Example
Text Example
White with #D8A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8EF; }
p { color: rgb(216,168,239); }
H1.HeaderClassName
{
color: #D8A8EF;
}
.AnyTagClassName
{
color: #D8A8EF;
}
</style>
background-color css
<style>
a { background-color: #D8A8EF; }
a { background-color: rgb(216,168,239); }
div.DivClassName
{
background-color: #D8A8EF;
}
.BgClassName
{
background-color: #D8A8EF;
}
</style>
border-color css
<style>
span { border-color: #D8A8EF; }
span { border-color: rgb(216,168,239); }
td.TdClassName
{
border-color: #D8A8EF;
}
.TagClassName
{
border-color: #D8A8EF;
}
</style>