Shades of Mauve #D6B7EF
Tints of Mauve #D6B7EF
RGB
CMYK
RGB Variations
Color information
#D6B7EF (or 0xD6B7EF) is known color: Mauve. HEX triplet: D6, B7 and EF. RGB value is (214,183,239). Sum of RGB (Red+Green+Blue) = 214+183+239=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7EF is #294810. Grayscale: #C6C6C6. Windows color (decimal): -2705425 or 15710166. OLE color: 15710166.
HSL color Cylindrical-coordinate representation of color #D6B7EF: hue angle of 273.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6B7EF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 183 | 239 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.06 |
| HSL | 273.21º | 0.64% | 0.83% | - |
| HSV(B) | 273.21º | 0.23% | 0.94% | - |
| XYZ | 60.25 | 54.4 | 88.99 | - |
| YUV | 198.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 239 | 0.10 | 0.23 | 0 | 0.06 | 273.21 | 0.64 | 0.83 |
| Hex | D6 | B7 | EF | A | 17 | 0 | 6 | 111 | 40 | 53 |
| Octal | 326 | 267 | 357 | 12 | 27 | 0 | 6 | 421 | 100 | 123 |
| Binary | 11010110 | 10110111 | 11101111 | 1010 | 10111 | 0 | 110 | 100010001 | 1000000 | 1010011 |
Color Harmonies of #D6B7EF
Complementary color
Monochromatic Colors of #D6B7EF
Black with #D6B7EF
Text Example
Text Example
White with #D6B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7EF; }
p { color: rgb(214,183,239); }
H1.HeaderClassName
{
color: #D6B7EF;
}
.AnyTagClassName
{
color: #D6B7EF;
}
</style>
background-color css
<style>
a { background-color: #D6B7EF; }
a { background-color: rgb(214,183,239); }
div.DivClassName
{
background-color: #D6B7EF;
}
.BgClassName
{
background-color: #D6B7EF;
}
</style>
border-color css
<style>
span { border-color: #D6B7EF; }
span { border-color: rgb(214,183,239); }
td.TdClassName
{
border-color: #D6B7EF;
}
.TagClassName
{
border-color: #D6B7EF;
}
</style>