Shades of Mauve #D8BAF3
Tints of Mauve #D8BAF3
RGB
CMYK
RGB Variations
Color information
#D8BAF3 (or 0xD8BAF3) is known color: Mauve. HEX triplet: D8, BA and F3. RGB value is (216,186,243). Sum of RGB (Red+Green+Blue) = 216+186+243=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAF3 is #27450C. Grayscale: #C9C9C9. Windows color (decimal): -2573581 or 15973080. OLE color: 15973080.
HSL color Cylindrical-coordinate representation of color #D8BAF3: hue angle of 271.58º 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 #D8BAF3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 186 | 243 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.05 |
| HSL | 271.58º | 0.7% | 0.84% | - |
| HSV(B) | 271.58º | 0.23% | 0.95% | - |
| XYZ | 62.06 | 56.19 | 92.37 | - |
| YUV | 201.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 243 | 0.11 | 0.23 | 0 | 0.05 | 271.58 | 0.7 | 0.84 |
| Hex | D8 | BA | F3 | B | 17 | 0 | 5 | 110 | 46 | 54 |
| Octal | 330 | 272 | 363 | 13 | 27 | 0 | 5 | 420 | 106 | 124 |
| Binary | 11011000 | 10111010 | 11110011 | 1011 | 10111 | 0 | 101 | 100010000 | 1000110 | 1010100 |
Color Harmonies of #D8BAF3
Complementary color
Monochromatic Colors of #D8BAF3
Black with #D8BAF3
Text Example
Text Example
White with #D8BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAF3; }
p { color: rgb(216,186,243); }
H1.HeaderClassName
{
color: #D8BAF3;
}
.AnyTagClassName
{
color: #D8BAF3;
}
</style>
background-color css
<style>
a { background-color: #D8BAF3; }
a { background-color: rgb(216,186,243); }
div.DivClassName
{
background-color: #D8BAF3;
}
.BgClassName
{
background-color: #D8BAF3;
}
</style>
border-color css
<style>
span { border-color: #D8BAF3; }
span { border-color: rgb(216,186,243); }
td.TdClassName
{
border-color: #D8BAF3;
}
.TagClassName
{
border-color: #D8BAF3;
}
</style>