Shades of Mauve #D8BDFB
Tints of Mauve #D8BDFB
RGB
CMYK
RGB Variations
Color information
#D8BDFB (or 0xD8BDFB) is known color: Mauve. HEX triplet: D8, BD and FB. RGB value is (216,189,251). Sum of RGB (Red+Green+Blue) = 216+189+251=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDFB is #274204. Grayscale: #CBCBCB. Windows color (decimal): -2572805 or 16498136. OLE color: 16498136.
HSL color Cylindrical-coordinate representation of color #D8BDFB: hue angle of 266.13º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8BDFB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 189 | 251 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.02 |
| HSL | 266.13º | 0.89% | 0.86% | - |
| HSV(B) | 266.13º | 0.25% | 0.98% | - |
| XYZ | 63.93 | 57.96 | 99.08 | - |
| YUV | 204.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 251 | 0.14 | 0.25 | 0 | 0.02 | 266.13 | 0.89 | 0.86 |
| Hex | D8 | BD | FB | E | 19 | 0 | 2 | 10A | 59 | 56 |
| Octal | 330 | 275 | 373 | 16 | 31 | 0 | 2 | 412 | 131 | 126 |
| Binary | 11011000 | 10111101 | 11111011 | 1110 | 11001 | 0 | 10 | 100001010 | 1011001 | 1010110 |
Color Harmonies of #D8BDFB
Complementary color
Monochromatic Colors of #D8BDFB
Black with #D8BDFB
Text Example
Text Example
White with #D8BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDFB; }
p { color: rgb(216,189,251); }
H1.HeaderClassName
{
color: #D8BDFB;
}
.AnyTagClassName
{
color: #D8BDFB;
}
</style>
background-color css
<style>
a { background-color: #D8BDFB; }
a { background-color: rgb(216,189,251); }
div.DivClassName
{
background-color: #D8BDFB;
}
.BgClassName
{
background-color: #D8BDFB;
}
</style>
border-color css
<style>
span { border-color: #D8BDFB; }
span { border-color: rgb(216,189,251); }
td.TdClassName
{
border-color: #D8BDFB;
}
.TagClassName
{
border-color: #D8BDFB;
}
</style>