Shades of Mauve #D3B5FD
Tints of Mauve #D3B5FD
RGB
CMYK
RGB Variations
Color information
#D3B5FD (or 0xD3B5FD) is known color: Mauve. HEX triplet: D3, B5 and FD. RGB value is (211,181,253). Sum of RGB (Red+Green+Blue) = 211+181+253=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B5FD is #2C4A02. Grayscale: #C5C5C5. Windows color (decimal): -2902531 or 16627155. OLE color: 16627155.
HSL color Cylindrical-coordinate representation of color #D3B5FD: hue angle of 265º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3B5FD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 181 | 253 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.01 |
| HSL | 265º | 0.95% | 0.85% | - |
| HSV(B) | 265º | 0.28% | 0.99% | - |
| XYZ | 61.12 | 53.99 | 100.13 | - |
| YUV | 198.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 253 | 0.17 | 0.28 | 0 | 0.01 | 265 | 0.95 | 0.85 |
| Hex | D3 | B5 | FD | 11 | 1C | 0 | 1 | 109 | 5F | 55 |
| Octal | 323 | 265 | 375 | 21 | 34 | 0 | 1 | 411 | 137 | 125 |
| Binary | 11010011 | 10110101 | 11111101 | 10001 | 11100 | 0 | 1 | 100001001 | 1011111 | 1010101 |
Color Harmonies of #D3B5FD
Complementary color
Monochromatic Colors of #D3B5FD
Black with #D3B5FD
Text Example
Text Example
White with #D3B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5FD; }
p { color: rgb(211,181,253); }
H1.HeaderClassName
{
color: #D3B5FD;
}
.AnyTagClassName
{
color: #D3B5FD;
}
</style>
background-color css
<style>
a { background-color: #D3B5FD; }
a { background-color: rgb(211,181,253); }
div.DivClassName
{
background-color: #D3B5FD;
}
.BgClassName
{
background-color: #D3B5FD;
}
</style>
border-color css
<style>
span { border-color: #D3B5FD; }
span { border-color: rgb(211,181,253); }
td.TdClassName
{
border-color: #D3B5FD;
}
.TagClassName
{
border-color: #D3B5FD;
}
</style>