Shades of Mauve #D3B8FB
Tints of Mauve #D3B8FB
RGB
CMYK
RGB Variations
Color information
#D3B8FB (or 0xD3B8FB) is known color: Mauve. HEX triplet: D3, B8 and FB. RGB value is (211,184,251). Sum of RGB (Red+Green+Blue) = 211+184+251=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B8FB is #2C4704. Grayscale: #C7C7C7. Windows color (decimal): -2901765 or 16496851. OLE color: 16496851.
HSL color Cylindrical-coordinate representation of color #D3B8FB: hue angle of 264.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3B8FB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 184 | 251 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.02 |
| HSL | 264.18º | 0.89% | 0.85% | - |
| HSV(B) | 264.18º | 0.27% | 0.98% | - |
| XYZ | 61.42 | 55.09 | 98.66 | - |
| YUV | 199.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 251 | 0.16 | 0.27 | 0 | 0.02 | 264.18 | 0.89 | 0.85 |
| Hex | D3 | B8 | FB | 10 | 1B | 0 | 2 | 108 | 59 | 55 |
| Octal | 323 | 270 | 373 | 20 | 33 | 0 | 2 | 410 | 131 | 125 |
| Binary | 11010011 | 10111000 | 11111011 | 10000 | 11011 | 0 | 10 | 100001000 | 1011001 | 1010101 |
Color Harmonies of #D3B8FB
Complementary color
Monochromatic Colors of #D3B8FB
Black with #D3B8FB
Text Example
Text Example
White with #D3B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B8FB; }
p { color: rgb(211,184,251); }
H1.HeaderClassName
{
color: #D3B8FB;
}
.AnyTagClassName
{
color: #D3B8FB;
}
</style>
background-color css
<style>
a { background-color: #D3B8FB; }
a { background-color: rgb(211,184,251); }
div.DivClassName
{
background-color: #D3B8FB;
}
.BgClassName
{
background-color: #D3B8FB;
}
</style>
border-color css
<style>
span { border-color: #D3B8FB; }
span { border-color: rgb(211,184,251); }
td.TdClassName
{
border-color: #D3B8FB;
}
.TagClassName
{
border-color: #D3B8FB;
}
</style>