Shades of Mauve #D3B7FC
Tints of Mauve #D3B7FC
RGB
CMYK
RGB Variations
Color information
#D3B7FC (or 0xD3B7FC) is known color: Mauve. HEX triplet: D3, B7 and FC. RGB value is (211,183,252). Sum of RGB (Red+Green+Blue) = 211+183+252=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B7FC is #2C4803. Grayscale: #C6C6C6. Windows color (decimal): -2902020 or 16562131. OLE color: 16562131.
HSL color Cylindrical-coordinate representation of color #D3B7FC: hue angle of 264.35º 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 #D3B7FC is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 183 | 252 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.01 |
| HSL | 264.35º | 0.92% | 0.85% | - |
| HSV(B) | 264.35º | 0.27% | 0.99% | - |
| XYZ | 61.37 | 54.74 | 99.43 | - |
| YUV | 199.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 252 | 0.16 | 0.27 | 0 | 0.01 | 264.35 | 0.92 | 0.85 |
| Hex | D3 | B7 | FC | 10 | 1B | 0 | 1 | 108 | 5C | 55 |
| Octal | 323 | 267 | 374 | 20 | 33 | 0 | 1 | 410 | 134 | 125 |
| Binary | 11010011 | 10110111 | 11111100 | 10000 | 11011 | 0 | 1 | 100001000 | 1011100 | 1010101 |
Color Harmonies of #D3B7FC
Complementary color
Monochromatic Colors of #D3B7FC
Black with #D3B7FC
Text Example
Text Example
White with #D3B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7FC; }
p { color: rgb(211,183,252); }
H1.HeaderClassName
{
color: #D3B7FC;
}
.AnyTagClassName
{
color: #D3B7FC;
}
</style>
background-color css
<style>
a { background-color: #D3B7FC; }
a { background-color: rgb(211,183,252); }
div.DivClassName
{
background-color: #D3B7FC;
}
.BgClassName
{
background-color: #D3B7FC;
}
</style>
border-color css
<style>
span { border-color: #D3B7FC; }
span { border-color: rgb(211,183,252); }
td.TdClassName
{
border-color: #D3B7FC;
}
.TagClassName
{
border-color: #D3B7FC;
}
</style>