Shades of Mauve #D5BAFC
Tints of Mauve #D5BAFC
RGB
CMYK
RGB Variations
Color information
#D5BAFC (or 0xD5BAFC) is known color: Mauve. HEX triplet: D5, BA and FC. RGB value is (213,186,252). Sum of RGB (Red+Green+Blue) = 213+186+252=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAFC is #2A4503. Grayscale: #C9C9C9. Windows color (decimal): -2770180 or 16562901. OLE color: 16562901.
HSL color Cylindrical-coordinate representation of color #D5BAFC: hue angle of 264.55º degrees, saturation: 0.92, 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 #D5BAFC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 186 | 252 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 264.55º | 0.92% | 0.86% | - |
| HSV(B) | 264.55º | 0.26% | 0.99% | - |
| XYZ | 62.57 | 56.29 | 99.66 | - |
| YUV | 201.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 252 | 0.15 | 0.26 | 0 | 0.01 | 264.55 | 0.92 | 0.86 |
| Hex | D5 | BA | FC | F | 1A | 0 | 1 | 109 | 5C | 56 |
| Octal | 325 | 272 | 374 | 17 | 32 | 0 | 1 | 411 | 134 | 126 |
| Binary | 11010101 | 10111010 | 11111100 | 1111 | 11010 | 0 | 1 | 100001001 | 1011100 | 1010110 |
Color Harmonies of #D5BAFC
Complementary color
Monochromatic Colors of #D5BAFC
Black with #D5BAFC
Text Example
Text Example
White with #D5BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAFC; }
p { color: rgb(213,186,252); }
H1.HeaderClassName
{
color: #D5BAFC;
}
.AnyTagClassName
{
color: #D5BAFC;
}
</style>
background-color css
<style>
a { background-color: #D5BAFC; }
a { background-color: rgb(213,186,252); }
div.DivClassName
{
background-color: #D5BAFC;
}
.BgClassName
{
background-color: #D5BAFC;
}
</style>
border-color css
<style>
span { border-color: #D5BAFC; }
span { border-color: rgb(213,186,252); }
td.TdClassName
{
border-color: #D5BAFC;
}
.TagClassName
{
border-color: #D5BAFC;
}
</style>