Shades of Mauve #D7BCFC
Tints of Mauve #D7BCFC
RGB
CMYK
RGB Variations
Color information
#D7BCFC (or 0xD7BCFC) is known color: Mauve. HEX triplet: D7, BC and FC. RGB value is (215,188,252). Sum of RGB (Red+Green+Blue) = 215+188+252=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCFC is #284303. Grayscale: #CBCBCB. Windows color (decimal): -2638596 or 16563415. OLE color: 16563415.
HSL color Cylindrical-coordinate representation of color #D7BCFC: hue angle of 265.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7BCFC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 188 | 252 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.01 |
| HSL | 265.31º | 0.91% | 0.86% | - |
| HSV(B) | 265.31º | 0.25% | 0.99% | - |
| XYZ | 63.58 | 57.44 | 99.83 | - |
| YUV | 203.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 252 | 0.15 | 0.25 | 0 | 0.01 | 265.31 | 0.91 | 0.86 |
| Hex | D7 | BC | FC | F | 19 | 0 | 1 | 109 | 5B | 56 |
| Octal | 327 | 274 | 374 | 17 | 31 | 0 | 1 | 411 | 133 | 126 |
| Binary | 11010111 | 10111100 | 11111100 | 1111 | 11001 | 0 | 1 | 100001001 | 1011011 | 1010110 |
Color Harmonies of #D7BCFC
Complementary color
Monochromatic Colors of #D7BCFC
Black with #D7BCFC
Text Example
Text Example
White with #D7BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCFC; }
p { color: rgb(215,188,252); }
H1.HeaderClassName
{
color: #D7BCFC;
}
.AnyTagClassName
{
color: #D7BCFC;
}
</style>
background-color css
<style>
a { background-color: #D7BCFC; }
a { background-color: rgb(215,188,252); }
div.DivClassName
{
background-color: #D7BCFC;
}
.BgClassName
{
background-color: #D7BCFC;
}
</style>
border-color css
<style>
span { border-color: #D7BCFC; }
span { border-color: rgb(215,188,252); }
td.TdClassName
{
border-color: #D7BCFC;
}
.TagClassName
{
border-color: #D7BCFC;
}
</style>