Shades of Mauve #D8B3FF
Tints of Mauve #D8B3FF
RGB
CMYK
RGB Variations
Color information
#D8B3FF (or 0xD8B3FF) is known color: Mauve. HEX triplet: D8, B3 and FF. RGB value is (216,179,255). Sum of RGB (Red+Green+Blue) = 216+179+255=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B3FF is #274C00. Grayscale: #C6C6C6. Windows color (decimal): -2575361 or 16757720. OLE color: 16757720.
HSL color Cylindrical-coordinate representation of color #D8B3FF: hue angle of 269.21º 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 #D8B3FF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 179 | 255 | - |
| CMYK | 0.15 | 0.30 | 0 | 0 |
| HSL | 269.21º | 1% | 0.85% | - |
| HSV(B) | 269.21º | 0.3% | 1% | - |
| XYZ | 62.49 | 54.06 | 101.75 | - |
| YUV | 198.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 255 | 0.15 | 0.30 | 0 | 0 | 269.21 | 1 | 0.85 |
| Hex | D8 | B3 | FF | F | 1E | 0 | 0 | 10D | 64 | 55 |
| Octal | 330 | 263 | 377 | 17 | 36 | 0 | 0 | 415 | 144 | 125 |
| Binary | 11011000 | 10110011 | 11111111 | 1111 | 11110 | 0 | 0 | 100001101 | 1100100 | 1010101 |
Color Harmonies of #D8B3FF
Complementary color
Monochromatic Colors of #D8B3FF
Black with #D8B3FF
Text Example
Text Example
White with #D8B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3FF; }
p { color: rgb(216,179,255); }
H1.HeaderClassName
{
color: #D8B3FF;
}
.AnyTagClassName
{
color: #D8B3FF;
}
</style>
background-color css
<style>
a { background-color: #D8B3FF; }
a { background-color: rgb(216,179,255); }
div.DivClassName
{
background-color: #D8B3FF;
}
.BgClassName
{
background-color: #D8B3FF;
}
</style>
border-color css
<style>
span { border-color: #D8B3FF; }
span { border-color: rgb(216,179,255); }
td.TdClassName
{
border-color: #D8B3FF;
}
.TagClassName
{
border-color: #D8B3FF;
}
</style>