Shades of Mauve #D8B7FE
Tints of Mauve #D8B7FE
RGB
CMYK
RGB Variations
Color information
#D8B7FE (or 0xD8B7FE) is known color: Mauve. HEX triplet: D8, B7 and FE. RGB value is (216,183,254). Sum of RGB (Red+Green+Blue) = 216+183+254=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B7FE is #274801. Grayscale: #C8C8C8. Windows color (decimal): -2574338 or 16693208. OLE color: 16693208.
HSL color Cylindrical-coordinate representation of color #D8B7FE: hue angle of 267.89º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8B7FE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 183 | 254 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.00 |
| HSL | 267.89º | 0.97% | 0.86% | - |
| HSV(B) | 267.89º | 0.28% | 1% | - |
| XYZ | 63.14 | 55.62 | 101.17 | - |
| YUV | 200.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 254 | 0.15 | 0.28 | 0 | 0.00 | 267.89 | 0.97 | 0.86 |
| Hex | D8 | B7 | FE | F | 1C | 0 | 0 | 10C | 61 | 56 |
| Octal | 330 | 267 | 376 | 17 | 34 | 0 | 0 | 414 | 141 | 126 |
| Binary | 11011000 | 10110111 | 11111110 | 1111 | 11100 | 0 | 0 | 100001100 | 1100001 | 1010110 |
Color Harmonies of #D8B7FE
Complementary color
Monochromatic Colors of #D8B7FE
Black with #D8B7FE
Text Example
Text Example
White with #D8B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7FE; }
p { color: rgb(216,183,254); }
H1.HeaderClassName
{
color: #D8B7FE;
}
.AnyTagClassName
{
color: #D8B7FE;
}
</style>
background-color css
<style>
a { background-color: #D8B7FE; }
a { background-color: rgb(216,183,254); }
div.DivClassName
{
background-color: #D8B7FE;
}
.BgClassName
{
background-color: #D8B7FE;
}
</style>
border-color css
<style>
span { border-color: #D8B7FE; }
span { border-color: rgb(216,183,254); }
td.TdClassName
{
border-color: #D8B7FE;
}
.TagClassName
{
border-color: #D8B7FE;
}
</style>