Shades of Mauve #D1B4FA
Tints of Mauve #D1B4FA
RGB
CMYK
RGB Variations
Color information
#D1B4FA (or 0xD1B4FA) is known color: Mauve. HEX triplet: D1, B4 and FA. RGB value is (209,180,250). Sum of RGB (Red+Green+Blue) = 209+180+250=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4FA is #2E4B05. Grayscale: #C4C4C4. Windows color (decimal): -3033862 or 16430289. OLE color: 16430289.
HSL color Cylindrical-coordinate representation of color #D1B4FA: hue angle of 264.86º 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 #D1B4FA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 180 | 250 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.02 |
| HSL | 264.86º | 0.88% | 0.84% | - |
| HSV(B) | 264.86º | 0.28% | 0.98% | - |
| XYZ | 59.87 | 53.1 | 97.54 | - |
| YUV | 196.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 250 | 0.16 | 0.28 | 0 | 0.02 | 264.86 | 0.88 | 0.84 |
| Hex | D1 | B4 | FA | 10 | 1C | 0 | 2 | 109 | 58 | 54 |
| Octal | 321 | 264 | 372 | 20 | 34 | 0 | 2 | 411 | 130 | 124 |
| Binary | 11010001 | 10110100 | 11111010 | 10000 | 11100 | 0 | 10 | 100001001 | 1011000 | 1010100 |
Color Harmonies of #D1B4FA
Complementary color
Monochromatic Colors of #D1B4FA
Black with #D1B4FA
Text Example
Text Example
White with #D1B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B4FA; }
p { color: rgb(209,180,250); }
H1.HeaderClassName
{
color: #D1B4FA;
}
.AnyTagClassName
{
color: #D1B4FA;
}
</style>
background-color css
<style>
a { background-color: #D1B4FA; }
a { background-color: rgb(209,180,250); }
div.DivClassName
{
background-color: #D1B4FA;
}
.BgClassName
{
background-color: #D1B4FA;
}
</style>
border-color css
<style>
span { border-color: #D1B4FA; }
span { border-color: rgb(209,180,250); }
td.TdClassName
{
border-color: #D1B4FA;
}
.TagClassName
{
border-color: #D1B4FA;
}
</style>