Shades of Mauve #D7BDFF
Tints of Mauve #D7BDFF
RGB
CMYK
RGB Variations
Color information
#D7BDFF (or 0xD7BDFF) is known color: Mauve. HEX triplet: D7, BD and FF. RGB value is (215,189,255). Sum of RGB (Red+Green+Blue) = 215+189+255=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDFF is #284200. Grayscale: #CCCCCC. Windows color (decimal): -2638337 or 16760279. OLE color: 16760279.
HSL color Cylindrical-coordinate representation of color #D7BDFF: hue angle of 263.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BDFF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 189 | 255 | - |
| CMYK | 0.16 | 0.26 | 0 | 0 |
| HSL | 263.64º | 1% | 0.87% | - |
| HSV(B) | 263.64º | 0.26% | 1% | - |
| XYZ | 64.27 | 58.06 | 102.43 | - |
| YUV | 204.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 255 | 0.16 | 0.26 | 0 | 0 | 263.64 | 1 | 0.87 |
| Hex | D7 | BD | FF | 10 | 1A | 0 | 0 | 108 | 64 | 57 |
| Octal | 327 | 275 | 377 | 20 | 32 | 0 | 0 | 410 | 144 | 127 |
| Binary | 11010111 | 10111101 | 11111111 | 10000 | 11010 | 0 | 0 | 100001000 | 1100100 | 1010111 |
Color Harmonies of #D7BDFF
Complementary color
Monochromatic Colors of #D7BDFF
Black with #D7BDFF
Text Example
Text Example
White with #D7BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDFF; }
p { color: rgb(215,189,255); }
H1.HeaderClassName
{
color: #D7BDFF;
}
.AnyTagClassName
{
color: #D7BDFF;
}
</style>
background-color css
<style>
a { background-color: #D7BDFF; }
a { background-color: rgb(215,189,255); }
div.DivClassName
{
background-color: #D7BDFF;
}
.BgClassName
{
background-color: #D7BDFF;
}
</style>
border-color css
<style>
span { border-color: #D7BDFF; }
span { border-color: rgb(215,189,255); }
td.TdClassName
{
border-color: #D7BDFF;
}
.TagClassName
{
border-color: #D7BDFF;
}
</style>