Shades of Mauve #D9BCF8
Tints of Mauve #D9BCF8
RGB
CMYK
RGB Variations
Color information
#D9BCF8 (or 0xD9BCF8) is known color: Mauve. HEX triplet: D9, BC and F8. RGB value is (217,188,248). Sum of RGB (Red+Green+Blue) = 217+188+248=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9BCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCF8 is #264307. Grayscale: #CBCBCB. Windows color (decimal): -2507528 or 16301273. OLE color: 16301273.
HSL color Cylindrical-coordinate representation of color #D9BCF8: hue angle of 269º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9BCF8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 188 | 248 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.03 |
| HSL | 269º | 0.81% | 0.85% | - |
| HSV(B) | 269º | 0.24% | 0.97% | - |
| XYZ | 63.54 | 57.5 | 96.56 | - |
| YUV | 203.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 248 | 0.12 | 0.24 | 0 | 0.03 | 269 | 0.81 | 0.85 |
| Hex | D9 | BC | F8 | C | 18 | 0 | 3 | 10D | 51 | 55 |
| Octal | 331 | 274 | 370 | 14 | 30 | 0 | 3 | 415 | 121 | 125 |
| Binary | 11011001 | 10111100 | 11111000 | 1100 | 11000 | 0 | 11 | 100001101 | 1010001 | 1010101 |
Color Harmonies of #D9BCF8
Complementary color
Monochromatic Colors of #D9BCF8
Black with #D9BCF8
Text Example
Text Example
White with #D9BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCF8; }
p { color: rgb(217,188,248); }
H1.HeaderClassName
{
color: #D9BCF8;
}
.AnyTagClassName
{
color: #D9BCF8;
}
</style>
background-color css
<style>
a { background-color: #D9BCF8; }
a { background-color: rgb(217,188,248); }
div.DivClassName
{
background-color: #D9BCF8;
}
.BgClassName
{
background-color: #D9BCF8;
}
</style>
border-color css
<style>
span { border-color: #D9BCF8; }
span { border-color: rgb(217,188,248); }
td.TdClassName
{
border-color: #D9BCF8;
}
.TagClassName
{
border-color: #D9BCF8;
}
</style>