Shades of Mauve #D9BAFB
Tints of Mauve #D9BAFB
RGB
CMYK
RGB Variations
Color information
#D9BAFB (or 0xD9BAFB) is known color: Mauve. HEX triplet: D9, BA and FB. RGB value is (217,186,251). Sum of RGB (Red+Green+Blue) = 217+186+251=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAFB is #264504. Grayscale: #CACACA. Windows color (decimal): -2508037 or 16497369. OLE color: 16497369.
HSL color Cylindrical-coordinate representation of color #D9BAFB: hue angle of 268.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BAFB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 186 | 251 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.02 |
| HSL | 268.62º | 0.89% | 0.86% | - |
| HSV(B) | 268.62º | 0.26% | 0.98% | - |
| XYZ | 63.59 | 56.83 | 98.89 | - |
| YUV | 202.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 251 | 0.14 | 0.26 | 0 | 0.02 | 268.62 | 0.89 | 0.86 |
| Hex | D9 | BA | FB | E | 1A | 0 | 2 | 10D | 59 | 56 |
| Octal | 331 | 272 | 373 | 16 | 32 | 0 | 2 | 415 | 131 | 126 |
| Binary | 11011001 | 10111010 | 11111011 | 1110 | 11010 | 0 | 10 | 100001101 | 1011001 | 1010110 |
Color Harmonies of #D9BAFB
Complementary color
Monochromatic Colors of #D9BAFB
Black with #D9BAFB
Text Example
Text Example
White with #D9BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAFB; }
p { color: rgb(217,186,251); }
H1.HeaderClassName
{
color: #D9BAFB;
}
.AnyTagClassName
{
color: #D9BAFB;
}
</style>
background-color css
<style>
a { background-color: #D9BAFB; }
a { background-color: rgb(217,186,251); }
div.DivClassName
{
background-color: #D9BAFB;
}
.BgClassName
{
background-color: #D9BAFB;
}
</style>
border-color css
<style>
span { border-color: #D9BAFB; }
span { border-color: rgb(217,186,251); }
td.TdClassName
{
border-color: #D9BAFB;
}
.TagClassName
{
border-color: #D9BAFB;
}
</style>