Shades of Mauve #D7BCFD
Tints of Mauve #D7BCFD
RGB
CMYK
RGB Variations
Color information
#D7BCFD (or 0xD7BCFD) is known color: Mauve. HEX triplet: D7, BC and FD. RGB value is (215,188,253). Sum of RGB (Red+Green+Blue) = 215+188+253=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCFD is #284302. Grayscale: #CBCBCB. Windows color (decimal): -2638595 or 16628951. OLE color: 16628951.
HSL color Cylindrical-coordinate representation of color #D7BCFD: hue angle of 264.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BCFD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 188 | 253 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 264.92º | 0.94% | 0.86% | - |
| HSV(B) | 264.92º | 0.26% | 0.99% | - |
| XYZ | 63.74 | 57.51 | 100.67 | - |
| YUV | 203.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 253 | 0.15 | 0.26 | 0 | 0.01 | 264.92 | 0.94 | 0.86 |
| Hex | D7 | BC | FD | F | 1A | 0 | 1 | 109 | 5E | 56 |
| Octal | 327 | 274 | 375 | 17 | 32 | 0 | 1 | 411 | 136 | 126 |
| Binary | 11010111 | 10111100 | 11111101 | 1111 | 11010 | 0 | 1 | 100001001 | 1011110 | 1010110 |
Color Harmonies of #D7BCFD
Complementary color
Monochromatic Colors of #D7BCFD
Black with #D7BCFD
Text Example
Text Example
White with #D7BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCFD; }
p { color: rgb(215,188,253); }
H1.HeaderClassName
{
color: #D7BCFD;
}
.AnyTagClassName
{
color: #D7BCFD;
}
</style>
background-color css
<style>
a { background-color: #D7BCFD; }
a { background-color: rgb(215,188,253); }
div.DivClassName
{
background-color: #D7BCFD;
}
.BgClassName
{
background-color: #D7BCFD;
}
</style>
border-color css
<style>
span { border-color: #D7BCFD; }
span { border-color: rgb(215,188,253); }
td.TdClassName
{
border-color: #D7BCFD;
}
.TagClassName
{
border-color: #D7BCFD;
}
</style>