Shades of Mauve #D4BAFF
Tints of Mauve #D4BAFF
RGB
CMYK
RGB Variations
Color information
#D4BAFF (or 0xD4BAFF) is known color: Mauve. HEX triplet: D4, BA and FF. RGB value is (212,186,255). Sum of RGB (Red+Green+Blue) = 212+186+255=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAFF is #2B4500. Grayscale: #C9C9C9. Windows color (decimal): -2835713 or 16759508. OLE color: 16759508.
HSL color Cylindrical-coordinate representation of color #D4BAFF: hue angle of 262.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4BAFF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 186 | 255 | - |
| CMYK | 0.17 | 0.27 | 0 | 0 |
| HSL | 262.61º | 1% | 0.86% | - |
| HSV(B) | 262.61º | 0.27% | 1% | - |
| XYZ | 62.76 | 56.33 | 102.17 | - |
| YUV | 201.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 255 | 0.17 | 0.27 | 0 | 0 | 262.61 | 1 | 0.86 |
| Hex | D4 | BA | FF | 11 | 1B | 0 | 0 | 107 | 64 | 56 |
| Octal | 324 | 272 | 377 | 21 | 33 | 0 | 0 | 407 | 144 | 126 |
| Binary | 11010100 | 10111010 | 11111111 | 10001 | 11011 | 0 | 0 | 100000111 | 1100100 | 1010110 |
Color Harmonies of #D4BAFF
Complementary color
Monochromatic Colors of #D4BAFF
Black with #D4BAFF
Text Example
Text Example
White with #D4BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAFF; }
p { color: rgb(212,186,255); }
H1.HeaderClassName
{
color: #D4BAFF;
}
.AnyTagClassName
{
color: #D4BAFF;
}
</style>
background-color css
<style>
a { background-color: #D4BAFF; }
a { background-color: rgb(212,186,255); }
div.DivClassName
{
background-color: #D4BAFF;
}
.BgClassName
{
background-color: #D4BAFF;
}
</style>
border-color css
<style>
span { border-color: #D4BAFF; }
span { border-color: rgb(212,186,255); }
td.TdClassName
{
border-color: #D4BAFF;
}
.TagClassName
{
border-color: #D4BAFF;
}
</style>