Shades of Mauve #D9BBFB
Tints of Mauve #D9BBFB
RGB
CMYK
RGB Variations
Color information
#D9BBFB (or 0xD9BBFB) is known color: Mauve. HEX triplet: D9, BB and FB. RGB value is (217,187,251). Sum of RGB (Red+Green+Blue) = 217+187+251=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBFB is #264404. Grayscale: #CBCBCB. Windows color (decimal): -2507781 or 16497625. OLE color: 16497625.
HSL color Cylindrical-coordinate representation of color #D9BBFB: hue angle of 268.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BBFB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 187 | 251 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.02 |
| HSL | 268.13º | 0.89% | 0.86% | - |
| HSV(B) | 268.13º | 0.25% | 0.98% | - |
| XYZ | 63.8 | 57.26 | 98.96 | - |
| YUV | 203.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 251 | 0.14 | 0.25 | 0 | 0.02 | 268.13 | 0.89 | 0.86 |
| Hex | D9 | BB | FB | E | 19 | 0 | 2 | 10C | 59 | 56 |
| Octal | 331 | 273 | 373 | 16 | 31 | 0 | 2 | 414 | 131 | 126 |
| Binary | 11011001 | 10111011 | 11111011 | 1110 | 11001 | 0 | 10 | 100001100 | 1011001 | 1010110 |
Color Harmonies of #D9BBFB
Complementary color
Monochromatic Colors of #D9BBFB
Black with #D9BBFB
Text Example
Text Example
White with #D9BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBFB; }
p { color: rgb(217,187,251); }
H1.HeaderClassName
{
color: #D9BBFB;
}
.AnyTagClassName
{
color: #D9BBFB;
}
</style>
background-color css
<style>
a { background-color: #D9BBFB; }
a { background-color: rgb(217,187,251); }
div.DivClassName
{
background-color: #D9BBFB;
}
.BgClassName
{
background-color: #D9BBFB;
}
</style>
border-color css
<style>
span { border-color: #D9BBFB; }
span { border-color: rgb(217,187,251); }
td.TdClassName
{
border-color: #D9BBFB;
}
.TagClassName
{
border-color: #D9BBFB;
}
</style>