Shades of Mauve #D3B7FF
Tints of Mauve #D3B7FF
RGB
CMYK
RGB Variations
Color information
#D3B7FF (or 0xD3B7FF) is known color: Mauve. HEX triplet: D3, B7 and FF. RGB value is (211,183,255). Sum of RGB (Red+Green+Blue) = 211+183+255=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B7FF is #2C4800. Grayscale: #C7C7C7. Windows color (decimal): -2902017 or 16758739. OLE color: 16758739.
HSL color Cylindrical-coordinate representation of color #D3B7FF: hue angle of 263.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3B7FF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 183 | 255 | - |
| CMYK | 0.17 | 0.28 | 0 | 0 |
| HSL | 263.33º | 1% | 0.86% | - |
| HSV(B) | 263.33º | 0.28% | 1% | - |
| XYZ | 61.85 | 54.94 | 101.95 | - |
| YUV | 199.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 255 | 0.17 | 0.28 | 0 | 0 | 263.33 | 1 | 0.86 |
| Hex | D3 | B7 | FF | 11 | 1C | 0 | 0 | 107 | 64 | 56 |
| Octal | 323 | 267 | 377 | 21 | 34 | 0 | 0 | 407 | 144 | 126 |
| Binary | 11010011 | 10110111 | 11111111 | 10001 | 11100 | 0 | 0 | 100000111 | 1100100 | 1010110 |
Color Harmonies of #D3B7FF
Complementary color
Monochromatic Colors of #D3B7FF
Black with #D3B7FF
Text Example
Text Example
White with #D3B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7FF; }
p { color: rgb(211,183,255); }
H1.HeaderClassName
{
color: #D3B7FF;
}
.AnyTagClassName
{
color: #D3B7FF;
}
</style>
background-color css
<style>
a { background-color: #D3B7FF; }
a { background-color: rgb(211,183,255); }
div.DivClassName
{
background-color: #D3B7FF;
}
.BgClassName
{
background-color: #D3B7FF;
}
</style>
border-color css
<style>
span { border-color: #D3B7FF; }
span { border-color: rgb(211,183,255); }
td.TdClassName
{
border-color: #D3B7FF;
}
.TagClassName
{
border-color: #D3B7FF;
}
</style>