Shades of Mauve #D8B5FE
Tints of Mauve #D8B5FE
RGB
CMYK
RGB Variations
Color information
#D8B5FE (or 0xD8B5FE) is known color: Mauve. HEX triplet: D8, B5 and FE. RGB value is (216,181,254). Sum of RGB (Red+Green+Blue) = 216+181+254=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5FE is #274A01. Grayscale: #C7C7C7. Windows color (decimal): -2574850 or 16692696. OLE color: 16692696.
HSL color Cylindrical-coordinate representation of color #D8B5FE: hue angle of 268.77º 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 #D8B5FE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 181 | 254 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.00 |
| HSL | 268.77º | 0.97% | 0.85% | - |
| HSV(B) | 268.77º | 0.29% | 1% | - |
| XYZ | 62.73 | 54.8 | 101.04 | - |
| YUV | 199.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 254 | 0.15 | 0.29 | 0 | 0.00 | 268.77 | 0.97 | 0.85 |
| Hex | D8 | B5 | FE | F | 1D | 0 | 0 | 10D | 61 | 55 |
| Octal | 330 | 265 | 376 | 17 | 35 | 0 | 0 | 415 | 141 | 125 |
| Binary | 11011000 | 10110101 | 11111110 | 1111 | 11101 | 0 | 0 | 100001101 | 1100001 | 1010101 |
Color Harmonies of #D8B5FE
Complementary color
Monochromatic Colors of #D8B5FE
Black with #D8B5FE
Text Example
Text Example
White with #D8B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5FE; }
p { color: rgb(216,181,254); }
H1.HeaderClassName
{
color: #D8B5FE;
}
.AnyTagClassName
{
color: #D8B5FE;
}
</style>
background-color css
<style>
a { background-color: #D8B5FE; }
a { background-color: rgb(216,181,254); }
div.DivClassName
{
background-color: #D8B5FE;
}
.BgClassName
{
background-color: #D8B5FE;
}
</style>
border-color css
<style>
span { border-color: #D8B5FE; }
span { border-color: rgb(216,181,254); }
td.TdClassName
{
border-color: #D8B5FE;
}
.TagClassName
{
border-color: #D8B5FE;
}
</style>