Shades of Mauve #D7B3FF
Tints of Mauve #D7B3FF
RGB
CMYK
RGB Variations
Color information
#D7B3FF (or 0xD7B3FF) is known color: Mauve. HEX triplet: D7, B3 and FF. RGB value is (215,179,255). Sum of RGB (Red+Green+Blue) = 215+179+255=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B3FF is #284C00. Grayscale: #C6C6C6. Windows color (decimal): -2640897 or 16757719. OLE color: 16757719.
HSL color Cylindrical-coordinate representation of color #D7B3FF: hue angle of 268.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7B3FF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 179 | 255 | - |
| CMYK | 0.16 | 0.30 | 0 | 0 |
| HSL | 268.42º | 1% | 0.85% | - |
| HSV(B) | 268.42º | 0.3% | 1% | - |
| XYZ | 62.19 | 53.91 | 101.73 | - |
| YUV | 198.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 255 | 0.16 | 0.30 | 0 | 0 | 268.42 | 1 | 0.85 |
| Hex | D7 | B3 | FF | 10 | 1E | 0 | 0 | 10C | 64 | 55 |
| Octal | 327 | 263 | 377 | 20 | 36 | 0 | 0 | 414 | 144 | 125 |
| Binary | 11010111 | 10110011 | 11111111 | 10000 | 11110 | 0 | 0 | 100001100 | 1100100 | 1010101 |
Color Harmonies of #D7B3FF
Complementary color
Monochromatic Colors of #D7B3FF
Black with #D7B3FF
Text Example
Text Example
White with #D7B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B3FF; }
p { color: rgb(215,179,255); }
H1.HeaderClassName
{
color: #D7B3FF;
}
.AnyTagClassName
{
color: #D7B3FF;
}
</style>
background-color css
<style>
a { background-color: #D7B3FF; }
a { background-color: rgb(215,179,255); }
div.DivClassName
{
background-color: #D7B3FF;
}
.BgClassName
{
background-color: #D7B3FF;
}
</style>
border-color css
<style>
span { border-color: #D7B3FF; }
span { border-color: rgb(215,179,255); }
td.TdClassName
{
border-color: #D7B3FF;
}
.TagClassName
{
border-color: #D7B3FF;
}
</style>