Shades of Mauve #D1B5FF
Tints of Mauve #D1B5FF
RGB
CMYK
RGB Variations
Color information
#D1B5FF (or 0xD1B5FF) is known color: Mauve. HEX triplet: D1, B5 and FF. RGB value is (209,181,255). Sum of RGB (Red+Green+Blue) = 209+181+255=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B5FF is #2E4A00. Grayscale: #C5C5C5. Windows color (decimal): -3033601 or 16758225. OLE color: 16758225.
HSL color Cylindrical-coordinate representation of color #D1B5FF: hue angle of 262.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1B5FF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 181 | 255 | - |
| CMYK | 0.18 | 0.29 | 0 | 0 |
| HSL | 262.7º | 1% | 0.85% | - |
| HSV(B) | 262.7º | 0.29% | 1% | - |
| XYZ | 60.87 | 53.82 | 101.79 | - |
| YUV | 197.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 255 | 0.18 | 0.29 | 0 | 0 | 262.7 | 1 | 0.85 |
| Hex | D1 | B5 | FF | 12 | 1D | 0 | 0 | 107 | 64 | 55 |
| Octal | 321 | 265 | 377 | 22 | 35 | 0 | 0 | 407 | 144 | 125 |
| Binary | 11010001 | 10110101 | 11111111 | 10010 | 11101 | 0 | 0 | 100000111 | 1100100 | 1010101 |
Color Harmonies of #D1B5FF
Complementary color
Monochromatic Colors of #D1B5FF
Black with #D1B5FF
Text Example
Text Example
White with #D1B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5FF; }
p { color: rgb(209,181,255); }
H1.HeaderClassName
{
color: #D1B5FF;
}
.AnyTagClassName
{
color: #D1B5FF;
}
</style>
background-color css
<style>
a { background-color: #D1B5FF; }
a { background-color: rgb(209,181,255); }
div.DivClassName
{
background-color: #D1B5FF;
}
.BgClassName
{
background-color: #D1B5FF;
}
</style>
border-color css
<style>
span { border-color: #D1B5FF; }
span { border-color: rgb(209,181,255); }
td.TdClassName
{
border-color: #D1B5FF;
}
.TagClassName
{
border-color: #D1B5FF;
}
</style>