Shades of Mauve #D5BBFD
Tints of Mauve #D5BBFD
RGB
CMYK
RGB Variations
Color information
#D5BBFD (or 0xD5BBFD) is known color: Mauve. HEX triplet: D5, BB and FD. RGB value is (213,187,253). Sum of RGB (Red+Green+Blue) = 213+187+253=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBFD is #2A4402. Grayscale: #CACACA. Windows color (decimal): -2769923 or 16628693. OLE color: 16628693.
HSL color Cylindrical-coordinate representation of color #D5BBFD: hue angle of 263.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BBFD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 187 | 253 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.01 |
| HSL | 263.64º | 0.94% | 0.86% | - |
| HSV(B) | 263.64º | 0.26% | 0.99% | - |
| XYZ | 62.94 | 56.78 | 100.57 | - |
| YUV | 202.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 253 | 0.16 | 0.26 | 0 | 0.01 | 263.64 | 0.94 | 0.86 |
| Hex | D5 | BB | FD | 10 | 1A | 0 | 1 | 108 | 5E | 56 |
| Octal | 325 | 273 | 375 | 20 | 32 | 0 | 1 | 410 | 136 | 126 |
| Binary | 11010101 | 10111011 | 11111101 | 10000 | 11010 | 0 | 1 | 100001000 | 1011110 | 1010110 |
Color Harmonies of #D5BBFD
Complementary color
Monochromatic Colors of #D5BBFD
Black with #D5BBFD
Text Example
Text Example
White with #D5BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBFD; }
p { color: rgb(213,187,253); }
H1.HeaderClassName
{
color: #D5BBFD;
}
.AnyTagClassName
{
color: #D5BBFD;
}
</style>
background-color css
<style>
a { background-color: #D5BBFD; }
a { background-color: rgb(213,187,253); }
div.DivClassName
{
background-color: #D5BBFD;
}
.BgClassName
{
background-color: #D5BBFD;
}
</style>
border-color css
<style>
span { border-color: #D5BBFD; }
span { border-color: rgb(213,187,253); }
td.TdClassName
{
border-color: #D5BBFD;
}
.TagClassName
{
border-color: #D5BBFD;
}
</style>