Shades of Mauve #D1B5FE
Tints of Mauve #D1B5FE
RGB
CMYK
RGB Variations
Color information
#D1B5FE (or 0xD1B5FE) is known color: Mauve. HEX triplet: D1, B5 and FE. RGB value is (209,181,254). Sum of RGB (Red+Green+Blue) = 209+181+254=644 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.45% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B5FE is #2E4A01. Grayscale: #C5C5C5. Windows color (decimal): -3033602 or 16692689. OLE color: 16692689.
HSL color Cylindrical-coordinate representation of color #D1B5FE: hue angle of 263.01º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1B5FE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 181 | 254 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.00 |
| HSL | 263.01º | 0.97% | 0.85% | - |
| HSV(B) | 263.01º | 0.29% | 1% | - |
| XYZ | 60.71 | 53.76 | 100.94 | - |
| YUV | 197.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 254 | 0.18 | 0.29 | 0 | 0.00 | 263.01 | 0.97 | 0.85 |
| Hex | D1 | B5 | FE | 12 | 1D | 0 | 0 | 107 | 61 | 55 |
| Octal | 321 | 265 | 376 | 22 | 35 | 0 | 0 | 407 | 141 | 125 |
| Binary | 11010001 | 10110101 | 11111110 | 10010 | 11101 | 0 | 0 | 100000111 | 1100001 | 1010101 |
Color Harmonies of #D1B5FE
Complementary color
Monochromatic Colors of #D1B5FE
Black with #D1B5FE
Text Example
Text Example
White with #D1B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5FE; }
p { color: rgb(209,181,254); }
H1.HeaderClassName
{
color: #D1B5FE;
}
.AnyTagClassName
{
color: #D1B5FE;
}
</style>
background-color css
<style>
a { background-color: #D1B5FE; }
a { background-color: rgb(209,181,254); }
div.DivClassName
{
background-color: #D1B5FE;
}
.BgClassName
{
background-color: #D1B5FE;
}
</style>
border-color css
<style>
span { border-color: #D1B5FE; }
span { border-color: rgb(209,181,254); }
td.TdClassName
{
border-color: #D1B5FE;
}
.TagClassName
{
border-color: #D1B5FE;
}
</style>