Shades of Mauve #D7BBFF
Tints of Mauve #D7BBFF
RGB
CMYK
RGB Variations
Color information
#D7BBFF (or 0xD7BBFF) is known color: Mauve. HEX triplet: D7, BB and FF. RGB value is (215,187,255). Sum of RGB (Red+Green+Blue) = 215+187+255=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBFF is #284400. Grayscale: #CACACA. Windows color (decimal): -2638849 or 16759767. OLE color: 16759767.
HSL color Cylindrical-coordinate representation of color #D7BBFF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7BBFF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 187 | 255 | - |
| CMYK | 0.16 | 0.27 | 0 | 0 |
| HSL | 264.71º | 1% | 0.87% | - |
| HSV(B) | 264.71º | 0.27% | 1% | - |
| XYZ | 63.84 | 57.21 | 102.29 | - |
| YUV | 203.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 255 | 0.16 | 0.27 | 0 | 0 | 264.71 | 1 | 0.87 |
| Hex | D7 | BB | FF | 10 | 1B | 0 | 0 | 109 | 64 | 57 |
| Octal | 327 | 273 | 377 | 20 | 33 | 0 | 0 | 411 | 144 | 127 |
| Binary | 11010111 | 10111011 | 11111111 | 10000 | 11011 | 0 | 0 | 100001001 | 1100100 | 1010111 |
Color Harmonies of #D7BBFF
Complementary color
Monochromatic Colors of #D7BBFF
Black with #D7BBFF
Text Example
Text Example
White with #D7BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBFF; }
p { color: rgb(215,187,255); }
H1.HeaderClassName
{
color: #D7BBFF;
}
.AnyTagClassName
{
color: #D7BBFF;
}
</style>
background-color css
<style>
a { background-color: #D7BBFF; }
a { background-color: rgb(215,187,255); }
div.DivClassName
{
background-color: #D7BBFF;
}
.BgClassName
{
background-color: #D7BBFF;
}
</style>
border-color css
<style>
span { border-color: #D7BBFF; }
span { border-color: rgb(215,187,255); }
td.TdClassName
{
border-color: #D7BBFF;
}
.TagClassName
{
border-color: #D7BBFF;
}
</style>