Shades of Mauve #D8BBFD
Tints of Mauve #D8BBFD
RGB
CMYK
RGB Variations
Color information
#D8BBFD (or 0xD8BBFD) is known color: Mauve. HEX triplet: D8, BB and FD. RGB value is (216,187,253). Sum of RGB (Red+Green+Blue) = 216+187+253=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBFD is #274402. Grayscale: #CACACA. Windows color (decimal): -2573315 or 16628696. OLE color: 16628696.
HSL color Cylindrical-coordinate representation of color #D8BBFD: hue angle of 266.36º 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 #D8BBFD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 187 | 253 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 266.36º | 0.94% | 0.86% | - |
| HSV(B) | 266.36º | 0.26% | 0.99% | - |
| XYZ | 63.82 | 57.23 | 100.61 | - |
| YUV | 203.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 253 | 0.15 | 0.26 | 0 | 0.01 | 266.36 | 0.94 | 0.86 |
| Hex | D8 | BB | FD | F | 1A | 0 | 1 | 10A | 5E | 56 |
| Octal | 330 | 273 | 375 | 17 | 32 | 0 | 1 | 412 | 136 | 126 |
| Binary | 11011000 | 10111011 | 11111101 | 1111 | 11010 | 0 | 1 | 100001010 | 1011110 | 1010110 |
Color Harmonies of #D8BBFD
Complementary color
Monochromatic Colors of #D8BBFD
Black with #D8BBFD
Text Example
Text Example
White with #D8BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBFD; }
p { color: rgb(216,187,253); }
H1.HeaderClassName
{
color: #D8BBFD;
}
.AnyTagClassName
{
color: #D8BBFD;
}
</style>
background-color css
<style>
a { background-color: #D8BBFD; }
a { background-color: rgb(216,187,253); }
div.DivClassName
{
background-color: #D8BBFD;
}
.BgClassName
{
background-color: #D8BBFD;
}
</style>
border-color css
<style>
span { border-color: #D8BBFD; }
span { border-color: rgb(216,187,253); }
td.TdClassName
{
border-color: #D8BBFD;
}
.TagClassName
{
border-color: #D8BBFD;
}
</style>