Shades of Mauve #D1B0FB
Tints of Mauve #D1B0FB
RGB
CMYK
RGB Variations
Color information
#D1B0FB (or 0xD1B0FB) is known color: Mauve. HEX triplet: D1, B0 and FB. RGB value is (209,176,251). Sum of RGB (Red+Green+Blue) = 209+176+251=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0FB is #2E4F04. Grayscale: #C2C2C2. Windows color (decimal): -3034885 or 16494801. OLE color: 16494801.
HSL color Cylindrical-coordinate representation of color #D1B0FB: hue angle of 266.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1B0FB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 176 | 251 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.02 |
| HSL | 266.4º | 0.9% | 0.84% | - |
| HSV(B) | 266.4º | 0.3% | 0.98% | - |
| XYZ | 59.23 | 51.57 | 98.1 | - |
| YUV | 194.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 251 | 0.17 | 0.30 | 0 | 0.02 | 266.4 | 0.9 | 0.84 |
| Hex | D1 | B0 | FB | 11 | 1E | 0 | 2 | 10A | 5A | 54 |
| Octal | 321 | 260 | 373 | 21 | 36 | 0 | 2 | 412 | 132 | 124 |
| Binary | 11010001 | 10110000 | 11111011 | 10001 | 11110 | 0 | 10 | 100001010 | 1011010 | 1010100 |
Color Harmonies of #D1B0FB
Complementary color
Monochromatic Colors of #D1B0FB
Black with #D1B0FB
Text Example
Text Example
White with #D1B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0FB; }
p { color: rgb(209,176,251); }
H1.HeaderClassName
{
color: #D1B0FB;
}
.AnyTagClassName
{
color: #D1B0FB;
}
</style>
background-color css
<style>
a { background-color: #D1B0FB; }
a { background-color: rgb(209,176,251); }
div.DivClassName
{
background-color: #D1B0FB;
}
.BgClassName
{
background-color: #D1B0FB;
}
</style>
border-color css
<style>
span { border-color: #D1B0FB; }
span { border-color: rgb(209,176,251); }
td.TdClassName
{
border-color: #D1B0FB;
}
.TagClassName
{
border-color: #D1B0FB;
}
</style>