Shades of Mauve #D6BCFF
Tints of Mauve #D6BCFF
RGB
CMYK
RGB Variations
Color information
#D6BCFF (or 0xD6BCFF) is known color: Mauve. HEX triplet: D6, BC and FF. RGB value is (214,188,255). Sum of RGB (Red+Green+Blue) = 214+188+255=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCFF is #294300. Grayscale: #CBCBCB. Windows color (decimal): -2704129 or 16760022. OLE color: 16760022.
HSL color Cylindrical-coordinate representation of color #D6BCFF: hue angle of 263.28º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6BCFF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 188 | 255 | - |
| CMYK | 0.16 | 0.26 | 0 | 0 |
| HSL | 263.28º | 1% | 0.87% | - |
| HSV(B) | 263.28º | 0.26% | 1% | - |
| XYZ | 63.76 | 57.48 | 102.34 | - |
| YUV | 203.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 255 | 0.16 | 0.26 | 0 | 0 | 263.28 | 1 | 0.87 |
| Hex | D6 | BC | FF | 10 | 1A | 0 | 0 | 107 | 64 | 57 |
| Octal | 326 | 274 | 377 | 20 | 32 | 0 | 0 | 407 | 144 | 127 |
| Binary | 11010110 | 10111100 | 11111111 | 10000 | 11010 | 0 | 0 | 100000111 | 1100100 | 1010111 |
Color Harmonies of #D6BCFF
Complementary color
Monochromatic Colors of #D6BCFF
Black with #D6BCFF
Text Example
Text Example
White with #D6BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCFF; }
p { color: rgb(214,188,255); }
H1.HeaderClassName
{
color: #D6BCFF;
}
.AnyTagClassName
{
color: #D6BCFF;
}
</style>
background-color css
<style>
a { background-color: #D6BCFF; }
a { background-color: rgb(214,188,255); }
div.DivClassName
{
background-color: #D6BCFF;
}
.BgClassName
{
background-color: #D6BCFF;
}
</style>
border-color css
<style>
span { border-color: #D6BCFF; }
span { border-color: rgb(214,188,255); }
td.TdClassName
{
border-color: #D6BCFF;
}
.TagClassName
{
border-color: #D6BCFF;
}
</style>