Shades of Mauve #D8B5F3
Tints of Mauve #D8B5F3
RGB
CMYK
RGB Variations
Color information
#D8B5F3 (or 0xD8B5F3) is known color: Mauve. HEX triplet: D8, B5 and F3. RGB value is (216,181,243). Sum of RGB (Red+Green+Blue) = 216+181+243=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5F3 is #274A0C. Grayscale: #C6C6C6. Windows color (decimal): -2574861 or 15971800. OLE color: 15971800.
HSL color Cylindrical-coordinate representation of color #D8B5F3: hue angle of 273.87º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B5F3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 181 | 243 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.05 |
| HSL | 273.87º | 0.72% | 0.83% | - |
| HSV(B) | 273.87º | 0.26% | 0.95% | - |
| XYZ | 61.02 | 54.12 | 92.02 | - |
| YUV | 198.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 243 | 0.11 | 0.26 | 0 | 0.05 | 273.87 | 0.72 | 0.83 |
| Hex | D8 | B5 | F3 | B | 1A | 0 | 5 | 112 | 48 | 53 |
| Octal | 330 | 265 | 363 | 13 | 32 | 0 | 5 | 422 | 110 | 123 |
| Binary | 11011000 | 10110101 | 11110011 | 1011 | 11010 | 0 | 101 | 100010010 | 1001000 | 1010011 |
Color Harmonies of #D8B5F3
Complementary color
Monochromatic Colors of #D8B5F3
Black with #D8B5F3
Text Example
Text Example
White with #D8B5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5F3; }
p { color: rgb(216,181,243); }
H1.HeaderClassName
{
color: #D8B5F3;
}
.AnyTagClassName
{
color: #D8B5F3;
}
</style>
background-color css
<style>
a { background-color: #D8B5F3; }
a { background-color: rgb(216,181,243); }
div.DivClassName
{
background-color: #D8B5F3;
}
.BgClassName
{
background-color: #D8B5F3;
}
</style>
border-color css
<style>
span { border-color: #D8B5F3; }
span { border-color: rgb(216,181,243); }
td.TdClassName
{
border-color: #D8B5F3;
}
.TagClassName
{
border-color: #D8B5F3;
}
</style>