Shades of Mauve #D8BCF9
Tints of Mauve #D8BCF9
RGB
CMYK
RGB Variations
Color information
#D8BCF9 (or 0xD8BCF9) is known color: Mauve. HEX triplet: D8, BC and F9. RGB value is (216,188,249). Sum of RGB (Red+Green+Blue) = 216+188+249=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCF9 is #274306. Grayscale: #CBCBCB. Windows color (decimal): -2573063 or 16366808. OLE color: 16366808.
HSL color Cylindrical-coordinate representation of color #D8BCF9: hue angle of 267.54º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8BCF9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 188 | 249 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.02 |
| HSL | 267.54º | 0.84% | 0.86% | - |
| HSV(B) | 267.54º | 0.24% | 0.98% | - |
| XYZ | 63.4 | 57.4 | 97.36 | - |
| YUV | 203.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 249 | 0.13 | 0.24 | 0 | 0.02 | 267.54 | 0.84 | 0.86 |
| Hex | D8 | BC | F9 | D | 18 | 0 | 2 | 10C | 54 | 56 |
| Octal | 330 | 274 | 371 | 15 | 30 | 0 | 2 | 414 | 124 | 126 |
| Binary | 11011000 | 10111100 | 11111001 | 1101 | 11000 | 0 | 10 | 100001100 | 1010100 | 1010110 |
Color Harmonies of #D8BCF9
Complementary color
Monochromatic Colors of #D8BCF9
Black with #D8BCF9
Text Example
Text Example
White with #D8BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCF9; }
p { color: rgb(216,188,249); }
H1.HeaderClassName
{
color: #D8BCF9;
}
.AnyTagClassName
{
color: #D8BCF9;
}
</style>
background-color css
<style>
a { background-color: #D8BCF9; }
a { background-color: rgb(216,188,249); }
div.DivClassName
{
background-color: #D8BCF9;
}
.BgClassName
{
background-color: #D8BCF9;
}
</style>
border-color css
<style>
span { border-color: #D8BCF9; }
span { border-color: rgb(216,188,249); }
td.TdClassName
{
border-color: #D8BCF9;
}
.TagClassName
{
border-color: #D8BCF9;
}
</style>