Shades of Mauve #D8B3FA
Tints of Mauve #D8B3FA
RGB
CMYK
RGB Variations
Color information
#D8B3FA (or 0xD8B3FA) is known color: Mauve. HEX triplet: D8, B3 and FA. RGB value is (216,179,250). Sum of RGB (Red+Green+Blue) = 216+179+250=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8B3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B3FA is #274C05. Grayscale: #C5C5C5. Windows color (decimal): -2575366 or 16430040. OLE color: 16430040.
HSL color Cylindrical-coordinate representation of color #D8B3FA: hue angle of 271.27º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8B3FA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 179 | 250 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.02 |
| HSL | 271.27º | 0.88% | 0.84% | - |
| HSV(B) | 271.27º | 0.28% | 0.98% | - |
| XYZ | 61.69 | 53.74 | 97.56 | - |
| YUV | 198.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 250 | 0.14 | 0.28 | 0 | 0.02 | 271.27 | 0.88 | 0.84 |
| Hex | D8 | B3 | FA | E | 1C | 0 | 2 | 10F | 58 | 54 |
| Octal | 330 | 263 | 372 | 16 | 34 | 0 | 2 | 417 | 130 | 124 |
| Binary | 11011000 | 10110011 | 11111010 | 1110 | 11100 | 0 | 10 | 100001111 | 1011000 | 1010100 |
Color Harmonies of #D8B3FA
Complementary color
Monochromatic Colors of #D8B3FA
Black with #D8B3FA
Text Example
Text Example
White with #D8B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3FA; }
p { color: rgb(216,179,250); }
H1.HeaderClassName
{
color: #D8B3FA;
}
.AnyTagClassName
{
color: #D8B3FA;
}
</style>
background-color css
<style>
a { background-color: #D8B3FA; }
a { background-color: rgb(216,179,250); }
div.DivClassName
{
background-color: #D8B3FA;
}
.BgClassName
{
background-color: #D8B3FA;
}
</style>
border-color css
<style>
span { border-color: #D8B3FA; }
span { border-color: rgb(216,179,250); }
td.TdClassName
{
border-color: #D8B3FA;
}
.TagClassName
{
border-color: #D8B3FA;
}
</style>