Shades of Mauve #D8BAFA
Tints of Mauve #D8BAFA
RGB
CMYK
RGB Variations
Color information
#D8BAFA (or 0xD8BAFA) is known color: Mauve. HEX triplet: D8, BA and FA. RGB value is (216,186,250). Sum of RGB (Red+Green+Blue) = 216+186+250=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAFA is #274505. Grayscale: #CACACA. Windows color (decimal): -2573574 or 16431832. OLE color: 16431832.
HSL color Cylindrical-coordinate representation of color #D8BAFA: hue angle of 268.12º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BAFA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 186 | 250 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.02 |
| HSL | 268.13º | 0.86% | 0.85% | - |
| HSV(B) | 268.13º | 0.26% | 0.98% | - |
| XYZ | 63.13 | 56.62 | 98.04 | - |
| YUV | 202.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 250 | 0.14 | 0.26 | 0 | 0.02 | 268.13 | 0.86 | 0.85 |
| Hex | D8 | BA | FA | E | 1A | 0 | 2 | 10C | 56 | 55 |
| Octal | 330 | 272 | 372 | 16 | 32 | 0 | 2 | 414 | 126 | 125 |
| Binary | 11011000 | 10111010 | 11111010 | 1110 | 11010 | 0 | 10 | 100001100 | 1010110 | 1010101 |
Color Harmonies of #D8BAFA
Complementary color
Monochromatic Colors of #D8BAFA
Black with #D8BAFA
Text Example
Text Example
White with #D8BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAFA; }
p { color: rgb(216,186,250); }
H1.HeaderClassName
{
color: #D8BAFA;
}
.AnyTagClassName
{
color: #D8BAFA;
}
</style>
background-color css
<style>
a { background-color: #D8BAFA; }
a { background-color: rgb(216,186,250); }
div.DivClassName
{
background-color: #D8BAFA;
}
.BgClassName
{
background-color: #D8BAFA;
}
</style>
border-color css
<style>
span { border-color: #D8BAFA; }
span { border-color: rgb(216,186,250); }
td.TdClassName
{
border-color: #D8BAFA;
}
.TagClassName
{
border-color: #D8BAFA;
}
</style>