Shades of Mauve #D8BBF8
Tints of Mauve #D8BBF8
RGB
CMYK
RGB Variations
Color information
#D8BBF8 (or 0xD8BBF8) is known color: Mauve. HEX triplet: D8, BB and F8. RGB value is (216,187,248). Sum of RGB (Red+Green+Blue) = 216+187+248=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF8 is #274407. Grayscale: #CACACA. Windows color (decimal): -2573320 or 16301016. OLE color: 16301016.
HSL color Cylindrical-coordinate representation of color #D8BBF8: hue angle of 268.52º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8BBF8 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 187 | 248 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.03 |
| HSL | 268.52º | 0.81% | 0.85% | - |
| HSV(B) | 268.52º | 0.25% | 0.97% | - |
| XYZ | 63.03 | 56.92 | 96.47 | - |
| YUV | 202.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 248 | 0.13 | 0.25 | 0 | 0.03 | 268.52 | 0.81 | 0.85 |
| Hex | D8 | BB | F8 | D | 19 | 0 | 3 | 10D | 51 | 55 |
| Octal | 330 | 273 | 370 | 15 | 31 | 0 | 3 | 415 | 121 | 125 |
| Binary | 11011000 | 10111011 | 11111000 | 1101 | 11001 | 0 | 11 | 100001101 | 1010001 | 1010101 |
Color Harmonies of #D8BBF8
Complementary color
Monochromatic Colors of #D8BBF8
Black with #D8BBF8
Text Example
Text Example
White with #D8BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBF8; }
p { color: rgb(216,187,248); }
H1.HeaderClassName
{
color: #D8BBF8;
}
.AnyTagClassName
{
color: #D8BBF8;
}
</style>
background-color css
<style>
a { background-color: #D8BBF8; }
a { background-color: rgb(216,187,248); }
div.DivClassName
{
background-color: #D8BBF8;
}
.BgClassName
{
background-color: #D8BBF8;
}
</style>
border-color css
<style>
span { border-color: #D8BBF8; }
span { border-color: rgb(216,187,248); }
td.TdClassName
{
border-color: #D8BBF8;
}
.TagClassName
{
border-color: #D8BBF8;
}
</style>