Shades of Mauve #D6BCFD
Tints of Mauve #D6BCFD
RGB
CMYK
RGB Variations
Color information
#D6BCFD (or 0xD6BCFD) is known color: Mauve. HEX triplet: D6, BC and FD. RGB value is (214,188,253). Sum of RGB (Red+Green+Blue) = 214+188+253=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCFD is #294302. Grayscale: #CACACA. Windows color (decimal): -2704131 or 16628950. OLE color: 16628950.
HSL color Cylindrical-coordinate representation of color #D6BCFD: hue angle of 264º 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 #D6BCFD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 188 | 253 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 264º | 0.94% | 0.86% | - |
| HSV(B) | 264º | 0.26% | 0.99% | - |
| XYZ | 63.44 | 57.35 | 100.66 | - |
| YUV | 203.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 253 | 0.15 | 0.26 | 0 | 0.01 | 264 | 0.94 | 0.86 |
| Hex | D6 | BC | FD | F | 1A | 0 | 1 | 108 | 5E | 56 |
| Octal | 326 | 274 | 375 | 17 | 32 | 0 | 1 | 410 | 136 | 126 |
| Binary | 11010110 | 10111100 | 11111101 | 1111 | 11010 | 0 | 1 | 100001000 | 1011110 | 1010110 |
Color Harmonies of #D6BCFD
Complementary color
Monochromatic Colors of #D6BCFD
Black with #D6BCFD
Text Example
Text Example
White with #D6BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCFD; }
p { color: rgb(214,188,253); }
H1.HeaderClassName
{
color: #D6BCFD;
}
.AnyTagClassName
{
color: #D6BCFD;
}
</style>
background-color css
<style>
a { background-color: #D6BCFD; }
a { background-color: rgb(214,188,253); }
div.DivClassName
{
background-color: #D6BCFD;
}
.BgClassName
{
background-color: #D6BCFD;
}
</style>
border-color css
<style>
span { border-color: #D6BCFD; }
span { border-color: rgb(214,188,253); }
td.TdClassName
{
border-color: #D6BCFD;
}
.TagClassName
{
border-color: #D6BCFD;
}
</style>