Shades of Mauve #D8BBF9
Tints of Mauve #D8BBF9
RGB
CMYK
RGB Variations
Color information
#D8BBF9 (or 0xD8BBF9) is known color: Mauve. HEX triplet: D8, BB and F9. RGB value is (216,187,249). Sum of RGB (Red+Green+Blue) = 216+187+249=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF9 is #274406. Grayscale: #CACACA. Windows color (decimal): -2573319 or 16366552. OLE color: 16366552.
HSL color Cylindrical-coordinate representation of color #D8BBF9: hue angle of 268.06º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8BBF9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 187 | 249 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.02 |
| HSL | 268.06º | 0.84% | 0.85% | - |
| HSV(B) | 268.06º | 0.25% | 0.98% | - |
| XYZ | 63.19 | 56.98 | 97.29 | - |
| YUV | 202.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 249 | 0.13 | 0.25 | 0 | 0.02 | 268.06 | 0.84 | 0.85 |
| Hex | D8 | BB | F9 | D | 19 | 0 | 2 | 10C | 54 | 55 |
| Octal | 330 | 273 | 371 | 15 | 31 | 0 | 2 | 414 | 124 | 125 |
| Binary | 11011000 | 10111011 | 11111001 | 1101 | 11001 | 0 | 10 | 100001100 | 1010100 | 1010101 |
Color Harmonies of #D8BBF9
Complementary color
Monochromatic Colors of #D8BBF9
Black with #D8BBF9
Text Example
Text Example
White with #D8BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBF9; }
p { color: rgb(216,187,249); }
H1.HeaderClassName
{
color: #D8BBF9;
}
.AnyTagClassName
{
color: #D8BBF9;
}
</style>
background-color css
<style>
a { background-color: #D8BBF9; }
a { background-color: rgb(216,187,249); }
div.DivClassName
{
background-color: #D8BBF9;
}
.BgClassName
{
background-color: #D8BBF9;
}
</style>
border-color css
<style>
span { border-color: #D8BBF9; }
span { border-color: rgb(216,187,249); }
td.TdClassName
{
border-color: #D8BBF9;
}
.TagClassName
{
border-color: #D8BBF9;
}
</style>