Shades of Mauve #D7BBF9
Tints of Mauve #D7BBF9
RGB
CMYK
RGB Variations
Color information
#D7BBF9 (or 0xD7BBF9) is known color: Mauve. HEX triplet: D7, BB and F9. RGB value is (215,187,249). Sum of RGB (Red+Green+Blue) = 215+187+249=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBF9 is #284406. Grayscale: #CACACA. Windows color (decimal): -2638855 or 16366551. OLE color: 16366551.
HSL color Cylindrical-coordinate representation of color #D7BBF9: hue angle of 267.1º 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 #D7BBF9 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 187 | 249 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.02 |
| HSL | 267.1º | 0.84% | 0.85% | - |
| HSV(B) | 267.1º | 0.25% | 0.98% | - |
| XYZ | 62.89 | 56.83 | 97.28 | - |
| YUV | 202.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 249 | 0.14 | 0.25 | 0 | 0.02 | 267.1 | 0.84 | 0.85 |
| Hex | D7 | BB | F9 | E | 19 | 0 | 2 | 10B | 54 | 55 |
| Octal | 327 | 273 | 371 | 16 | 31 | 0 | 2 | 413 | 124 | 125 |
| Binary | 11010111 | 10111011 | 11111001 | 1110 | 11001 | 0 | 10 | 100001011 | 1010100 | 1010101 |
Color Harmonies of #D7BBF9
Complementary color
Monochromatic Colors of #D7BBF9
Black with #D7BBF9
Text Example
Text Example
White with #D7BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBF9; }
p { color: rgb(215,187,249); }
H1.HeaderClassName
{
color: #D7BBF9;
}
.AnyTagClassName
{
color: #D7BBF9;
}
</style>
background-color css
<style>
a { background-color: #D7BBF9; }
a { background-color: rgb(215,187,249); }
div.DivClassName
{
background-color: #D7BBF9;
}
.BgClassName
{
background-color: #D7BBF9;
}
</style>
border-color css
<style>
span { border-color: #D7BBF9; }
span { border-color: rgb(215,187,249); }
td.TdClassName
{
border-color: #D7BBF9;
}
.TagClassName
{
border-color: #D7BBF9;
}
</style>