Shades of Mauve #D4B7F6
Tints of Mauve #D4B7F6
RGB
CMYK
RGB Variations
Color information
#D4B7F6 (or 0xD4B7F6) is known color: Mauve. HEX triplet: D4, B7 and F6. RGB value is (212,183,246). Sum of RGB (Red+Green+Blue) = 212+183+246=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7F6 is #2B4809. Grayscale: #C6C6C6. Windows color (decimal): -2836490 or 16168916. OLE color: 16168916.
HSL color Cylindrical-coordinate representation of color #D4B7F6: hue angle of 267.62º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B7F6 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 183 | 246 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.04 |
| HSL | 267.62º | 0.78% | 0.84% | - |
| HSV(B) | 267.62º | 0.26% | 0.96% | - |
| XYZ | 60.72 | 54.52 | 94.51 | - |
| YUV | 198.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 246 | 0.14 | 0.26 | 0 | 0.04 | 267.62 | 0.78 | 0.84 |
| Hex | D4 | B7 | F6 | E | 1A | 0 | 4 | 10C | 4E | 54 |
| Octal | 324 | 267 | 366 | 16 | 32 | 0 | 4 | 414 | 116 | 124 |
| Binary | 11010100 | 10110111 | 11110110 | 1110 | 11010 | 0 | 100 | 100001100 | 1001110 | 1010100 |
Color Harmonies of #D4B7F6
Complementary color
Monochromatic Colors of #D4B7F6
Black with #D4B7F6
Text Example
Text Example
White with #D4B7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7F6; }
p { color: rgb(212,183,246); }
H1.HeaderClassName
{
color: #D4B7F6;
}
.AnyTagClassName
{
color: #D4B7F6;
}
</style>
background-color css
<style>
a { background-color: #D4B7F6; }
a { background-color: rgb(212,183,246); }
div.DivClassName
{
background-color: #D4B7F6;
}
.BgClassName
{
background-color: #D4B7F6;
}
</style>
border-color css
<style>
span { border-color: #D4B7F6; }
span { border-color: rgb(212,183,246); }
td.TdClassName
{
border-color: #D4B7F6;
}
.TagClassName
{
border-color: #D4B7F6;
}
</style>