Shades of Mauve #D6B7FC
Tints of Mauve #D6B7FC
RGB
CMYK
RGB Variations
Color information
#D6B7FC (or 0xD6B7FC) is known color: Mauve. HEX triplet: D6, B7 and FC. RGB value is (214,183,252). Sum of RGB (Red+Green+Blue) = 214+183+252=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7FC is #294803. Grayscale: #C7C7C7. Windows color (decimal): -2705412 or 16562134. OLE color: 16562134.
HSL color Cylindrical-coordinate representation of color #D6B7FC: hue angle of 266.96º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B7FC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 183 | 252 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.01 |
| HSL | 266.96º | 0.92% | 0.85% | - |
| HSV(B) | 266.96º | 0.27% | 0.99% | - |
| XYZ | 62.24 | 55.19 | 99.47 | - |
| YUV | 200.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 252 | 0.15 | 0.27 | 0 | 0.01 | 266.96 | 0.92 | 0.85 |
| Hex | D6 | B7 | FC | F | 1B | 0 | 1 | 10B | 5C | 55 |
| Octal | 326 | 267 | 374 | 17 | 33 | 0 | 1 | 413 | 134 | 125 |
| Binary | 11010110 | 10110111 | 11111100 | 1111 | 11011 | 0 | 1 | 100001011 | 1011100 | 1010101 |
Color Harmonies of #D6B7FC
Complementary color
Monochromatic Colors of #D6B7FC
Black with #D6B7FC
Text Example
Text Example
White with #D6B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7FC; }
p { color: rgb(214,183,252); }
H1.HeaderClassName
{
color: #D6B7FC;
}
.AnyTagClassName
{
color: #D6B7FC;
}
</style>
background-color css
<style>
a { background-color: #D6B7FC; }
a { background-color: rgb(214,183,252); }
div.DivClassName
{
background-color: #D6B7FC;
}
.BgClassName
{
background-color: #D6B7FC;
}
</style>
border-color css
<style>
span { border-color: #D6B7FC; }
span { border-color: rgb(214,183,252); }
td.TdClassName
{
border-color: #D6B7FC;
}
.TagClassName
{
border-color: #D6B7FC;
}
</style>