Shades of Mauve #D6B3F6
Tints of Mauve #D6B3F6
RGB
CMYK
RGB Variations
Color information
#D6B3F6 (or 0xD6B3F6) is known color: Mauve. HEX triplet: D6, B3 and F6. RGB value is (214,179,246). Sum of RGB (Red+Green+Blue) = 214+179+246=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6B3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B3F6 is #294C09. Grayscale: #C4C4C4. Windows color (decimal): -2706442 or 16167894. OLE color: 16167894.
HSL color Cylindrical-coordinate representation of color #D6B3F6: hue angle of 271.34º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B3F6 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 179 | 246 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.04 |
| HSL | 271.34º | 0.79% | 0.83% | - |
| HSV(B) | 271.34º | 0.27% | 0.96% | - |
| XYZ | 60.49 | 53.19 | 94.27 | - |
| YUV | 197.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 246 | 0.13 | 0.27 | 0 | 0.04 | 271.34 | 0.79 | 0.83 |
| Hex | D6 | B3 | F6 | D | 1B | 0 | 4 | 10F | 4F | 53 |
| Octal | 326 | 263 | 366 | 15 | 33 | 0 | 4 | 417 | 117 | 123 |
| Binary | 11010110 | 10110011 | 11110110 | 1101 | 11011 | 0 | 100 | 100001111 | 1001111 | 1010011 |
Color Harmonies of #D6B3F6
Complementary color
Monochromatic Colors of #D6B3F6
Black with #D6B3F6
Text Example
Text Example
White with #D6B3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3F6; }
p { color: rgb(214,179,246); }
H1.HeaderClassName
{
color: #D6B3F6;
}
.AnyTagClassName
{
color: #D6B3F6;
}
</style>
background-color css
<style>
a { background-color: #D6B3F6; }
a { background-color: rgb(214,179,246); }
div.DivClassName
{
background-color: #D6B3F6;
}
.BgClassName
{
background-color: #D6B3F6;
}
</style>
border-color css
<style>
span { border-color: #D6B3F6; }
span { border-color: rgb(214,179,246); }
td.TdClassName
{
border-color: #D6B3F6;
}
.TagClassName
{
border-color: #D6B3F6;
}
</style>