Shades of Mauve #D3B1FE
Tints of Mauve #D3B1FE
RGB
CMYK
RGB Variations
Color information
#D3B1FE (or 0xD3B1FE) is known color: Mauve. HEX triplet: D3, B1 and FE. RGB value is (211,177,254). Sum of RGB (Red+Green+Blue) = 211+177+254=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B1FE is #2C4E01. Grayscale: #C3C3C3. Windows color (decimal): -2903554 or 16691667. OLE color: 16691667.
HSL color Cylindrical-coordinate representation of color #D3B1FE: hue angle of 266.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3B1FE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 177 | 254 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.00 |
| HSL | 266.49º | 0.97% | 0.85% | - |
| HSV(B) | 266.49º | 0.3% | 1% | - |
| XYZ | 60.48 | 52.45 | 100.7 | - |
| YUV | 195.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 254 | 0.17 | 0.30 | 0 | 0.00 | 266.49 | 0.97 | 0.85 |
| Hex | D3 | B1 | FE | 11 | 1E | 0 | 0 | 10A | 61 | 55 |
| Octal | 323 | 261 | 376 | 21 | 36 | 0 | 0 | 412 | 141 | 125 |
| Binary | 11010011 | 10110001 | 11111110 | 10001 | 11110 | 0 | 0 | 100001010 | 1100001 | 1010101 |
Color Harmonies of #D3B1FE
Complementary color
Monochromatic Colors of #D3B1FE
Black with #D3B1FE
Text Example
Text Example
White with #D3B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B1FE; }
p { color: rgb(211,177,254); }
H1.HeaderClassName
{
color: #D3B1FE;
}
.AnyTagClassName
{
color: #D3B1FE;
}
</style>
background-color css
<style>
a { background-color: #D3B1FE; }
a { background-color: rgb(211,177,254); }
div.DivClassName
{
background-color: #D3B1FE;
}
.BgClassName
{
background-color: #D3B1FE;
}
</style>
border-color css
<style>
span { border-color: #D3B1FE; }
span { border-color: rgb(211,177,254); }
td.TdClassName
{
border-color: #D3B1FE;
}
.TagClassName
{
border-color: #D3B1FE;
}
</style>