Shades of Mauve #D1B0FE
Tints of Mauve #D1B0FE
RGB
CMYK
RGB Variations
Color information
#D1B0FE (or 0xD1B0FE) is known color: Mauve. HEX triplet: D1, B0 and FE. RGB value is (209,176,254). Sum of RGB (Red+Green+Blue) = 209+176+254=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0FE is #2E4F01. Grayscale: #C2C2C2. Windows color (decimal): -3034882 or 16691409. OLE color: 16691409.
HSL color Cylindrical-coordinate representation of color #D1B0FE: hue angle of 265.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1B0FE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 176 | 254 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.00 |
| HSL | 265.38º | 0.98% | 0.84% | - |
| HSV(B) | 265.38º | 0.31% | 1% | - |
| XYZ | 59.71 | 51.76 | 100.61 | - |
| YUV | 194.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 254 | 0.18 | 0.31 | 0 | 0.00 | 265.38 | 0.98 | 0.84 |
| Hex | D1 | B0 | FE | 12 | 1F | 0 | 0 | 109 | 62 | 54 |
| Octal | 321 | 260 | 376 | 22 | 37 | 0 | 0 | 411 | 142 | 124 |
| Binary | 11010001 | 10110000 | 11111110 | 10010 | 11111 | 0 | 0 | 100001001 | 1100010 | 1010100 |
Color Harmonies of #D1B0FE
Complementary color
Monochromatic Colors of #D1B0FE
Black with #D1B0FE
Text Example
Text Example
White with #D1B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0FE; }
p { color: rgb(209,176,254); }
H1.HeaderClassName
{
color: #D1B0FE;
}
.AnyTagClassName
{
color: #D1B0FE;
}
</style>
background-color css
<style>
a { background-color: #D1B0FE; }
a { background-color: rgb(209,176,254); }
div.DivClassName
{
background-color: #D1B0FE;
}
.BgClassName
{
background-color: #D1B0FE;
}
</style>
border-color css
<style>
span { border-color: #D1B0FE; }
span { border-color: rgb(209,176,254); }
td.TdClassName
{
border-color: #D1B0FE;
}
.TagClassName
{
border-color: #D1B0FE;
}
</style>