Shades of Mauve #D5BCFF
Tints of Mauve #D5BCFF
RGB
CMYK
RGB Variations
Color information
#D5BCFF (or 0xD5BCFF) is known color: Mauve. HEX triplet: D5, BC and FF. RGB value is (213,188,255). Sum of RGB (Red+Green+Blue) = 213+188+255=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCFF is #2A4300. Grayscale: #CACACA. Windows color (decimal): -2769665 or 16760021. OLE color: 16760021.
HSL color Cylindrical-coordinate representation of color #D5BCFF: hue angle of 262.39º 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 #D5BCFF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 188 | 255 | - |
| CMYK | 0.16 | 0.26 | 0 | 0 |
| HSL | 262.39º | 1% | 0.87% | - |
| HSV(B) | 262.39º | 0.26% | 1% | - |
| XYZ | 63.47 | 57.33 | 102.33 | - |
| YUV | 203.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 255 | 0.16 | 0.26 | 0 | 0 | 262.39 | 1 | 0.87 |
| Hex | D5 | BC | FF | 10 | 1A | 0 | 0 | 106 | 64 | 57 |
| Octal | 325 | 274 | 377 | 20 | 32 | 0 | 0 | 406 | 144 | 127 |
| Binary | 11010101 | 10111100 | 11111111 | 10000 | 11010 | 0 | 0 | 100000110 | 1100100 | 1010111 |
Color Harmonies of #D5BCFF
Complementary color
Monochromatic Colors of #D5BCFF
Black with #D5BCFF
Text Example
Text Example
White with #D5BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCFF; }
p { color: rgb(213,188,255); }
H1.HeaderClassName
{
color: #D5BCFF;
}
.AnyTagClassName
{
color: #D5BCFF;
}
</style>
background-color css
<style>
a { background-color: #D5BCFF; }
a { background-color: rgb(213,188,255); }
div.DivClassName
{
background-color: #D5BCFF;
}
.BgClassName
{
background-color: #D5BCFF;
}
</style>
border-color css
<style>
span { border-color: #D5BCFF; }
span { border-color: rgb(213,188,255); }
td.TdClassName
{
border-color: #D5BCFF;
}
.TagClassName
{
border-color: #D5BCFF;
}
</style>