Shades of Mauve #D6BBFC
Tints of Mauve #D6BBFC
RGB
CMYK
RGB Variations
Color information
#D6BBFC (or 0xD6BBFC) is known color: Mauve. HEX triplet: D6, BB and FC. RGB value is (214,187,252). Sum of RGB (Red+Green+Blue) = 214+187+252=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBFC is #294403. Grayscale: #CACACA. Windows color (decimal): -2704388 or 16563158. OLE color: 16563158.
HSL color Cylindrical-coordinate representation of color #D6BBFC: hue angle of 264.92º degrees, saturation: 0.92, 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 #D6BBFC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 187 | 252 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 264.92º | 0.92% | 0.86% | - |
| HSV(B) | 264.92º | 0.26% | 0.99% | - |
| XYZ | 63.07 | 56.87 | 99.75 | - |
| YUV | 202.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 252 | 0.15 | 0.26 | 0 | 0.01 | 264.92 | 0.92 | 0.86 |
| Hex | D6 | BB | FC | F | 1A | 0 | 1 | 109 | 5C | 56 |
| Octal | 326 | 273 | 374 | 17 | 32 | 0 | 1 | 411 | 134 | 126 |
| Binary | 11010110 | 10111011 | 11111100 | 1111 | 11010 | 0 | 1 | 100001001 | 1011100 | 1010110 |
Color Harmonies of #D6BBFC
Complementary color
Monochromatic Colors of #D6BBFC
Black with #D6BBFC
Text Example
Text Example
White with #D6BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBFC; }
p { color: rgb(214,187,252); }
H1.HeaderClassName
{
color: #D6BBFC;
}
.AnyTagClassName
{
color: #D6BBFC;
}
</style>
background-color css
<style>
a { background-color: #D6BBFC; }
a { background-color: rgb(214,187,252); }
div.DivClassName
{
background-color: #D6BBFC;
}
.BgClassName
{
background-color: #D6BBFC;
}
</style>
border-color css
<style>
span { border-color: #D6BBFC; }
span { border-color: rgb(214,187,252); }
td.TdClassName
{
border-color: #D6BBFC;
}
.TagClassName
{
border-color: #D6BBFC;
}
</style>