Shades of Mauve #D9BBFD
Tints of Mauve #D9BBFD
RGB
CMYK
RGB Variations
Color information
#D9BBFD (or 0xD9BBFD) is known color: Mauve. HEX triplet: D9, BB and FD. RGB value is (217,187,253). Sum of RGB (Red+Green+Blue) = 217+187+253=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBFD is #264402. Grayscale: #CBCBCB. Windows color (decimal): -2507779 or 16628697. OLE color: 16628697.
HSL color Cylindrical-coordinate representation of color #D9BBFD: hue angle of 267.27º 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 #D9BBFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 187 | 253 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.01 |
| HSL | 267.27º | 0.94% | 0.86% | - |
| HSV(B) | 267.27º | 0.26% | 0.99% | - |
| XYZ | 64.12 | 57.38 | 100.63 | - |
| YUV | 203.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 253 | 0.14 | 0.26 | 0 | 0.01 | 267.27 | 0.94 | 0.86 |
| Hex | D9 | BB | FD | E | 1A | 0 | 1 | 10B | 5E | 56 |
| Octal | 331 | 273 | 375 | 16 | 32 | 0 | 1 | 413 | 136 | 126 |
| Binary | 11011001 | 10111011 | 11111101 | 1110 | 11010 | 0 | 1 | 100001011 | 1011110 | 1010110 |
Color Harmonies of #D9BBFD
Complementary color
Monochromatic Colors of #D9BBFD
Black with #D9BBFD
Text Example
Text Example
White with #D9BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBFD; }
p { color: rgb(217,187,253); }
H1.HeaderClassName
{
color: #D9BBFD;
}
.AnyTagClassName
{
color: #D9BBFD;
}
</style>
background-color css
<style>
a { background-color: #D9BBFD; }
a { background-color: rgb(217,187,253); }
div.DivClassName
{
background-color: #D9BBFD;
}
.BgClassName
{
background-color: #D9BBFD;
}
</style>
border-color css
<style>
span { border-color: #D9BBFD; }
span { border-color: rgb(217,187,253); }
td.TdClassName
{
border-color: #D9BBFD;
}
.TagClassName
{
border-color: #D9BBFD;
}
</style>