Shades of Mauve #D6BBFD
Tints of Mauve #D6BBFD
RGB
CMYK
RGB Variations
Color information
#D6BBFD (or 0xD6BBFD) is known color: Mauve. HEX triplet: D6, BB and FD. RGB value is (214,187,253). Sum of RGB (Red+Green+Blue) = 214+187+253=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBFD is #294402. Grayscale: #CACACA. Windows color (decimal): -2704387 or 16628694. OLE color: 16628694.
HSL color Cylindrical-coordinate representation of color #D6BBFD: hue angle of 264.55º 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 #D6BBFD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 187 | 253 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 264.55º | 0.94% | 0.86% | - |
| HSV(B) | 264.55º | 0.26% | 0.99% | - |
| XYZ | 63.23 | 56.93 | 100.58 | - |
| YUV | 202.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 253 | 0.15 | 0.26 | 0 | 0.01 | 264.55 | 0.94 | 0.86 |
| Hex | D6 | BB | FD | F | 1A | 0 | 1 | 109 | 5E | 56 |
| Octal | 326 | 273 | 375 | 17 | 32 | 0 | 1 | 411 | 136 | 126 |
| Binary | 11010110 | 10111011 | 11111101 | 1111 | 11010 | 0 | 1 | 100001001 | 1011110 | 1010110 |
Color Harmonies of #D6BBFD
Complementary color
Monochromatic Colors of #D6BBFD
Black with #D6BBFD
Text Example
Text Example
White with #D6BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBFD; }
p { color: rgb(214,187,253); }
H1.HeaderClassName
{
color: #D6BBFD;
}
.AnyTagClassName
{
color: #D6BBFD;
}
</style>
background-color css
<style>
a { background-color: #D6BBFD; }
a { background-color: rgb(214,187,253); }
div.DivClassName
{
background-color: #D6BBFD;
}
.BgClassName
{
background-color: #D6BBFD;
}
</style>
border-color css
<style>
span { border-color: #D6BBFD; }
span { border-color: rgb(214,187,253); }
td.TdClassName
{
border-color: #D6BBFD;
}
.TagClassName
{
border-color: #D6BBFD;
}
</style>