Shades of Mauve #D5B7FC
Tints of Mauve #D5B7FC
RGB
CMYK
RGB Variations
Color information
#D5B7FC (or 0xD5B7FC) is known color: Mauve. HEX triplet: D5, B7 and FC. RGB value is (213,183,252). Sum of RGB (Red+Green+Blue) = 213+183+252=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7FC is #2A4803. Grayscale: #C7C7C7. Windows color (decimal): -2770948 or 16562133. OLE color: 16562133.
HSL color Cylindrical-coordinate representation of color #D5B7FC: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B7FC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 183 | 252 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.01 |
| HSL | 266.09º | 0.92% | 0.85% | - |
| HSV(B) | 266.09º | 0.27% | 0.99% | - |
| XYZ | 61.94 | 55.04 | 99.45 | - |
| YUV | 199.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 252 | 0.15 | 0.27 | 0 | 0.01 | 266.09 | 0.92 | 0.85 |
| Hex | D5 | B7 | FC | F | 1B | 0 | 1 | 10A | 5C | 55 |
| Octal | 325 | 267 | 374 | 17 | 33 | 0 | 1 | 412 | 134 | 125 |
| Binary | 11010101 | 10110111 | 11111100 | 1111 | 11011 | 0 | 1 | 100001010 | 1011100 | 1010101 |
Color Harmonies of #D5B7FC
Complementary color
Monochromatic Colors of #D5B7FC
Black with #D5B7FC
Text Example
Text Example
White with #D5B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7FC; }
p { color: rgb(213,183,252); }
H1.HeaderClassName
{
color: #D5B7FC;
}
.AnyTagClassName
{
color: #D5B7FC;
}
</style>
background-color css
<style>
a { background-color: #D5B7FC; }
a { background-color: rgb(213,183,252); }
div.DivClassName
{
background-color: #D5B7FC;
}
.BgClassName
{
background-color: #D5B7FC;
}
</style>
border-color css
<style>
span { border-color: #D5B7FC; }
span { border-color: rgb(213,183,252); }
td.TdClassName
{
border-color: #D5B7FC;
}
.TagClassName
{
border-color: #D5B7FC;
}
</style>