Shades of Mauve #D8BDFF
Tints of Mauve #D8BDFF
RGB
CMYK
RGB Variations
Color information
#D8BDFF (or 0xD8BDFF) is known color: Mauve. HEX triplet: D8, BD and FF. RGB value is (216,189,255). Sum of RGB (Red+Green+Blue) = 216+189+255=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDFF is #274200. Grayscale: #CCCCCC. Windows color (decimal): -2572801 or 16760280. OLE color: 16760280.
HSL color Cylindrical-coordinate representation of color #D8BDFF: hue angle of 264.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BDFF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 189 | 255 | - |
| CMYK | 0.15 | 0.26 | 0 | 0 |
| HSL | 264.55º | 1% | 0.87% | - |
| HSV(B) | 264.55º | 0.26% | 1% | - |
| XYZ | 64.57 | 58.21 | 102.44 | - |
| YUV | 204.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 255 | 0.15 | 0.26 | 0 | 0 | 264.55 | 1 | 0.87 |
| Hex | D8 | BD | FF | F | 1A | 0 | 0 | 109 | 64 | 57 |
| Octal | 330 | 275 | 377 | 17 | 32 | 0 | 0 | 411 | 144 | 127 |
| Binary | 11011000 | 10111101 | 11111111 | 1111 | 11010 | 0 | 0 | 100001001 | 1100100 | 1010111 |
Color Harmonies of #D8BDFF
Complementary color
Monochromatic Colors of #D8BDFF
Black with #D8BDFF
Text Example
Text Example
White with #D8BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDFF; }
p { color: rgb(216,189,255); }
H1.HeaderClassName
{
color: #D8BDFF;
}
.AnyTagClassName
{
color: #D8BDFF;
}
</style>
background-color css
<style>
a { background-color: #D8BDFF; }
a { background-color: rgb(216,189,255); }
div.DivClassName
{
background-color: #D8BDFF;
}
.BgClassName
{
background-color: #D8BDFF;
}
</style>
border-color css
<style>
span { border-color: #D8BDFF; }
span { border-color: rgb(216,189,255); }
td.TdClassName
{
border-color: #D8BDFF;
}
.TagClassName
{
border-color: #D8BDFF;
}
</style>