Shades of Mauve #D6B7FE
Tints of Mauve #D6B7FE
RGB
CMYK
RGB Variations
Color information
#D6B7FE (or 0xD6B7FE) is known color: Mauve. HEX triplet: D6, B7 and FE. RGB value is (214,183,254). Sum of RGB (Red+Green+Blue) = 214+183+254=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7FE is #294801. Grayscale: #C8C8C8. Windows color (decimal): -2705410 or 16693206. OLE color: 16693206.
HSL color Cylindrical-coordinate representation of color #D6B7FE: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B7FE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 183 | 254 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.00 |
| HSL | 266.2º | 0.97% | 0.86% | - |
| HSV(B) | 266.2º | 0.28% | 1% | - |
| XYZ | 62.55 | 55.32 | 101.15 | - |
| YUV | 200.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 254 | 0.16 | 0.28 | 0 | 0.00 | 266.2 | 0.97 | 0.86 |
| Hex | D6 | B7 | FE | 10 | 1C | 0 | 0 | 10A | 61 | 56 |
| Octal | 326 | 267 | 376 | 20 | 34 | 0 | 0 | 412 | 141 | 126 |
| Binary | 11010110 | 10110111 | 11111110 | 10000 | 11100 | 0 | 0 | 100001010 | 1100001 | 1010110 |
Color Harmonies of #D6B7FE
Complementary color
Monochromatic Colors of #D6B7FE
Black with #D6B7FE
Text Example
Text Example
White with #D6B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7FE; }
p { color: rgb(214,183,254); }
H1.HeaderClassName
{
color: #D6B7FE;
}
.AnyTagClassName
{
color: #D6B7FE;
}
</style>
background-color css
<style>
a { background-color: #D6B7FE; }
a { background-color: rgb(214,183,254); }
div.DivClassName
{
background-color: #D6B7FE;
}
.BgClassName
{
background-color: #D6B7FE;
}
</style>
border-color css
<style>
span { border-color: #D6B7FE; }
span { border-color: rgb(214,183,254); }
td.TdClassName
{
border-color: #D6B7FE;
}
.TagClassName
{
border-color: #D6B7FE;
}
</style>