Shades of Mauve #D5BAFE
Tints of Mauve #D5BAFE
RGB
CMYK
RGB Variations
Color information
#D5BAFE (or 0xD5BAFE) is known color: Mauve. HEX triplet: D5, BA and FE. RGB value is (213,186,254). Sum of RGB (Red+Green+Blue) = 213+186+254=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAFE is #2A4501. Grayscale: #C9C9C9. Windows color (decimal): -2770178 or 16693973. OLE color: 16693973.
HSL color Cylindrical-coordinate representation of color #D5BAFE: hue angle of 263.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5BAFE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 186 | 254 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.00 |
| HSL | 263.82º | 0.97% | 0.86% | - |
| HSV(B) | 263.82º | 0.27% | 1% | - |
| XYZ | 62.89 | 56.42 | 101.34 | - |
| YUV | 201.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 254 | 0.16 | 0.27 | 0 | 0.00 | 263.82 | 0.97 | 0.86 |
| Hex | D5 | BA | FE | 10 | 1B | 0 | 0 | 108 | 61 | 56 |
| Octal | 325 | 272 | 376 | 20 | 33 | 0 | 0 | 410 | 141 | 126 |
| Binary | 11010101 | 10111010 | 11111110 | 10000 | 11011 | 0 | 0 | 100001000 | 1100001 | 1010110 |
Color Harmonies of #D5BAFE
Complementary color
Monochromatic Colors of #D5BAFE
Black with #D5BAFE
Text Example
Text Example
White with #D5BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAFE; }
p { color: rgb(213,186,254); }
H1.HeaderClassName
{
color: #D5BAFE;
}
.AnyTagClassName
{
color: #D5BAFE;
}
</style>
background-color css
<style>
a { background-color: #D5BAFE; }
a { background-color: rgb(213,186,254); }
div.DivClassName
{
background-color: #D5BAFE;
}
.BgClassName
{
background-color: #D5BAFE;
}
</style>
border-color css
<style>
span { border-color: #D5BAFE; }
span { border-color: rgb(213,186,254); }
td.TdClassName
{
border-color: #D5BAFE;
}
.TagClassName
{
border-color: #D5BAFE;
}
</style>