Shades of Mauve #D4B7F8
Tints of Mauve #D4B7F8
RGB
CMYK
RGB Variations
Color information
#D4B7F8 (or 0xD4B7F8) is known color: Mauve. HEX triplet: D4, B7 and F8. RGB value is (212,183,248). Sum of RGB (Red+Green+Blue) = 212+183+248=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4B7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7F8 is #2B4807. Grayscale: #C6C6C6. Windows color (decimal): -2836488 or 16299988. OLE color: 16299988.
HSL color Cylindrical-coordinate representation of color #D4B7F8: hue angle of 266.77º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B7F8 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 183 | 248 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.03 |
| HSL | 266.77º | 0.82% | 0.85% | - |
| HSV(B) | 266.77º | 0.26% | 0.97% | - |
| XYZ | 61.03 | 54.64 | 96.14 | - |
| YUV | 199.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 248 | 0.15 | 0.26 | 0 | 0.03 | 266.77 | 0.82 | 0.85 |
| Hex | D4 | B7 | F8 | F | 1A | 0 | 3 | 10B | 52 | 55 |
| Octal | 324 | 267 | 370 | 17 | 32 | 0 | 3 | 413 | 122 | 125 |
| Binary | 11010100 | 10110111 | 11111000 | 1111 | 11010 | 0 | 11 | 100001011 | 1010010 | 1010101 |
Color Harmonies of #D4B7F8
Complementary color
Monochromatic Colors of #D4B7F8
Black with #D4B7F8
Text Example
Text Example
White with #D4B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7F8; }
p { color: rgb(212,183,248); }
H1.HeaderClassName
{
color: #D4B7F8;
}
.AnyTagClassName
{
color: #D4B7F8;
}
</style>
background-color css
<style>
a { background-color: #D4B7F8; }
a { background-color: rgb(212,183,248); }
div.DivClassName
{
background-color: #D4B7F8;
}
.BgClassName
{
background-color: #D4B7F8;
}
</style>
border-color css
<style>
span { border-color: #D4B7F8; }
span { border-color: rgb(212,183,248); }
td.TdClassName
{
border-color: #D4B7F8;
}
.TagClassName
{
border-color: #D4B7F8;
}
</style>