Shades of Mauve #D8BAFB
Tints of Mauve #D8BAFB
RGB
CMYK
RGB Variations
Color information
#D8BAFB (or 0xD8BAFB) is known color: Mauve. HEX triplet: D8, BA and FB. RGB value is (216,186,251). Sum of RGB (Red+Green+Blue) = 216+186+251=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAFB is #274504. Grayscale: #CACACA. Windows color (decimal): -2573573 or 16497368. OLE color: 16497368.
HSL color Cylindrical-coordinate representation of color #D8BAFB: hue angle of 267.69º 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 #D8BAFB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 186 | 251 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.02 |
| HSL | 267.69º | 0.89% | 0.86% | - |
| HSV(B) | 267.69º | 0.26% | 0.98% | - |
| XYZ | 63.29 | 56.68 | 98.87 | - |
| YUV | 202.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 251 | 0.14 | 0.26 | 0 | 0.02 | 267.69 | 0.89 | 0.86 |
| Hex | D8 | BA | FB | E | 1A | 0 | 2 | 10C | 59 | 56 |
| Octal | 330 | 272 | 373 | 16 | 32 | 0 | 2 | 414 | 131 | 126 |
| Binary | 11011000 | 10111010 | 11111011 | 1110 | 11010 | 0 | 10 | 100001100 | 1011001 | 1010110 |
Color Harmonies of #D8BAFB
Complementary color
Monochromatic Colors of #D8BAFB
Black with #D8BAFB
Text Example
Text Example
White with #D8BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAFB; }
p { color: rgb(216,186,251); }
H1.HeaderClassName
{
color: #D8BAFB;
}
.AnyTagClassName
{
color: #D8BAFB;
}
</style>
background-color css
<style>
a { background-color: #D8BAFB; }
a { background-color: rgb(216,186,251); }
div.DivClassName
{
background-color: #D8BAFB;
}
.BgClassName
{
background-color: #D8BAFB;
}
</style>
border-color css
<style>
span { border-color: #D8BAFB; }
span { border-color: rgb(216,186,251); }
td.TdClassName
{
border-color: #D8BAFB;
}
.TagClassName
{
border-color: #D8BAFB;
}
</style>