Shades of Mauve #D9BBF3
Tints of Mauve #D9BBF3
RGB
CMYK
RGB Variations
Color information
#D9BBF3 (or 0xD9BBF3) is known color: Mauve. HEX triplet: D9, BB and F3. RGB value is (217,187,243). Sum of RGB (Red+Green+Blue) = 217+187+243=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBF3 is #26440C. Grayscale: #CACACA. Windows color (decimal): -2507789 or 15973337. OLE color: 15973337.
HSL color Cylindrical-coordinate representation of color #D9BBF3: hue angle of 272.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BBF3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 187 | 243 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.05 |
| HSL | 272.14º | 0.7% | 0.84% | - |
| HSV(B) | 272.14º | 0.23% | 0.95% | - |
| XYZ | 62.56 | 56.76 | 92.45 | - |
| YUV | 202.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 243 | 0.11 | 0.23 | 0 | 0.05 | 272.14 | 0.7 | 0.84 |
| Hex | D9 | BB | F3 | B | 17 | 0 | 5 | 110 | 46 | 54 |
| Octal | 331 | 273 | 363 | 13 | 27 | 0 | 5 | 420 | 106 | 124 |
| Binary | 11011001 | 10111011 | 11110011 | 1011 | 10111 | 0 | 101 | 100010000 | 1000110 | 1010100 |
Color Harmonies of #D9BBF3
Complementary color
Monochromatic Colors of #D9BBF3
Black with #D9BBF3
Text Example
Text Example
White with #D9BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBF3; }
p { color: rgb(217,187,243); }
H1.HeaderClassName
{
color: #D9BBF3;
}
.AnyTagClassName
{
color: #D9BBF3;
}
</style>
background-color css
<style>
a { background-color: #D9BBF3; }
a { background-color: rgb(217,187,243); }
div.DivClassName
{
background-color: #D9BBF3;
}
.BgClassName
{
background-color: #D9BBF3;
}
</style>
border-color css
<style>
span { border-color: #D9BBF3; }
span { border-color: rgb(217,187,243); }
td.TdClassName
{
border-color: #D9BBF3;
}
.TagClassName
{
border-color: #D9BBF3;
}
</style>