Shades of Mauve #D9BCFE
Tints of Mauve #D9BCFE
RGB
CMYK
RGB Variations
Color information
#D9BCFE (or 0xD9BCFE) is known color: Mauve. HEX triplet: D9, BC and FE. RGB value is (217,188,254). Sum of RGB (Red+Green+Blue) = 217+188+254=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 188 (73.83% from 255 or 28.53% 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 #D9BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCFE is #264301. Grayscale: #CBCBCB. Windows color (decimal): -2507522 or 16694489. OLE color: 16694489.
HSL color Cylindrical-coordinate representation of color #D9BCFE: hue angle of 266.36º 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 #D9BCFE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 188 | 254 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.00 |
| HSL | 266.36º | 0.97% | 0.87% | - |
| HSV(B) | 266.36º | 0.26% | 1% | - |
| XYZ | 64.49 | 57.87 | 101.54 | - |
| YUV | 204.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 254 | 0.15 | 0.26 | 0 | 0.00 | 266.36 | 0.97 | 0.87 |
| Hex | D9 | BC | FE | F | 1A | 0 | 0 | 10A | 61 | 57 |
| Octal | 331 | 274 | 376 | 17 | 32 | 0 | 0 | 412 | 141 | 127 |
| Binary | 11011001 | 10111100 | 11111110 | 1111 | 11010 | 0 | 0 | 100001010 | 1100001 | 1010111 |
Color Harmonies of #D9BCFE
Complementary color
Monochromatic Colors of #D9BCFE
Black with #D9BCFE
Text Example
Text Example
White with #D9BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCFE; }
p { color: rgb(217,188,254); }
H1.HeaderClassName
{
color: #D9BCFE;
}
.AnyTagClassName
{
color: #D9BCFE;
}
</style>
background-color css
<style>
a { background-color: #D9BCFE; }
a { background-color: rgb(217,188,254); }
div.DivClassName
{
background-color: #D9BCFE;
}
.BgClassName
{
background-color: #D9BCFE;
}
</style>
border-color css
<style>
span { border-color: #D9BCFE; }
span { border-color: rgb(217,188,254); }
td.TdClassName
{
border-color: #D9BCFE;
}
.TagClassName
{
border-color: #D9BCFE;
}
</style>