Shades of Mauve #D8B7F7
Tints of Mauve #D8B7F7
RGB
CMYK
RGB Variations
Color information
#D8B7F7 (or 0xD8B7F7) is known color: Mauve. HEX triplet: D8, B7 and F7. RGB value is (216,183,247). Sum of RGB (Red+Green+Blue) = 216+183+247=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8B7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B7F7 is #274808. Grayscale: #C7C7C7. Windows color (decimal): -2574345 or 16234456. OLE color: 16234456.
HSL color Cylindrical-coordinate representation of color #D8B7F7: hue angle of 270.94º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B7F7 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 183 | 247 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.03 |
| HSL | 270.94º | 0.8% | 0.84% | - |
| HSV(B) | 270.94º | 0.26% | 0.97% | - |
| XYZ | 62.04 | 55.18 | 95.38 | - |
| YUV | 200.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 247 | 0.13 | 0.26 | 0 | 0.03 | 270.94 | 0.8 | 0.84 |
| Hex | D8 | B7 | F7 | D | 1A | 0 | 3 | 10F | 50 | 54 |
| Octal | 330 | 267 | 367 | 15 | 32 | 0 | 3 | 417 | 120 | 124 |
| Binary | 11011000 | 10110111 | 11110111 | 1101 | 11010 | 0 | 11 | 100001111 | 1010000 | 1010100 |
Color Harmonies of #D8B7F7
Complementary color
Monochromatic Colors of #D8B7F7
Black with #D8B7F7
Text Example
Text Example
White with #D8B7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7F7; }
p { color: rgb(216,183,247); }
H1.HeaderClassName
{
color: #D8B7F7;
}
.AnyTagClassName
{
color: #D8B7F7;
}
</style>
background-color css
<style>
a { background-color: #D8B7F7; }
a { background-color: rgb(216,183,247); }
div.DivClassName
{
background-color: #D8B7F7;
}
.BgClassName
{
background-color: #D8B7F7;
}
</style>
border-color css
<style>
span { border-color: #D8B7F7; }
span { border-color: rgb(216,183,247); }
td.TdClassName
{
border-color: #D8B7F7;
}
.TagClassName
{
border-color: #D8B7F7;
}
</style>