Shades of Mauve #D8B7FD
Tints of Mauve #D8B7FD
RGB
CMYK
RGB Variations
Color information
#D8B7FD (or 0xD8B7FD) is known color: Mauve. HEX triplet: D8, B7 and FD. RGB value is (216,183,253). Sum of RGB (Red+Green+Blue) = 216+183+253=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B7FD is #274802. Grayscale: #C8C8C8. Windows color (decimal): -2574339 or 16627672. OLE color: 16627672.
HSL color Cylindrical-coordinate representation of color #D8B7FD: hue angle of 268.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8B7FD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 183 | 253 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.01 |
| HSL | 268.29º | 0.95% | 0.85% | - |
| HSV(B) | 268.29º | 0.28% | 0.99% | - |
| XYZ | 62.98 | 55.56 | 100.33 | - |
| YUV | 200.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 253 | 0.15 | 0.28 | 0 | 0.01 | 268.29 | 0.95 | 0.85 |
| Hex | D8 | B7 | FD | F | 1C | 0 | 1 | 10C | 5F | 55 |
| Octal | 330 | 267 | 375 | 17 | 34 | 0 | 1 | 414 | 137 | 125 |
| Binary | 11011000 | 10110111 | 11111101 | 1111 | 11100 | 0 | 1 | 100001100 | 1011111 | 1010101 |
Color Harmonies of #D8B7FD
Complementary color
Monochromatic Colors of #D8B7FD
Black with #D8B7FD
Text Example
Text Example
White with #D8B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7FD; }
p { color: rgb(216,183,253); }
H1.HeaderClassName
{
color: #D8B7FD;
}
.AnyTagClassName
{
color: #D8B7FD;
}
</style>
background-color css
<style>
a { background-color: #D8B7FD; }
a { background-color: rgb(216,183,253); }
div.DivClassName
{
background-color: #D8B7FD;
}
.BgClassName
{
background-color: #D8B7FD;
}
</style>
border-color css
<style>
span { border-color: #D8B7FD; }
span { border-color: rgb(216,183,253); }
td.TdClassName
{
border-color: #D8B7FD;
}
.TagClassName
{
border-color: #D8B7FD;
}
</style>