Shades of Mauve #D6BBFB
Tints of Mauve #D6BBFB
RGB
CMYK
RGB Variations
Color information
#D6BBFB (or 0xD6BBFB) is known color: Mauve. HEX triplet: D6, BB and FB. RGB value is (214,187,251). Sum of RGB (Red+Green+Blue) = 214+187+251=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBFB is #294404. Grayscale: #CACACA. Windows color (decimal): -2704389 or 16497622. OLE color: 16497622.
HSL color Cylindrical-coordinate representation of color #D6BBFB: hue angle of 265.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BBFB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 187 | 251 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.02 |
| HSL | 265.31º | 0.89% | 0.86% | - |
| HSV(B) | 265.31º | 0.25% | 0.98% | - |
| XYZ | 62.91 | 56.8 | 98.91 | - |
| YUV | 202.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 251 | 0.15 | 0.25 | 0 | 0.02 | 265.31 | 0.89 | 0.86 |
| Hex | D6 | BB | FB | F | 19 | 0 | 2 | 109 | 59 | 56 |
| Octal | 326 | 273 | 373 | 17 | 31 | 0 | 2 | 411 | 131 | 126 |
| Binary | 11010110 | 10111011 | 11111011 | 1111 | 11001 | 0 | 10 | 100001001 | 1011001 | 1010110 |
Color Harmonies of #D6BBFB
Complementary color
Monochromatic Colors of #D6BBFB
Black with #D6BBFB
Text Example
Text Example
White with #D6BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBFB; }
p { color: rgb(214,187,251); }
H1.HeaderClassName
{
color: #D6BBFB;
}
.AnyTagClassName
{
color: #D6BBFB;
}
</style>
background-color css
<style>
a { background-color: #D6BBFB; }
a { background-color: rgb(214,187,251); }
div.DivClassName
{
background-color: #D6BBFB;
}
.BgClassName
{
background-color: #D6BBFB;
}
</style>
border-color css
<style>
span { border-color: #D6BBFB; }
span { border-color: rgb(214,187,251); }
td.TdClassName
{
border-color: #D6BBFB;
}
.TagClassName
{
border-color: #D6BBFB;
}
</style>