Shades of Mauve #D7BBFA
Tints of Mauve #D7BBFA
RGB
CMYK
RGB Variations
Color information
#D7BBFA (or 0xD7BBFA) is known color: Mauve. HEX triplet: D7, BB and FA. RGB value is (215,187,250). Sum of RGB (Red+Green+Blue) = 215+187+250=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBFA is #284405. Grayscale: #CACACA. Windows color (decimal): -2638854 or 16432087. OLE color: 16432087.
HSL color Cylindrical-coordinate representation of color #D7BBFA: hue angle of 266.67º degrees, saturation: 0.86, 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 #D7BBFA is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 187 | 250 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.02 |
| HSL | 266.67º | 0.86% | 0.86% | - |
| HSV(B) | 266.67º | 0.25% | 0.98% | - |
| XYZ | 63.05 | 56.89 | 98.1 | - |
| YUV | 202.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 250 | 0.14 | 0.25 | 0 | 0.02 | 266.67 | 0.86 | 0.86 |
| Hex | D7 | BB | FA | E | 19 | 0 | 2 | 10B | 56 | 56 |
| Octal | 327 | 273 | 372 | 16 | 31 | 0 | 2 | 413 | 126 | 126 |
| Binary | 11010111 | 10111011 | 11111010 | 1110 | 11001 | 0 | 10 | 100001011 | 1010110 | 1010110 |
Color Harmonies of #D7BBFA
Complementary color
Monochromatic Colors of #D7BBFA
Black with #D7BBFA
Text Example
Text Example
White with #D7BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBFA; }
p { color: rgb(215,187,250); }
H1.HeaderClassName
{
color: #D7BBFA;
}
.AnyTagClassName
{
color: #D7BBFA;
}
</style>
background-color css
<style>
a { background-color: #D7BBFA; }
a { background-color: rgb(215,187,250); }
div.DivClassName
{
background-color: #D7BBFA;
}
.BgClassName
{
background-color: #D7BBFA;
}
</style>
border-color css
<style>
span { border-color: #D7BBFA; }
span { border-color: rgb(215,187,250); }
td.TdClassName
{
border-color: #D7BBFA;
}
.TagClassName
{
border-color: #D7BBFA;
}
</style>