Shades of Mauve #D8BDFE
Tints of Mauve #D8BDFE
RGB
CMYK
RGB Variations
Color information
#D8BDFE (or 0xD8BDFE) is known color: Mauve. HEX triplet: D8, BD and FE. RGB value is (216,189,254). Sum of RGB (Red+Green+Blue) = 216+189+254=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDFE is #274201. Grayscale: #CCCCCC. Windows color (decimal): -2572802 or 16694744. OLE color: 16694744.
HSL color Cylindrical-coordinate representation of color #D8BDFE: hue angle of 264.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BDFE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 189 | 254 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.00 |
| HSL | 264.92º | 0.97% | 0.87% | - |
| HSV(B) | 264.92º | 0.26% | 1% | - |
| XYZ | 64.41 | 58.15 | 101.6 | - |
| YUV | 204.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 254 | 0.15 | 0.26 | 0 | 0.00 | 264.92 | 0.97 | 0.87 |
| Hex | D8 | BD | FE | F | 1A | 0 | 0 | 109 | 61 | 57 |
| Octal | 330 | 275 | 376 | 17 | 32 | 0 | 0 | 411 | 141 | 127 |
| Binary | 11011000 | 10111101 | 11111110 | 1111 | 11010 | 0 | 0 | 100001001 | 1100001 | 1010111 |
Color Harmonies of #D8BDFE
Complementary color
Monochromatic Colors of #D8BDFE
Black with #D8BDFE
Text Example
Text Example
White with #D8BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDFE; }
p { color: rgb(216,189,254); }
H1.HeaderClassName
{
color: #D8BDFE;
}
.AnyTagClassName
{
color: #D8BDFE;
}
</style>
background-color css
<style>
a { background-color: #D8BDFE; }
a { background-color: rgb(216,189,254); }
div.DivClassName
{
background-color: #D8BDFE;
}
.BgClassName
{
background-color: #D8BDFE;
}
</style>
border-color css
<style>
span { border-color: #D8BDFE; }
span { border-color: rgb(216,189,254); }
td.TdClassName
{
border-color: #D8BDFE;
}
.TagClassName
{
border-color: #D8BDFE;
}
</style>