Shades of Mauve #D1B2FB
Tints of Mauve #D1B2FB
RGB
CMYK
RGB Variations
Color information
#D1B2FB (or 0xD1B2FB) is known color: Mauve. HEX triplet: D1, B2 and FB. RGB value is (209,178,251). Sum of RGB (Red+Green+Blue) = 209+178+251=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1B2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2FB is #2E4D04. Grayscale: #C3C3C3. Windows color (decimal): -3034373 or 16495313. OLE color: 16495313.
HSL color Cylindrical-coordinate representation of color #D1B2FB: hue angle of 265.48º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1B2FB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 178 | 251 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.02 |
| HSL | 265.48º | 0.9% | 0.84% | - |
| HSV(B) | 265.48º | 0.29% | 0.98% | - |
| XYZ | 59.63 | 52.36 | 98.23 | - |
| YUV | 195.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 251 | 0.17 | 0.29 | 0 | 0.02 | 265.48 | 0.9 | 0.84 |
| Hex | D1 | B2 | FB | 11 | 1D | 0 | 2 | 109 | 5A | 54 |
| Octal | 321 | 262 | 373 | 21 | 35 | 0 | 2 | 411 | 132 | 124 |
| Binary | 11010001 | 10110010 | 11111011 | 10001 | 11101 | 0 | 10 | 100001001 | 1011010 | 1010100 |
Color Harmonies of #D1B2FB
Complementary color
Monochromatic Colors of #D1B2FB
Black with #D1B2FB
Text Example
Text Example
White with #D1B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2FB; }
p { color: rgb(209,178,251); }
H1.HeaderClassName
{
color: #D1B2FB;
}
.AnyTagClassName
{
color: #D1B2FB;
}
</style>
background-color css
<style>
a { background-color: #D1B2FB; }
a { background-color: rgb(209,178,251); }
div.DivClassName
{
background-color: #D1B2FB;
}
.BgClassName
{
background-color: #D1B2FB;
}
</style>
border-color css
<style>
span { border-color: #D1B2FB; }
span { border-color: rgb(209,178,251); }
td.TdClassName
{
border-color: #D1B2FB;
}
.TagClassName
{
border-color: #D1B2FB;
}
</style>