Shades of Mauve #D4BAFD
Tints of Mauve #D4BAFD
RGB
CMYK
RGB Variations
Color information
#D4BAFD (or 0xD4BAFD) is known color: Mauve. HEX triplet: D4, BA and FD. RGB value is (212,186,253). Sum of RGB (Red+Green+Blue) = 212+186+253=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAFD is #2B4502. Grayscale: #C9C9C9. Windows color (decimal): -2835715 or 16628436. OLE color: 16628436.
HSL color Cylindrical-coordinate representation of color #D4BAFD: hue angle of 263.28º 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 #D4BAFD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 186 | 253 | - |
CMYK | 0.16 | 0.26 | 0 | 0.01 |
HSL | 263.28º | 0.94% | 0.86% | - |
HSV(B) | 263.28º | 0.26% | 0.99% | - |
XYZ | 62.44 | 56.21 | 100.49 | - |
YUV | 201.41 | 157.11 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 186 | 253 | 0.16 | 0.26 | 0 | 0.01 | 263.28 | 0.94 | 0.86 |
Hex | D4 | BA | FD | 10 | 1A | 0 | 1 | 107 | 5E | 56 |
Octal | 324 | 272 | 375 | 20 | 32 | 0 | 1 | 407 | 136 | 126 |
Binary | 11010100 | 10111010 | 11111101 | 10000 | 11010 | 0 | 1 | 100000111 | 1011110 | 1010110 |
Color Harmonies of #D4BAFD
Complementary color
Monochromatic Colors of #D4BAFD
Black with #D4BAFD
Text Example
Text Example
White with #D4BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAFD; }
p { color: rgb(212,186,253); }
H1.HeaderClassName
{
color: #D4BAFD;
}
.AnyTagClassName
{
color: #D4BAFD;
}
</style>
background-color css
<style>
a { background-color: #D4BAFD; }
a { background-color: rgb(212,186,253); }
div.DivClassName
{
background-color: #D4BAFD;
}
.BgClassName
{
background-color: #D4BAFD;
}
</style>
border-color css
<style>
span { border-color: #D4BAFD; }
span { border-color: rgb(212,186,253); }
td.TdClassName
{
border-color: #D4BAFD;
}
.TagClassName
{
border-color: #D4BAFD;
}
</style>