Shades of Mauve #D9BBF9
Tints of Mauve #D9BBF9
RGB
CMYK
RGB Variations
Color information
#D9BBF9 (or 0xD9BBF9) is known color: Mauve. HEX triplet: D9, BB and F9. RGB value is (217,187,249). Sum of RGB (Red+Green+Blue) = 217+187+249=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBF9 is #264406. Grayscale: #CACACA. Windows color (decimal): -2507783 or 16366553. OLE color: 16366553.
HSL color Cylindrical-coordinate representation of color #D9BBF9: hue angle of 269.03º 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 #D9BBF9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 187 | 249 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.02 |
| HSL | 269.03º | 0.84% | 0.85% | - |
| HSV(B) | 269.03º | 0.25% | 0.98% | - |
| XYZ | 63.48 | 57.13 | 97.3 | - |
| YUV | 203.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 249 | 0.13 | 0.25 | 0 | 0.02 | 269.03 | 0.84 | 0.85 |
| Hex | D9 | BB | F9 | D | 19 | 0 | 2 | 10D | 54 | 55 |
| Octal | 331 | 273 | 371 | 15 | 31 | 0 | 2 | 415 | 124 | 125 |
| Binary | 11011001 | 10111011 | 11111001 | 1101 | 11001 | 0 | 10 | 100001101 | 1010100 | 1010101 |
Color Harmonies of #D9BBF9
Complementary color
Monochromatic Colors of #D9BBF9
Black with #D9BBF9
Text Example
Text Example
White with #D9BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBF9; }
p { color: rgb(217,187,249); }
H1.HeaderClassName
{
color: #D9BBF9;
}
.AnyTagClassName
{
color: #D9BBF9;
}
</style>
background-color css
<style>
a { background-color: #D9BBF9; }
a { background-color: rgb(217,187,249); }
div.DivClassName
{
background-color: #D9BBF9;
}
.BgClassName
{
background-color: #D9BBF9;
}
</style>
border-color css
<style>
span { border-color: #D9BBF9; }
span { border-color: rgb(217,187,249); }
td.TdClassName
{
border-color: #D9BBF9;
}
.TagClassName
{
border-color: #D9BBF9;
}
</style>