Shades of Mauve #D4B7FD
Tints of Mauve #D4B7FD
RGB
CMYK
RGB Variations
Color information
#D4B7FD (or 0xD4B7FD) is known color: Mauve. HEX triplet: D4, B7 and FD. RGB value is (212,183,253). Sum of RGB (Red+Green+Blue) = 212+183+253=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7FD is #2B4802. Grayscale: #C7C7C7. Windows color (decimal): -2836483 or 16627668. OLE color: 16627668.
HSL color Cylindrical-coordinate representation of color #D4B7FD: hue angle of 264.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4B7FD is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 183 | 253 | - |
CMYK | 0.16 | 0.28 | 0 | 0.01 |
HSL | 264.86º | 0.95% | 0.85% | - |
HSV(B) | 264.86º | 0.28% | 0.99% | - |
XYZ | 61.81 | 54.96 | 100.28 | - |
YUV | 199.65 | 158.11 | 136.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 183 | 253 | 0.16 | 0.28 | 0 | 0.01 | 264.86 | 0.95 | 0.85 |
Hex | D4 | B7 | FD | 10 | 1C | 0 | 1 | 109 | 5F | 55 |
Octal | 324 | 267 | 375 | 20 | 34 | 0 | 1 | 411 | 137 | 125 |
Binary | 11010100 | 10110111 | 11111101 | 10000 | 11100 | 0 | 1 | 100001001 | 1011111 | 1010101 |
Color Harmonies of #D4B7FD
Complementary color
Monochromatic Colors of #D4B7FD
Black with #D4B7FD
Text Example
Text Example
White with #D4B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7FD; }
p { color: rgb(212,183,253); }
H1.HeaderClassName
{
color: #D4B7FD;
}
.AnyTagClassName
{
color: #D4B7FD;
}
</style>
background-color css
<style>
a { background-color: #D4B7FD; }
a { background-color: rgb(212,183,253); }
div.DivClassName
{
background-color: #D4B7FD;
}
.BgClassName
{
background-color: #D4B7FD;
}
</style>
border-color css
<style>
span { border-color: #D4B7FD; }
span { border-color: rgb(212,183,253); }
td.TdClassName
{
border-color: #D4B7FD;
}
.TagClassName
{
border-color: #D4B7FD;
}
</style>