Shades of Mauve #D9BCFD
Tints of Mauve #D9BCFD
RGB
CMYK
RGB Variations
Color information
#D9BCFD (or 0xD9BCFD) is known color: Mauve. HEX triplet: D9, BC and FD. RGB value is (217,188,253). Sum of RGB (Red+Green+Blue) = 217+188+253=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCFD is #264302. Grayscale: #CBCBCB. Windows color (decimal): -2507523 or 16628953. OLE color: 16628953.
HSL color Cylindrical-coordinate representation of color #D9BCFD: hue angle of 266.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BCFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 188 | 253 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.01 |
| HSL | 266.77º | 0.94% | 0.86% | - |
| HSV(B) | 266.77º | 0.26% | 0.99% | - |
| XYZ | 64.33 | 57.81 | 100.7 | - |
| YUV | 204.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 253 | 0.14 | 0.26 | 0 | 0.01 | 266.77 | 0.94 | 0.86 |
| Hex | D9 | BC | FD | E | 1A | 0 | 1 | 10B | 5E | 56 |
| Octal | 331 | 274 | 375 | 16 | 32 | 0 | 1 | 413 | 136 | 126 |
| Binary | 11011001 | 10111100 | 11111101 | 1110 | 11010 | 0 | 1 | 100001011 | 1011110 | 1010110 |
Color Harmonies of #D9BCFD
Complementary color
Monochromatic Colors of #D9BCFD
Black with #D9BCFD
Text Example
Text Example
White with #D9BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCFD; }
p { color: rgb(217,188,253); }
H1.HeaderClassName
{
color: #D9BCFD;
}
.AnyTagClassName
{
color: #D9BCFD;
}
</style>
background-color css
<style>
a { background-color: #D9BCFD; }
a { background-color: rgb(217,188,253); }
div.DivClassName
{
background-color: #D9BCFD;
}
.BgClassName
{
background-color: #D9BCFD;
}
</style>
border-color css
<style>
span { border-color: #D9BCFD; }
span { border-color: rgb(217,188,253); }
td.TdClassName
{
border-color: #D9BCFD;
}
.TagClassName
{
border-color: #D9BCFD;
}
</style>