Shades of Mauve #D8A8FE
Tints of Mauve #D8A8FE
RGB
CMYK
RGB Variations
Color information
#D8A8FE (or 0xD8A8FE) is known color: Mauve. HEX triplet: D8, A8 and FE. RGB value is (216,168,254). Sum of RGB (Red+Green+Blue) = 216+168+254=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A8FE is #275701. Grayscale: #BFBFBF. Windows color (decimal): -2578178 or 16689368. OLE color: 16689368.
HSL color Cylindrical-coordinate representation of color #D8A8FE: hue angle of 273.49º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A8FE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 168 | 254 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.00 |
| HSL | 273.49º | 0.98% | 0.83% | - |
| HSV(B) | 273.49º | 0.34% | 1% | - |
| XYZ | 60.21 | 49.76 | 100.2 | - |
| YUV | 192.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 254 | 0.15 | 0.34 | 0 | 0.00 | 273.49 | 0.98 | 0.83 |
| Hex | D8 | A8 | FE | F | 22 | 0 | 0 | 111 | 62 | 53 |
| Octal | 330 | 250 | 376 | 17 | 42 | 0 | 0 | 421 | 142 | 123 |
| Binary | 11011000 | 10101000 | 11111110 | 1111 | 100010 | 0 | 0 | 100010001 | 1100010 | 1010011 |
Color Harmonies of #D8A8FE
Complementary color
Monochromatic Colors of #D8A8FE
Black with #D8A8FE
Text Example
Text Example
White with #D8A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8FE; }
p { color: rgb(216,168,254); }
H1.HeaderClassName
{
color: #D8A8FE;
}
.AnyTagClassName
{
color: #D8A8FE;
}
</style>
background-color css
<style>
a { background-color: #D8A8FE; }
a { background-color: rgb(216,168,254); }
div.DivClassName
{
background-color: #D8A8FE;
}
.BgClassName
{
background-color: #D8A8FE;
}
</style>
border-color css
<style>
span { border-color: #D8A8FE; }
span { border-color: rgb(216,168,254); }
td.TdClassName
{
border-color: #D8A8FE;
}
.TagClassName
{
border-color: #D8A8FE;
}
</style>