Shades of Mauve #D4A7EF
Tints of Mauve #D4A7EF
RGB
CMYK
RGB Variations
Color information
#D4A7EF (or 0xD4A7EF) is known color: Mauve. HEX triplet: D4, A7 and EF. RGB value is (212,167,239). Sum of RGB (Red+Green+Blue) = 212+167+239=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4A7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7EF is #2B5810. Grayscale: #BCBCBC. Windows color (decimal): -2840593 or 15706068. OLE color: 15706068.
HSL color Cylindrical-coordinate representation of color #D4A7EF: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A7EF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 167 | 239 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.06 |
| HSL | 277.5º | 0.69% | 0.8% | - |
| HSV(B) | 277.5º | 0.3% | 0.94% | - |
| XYZ | 56.55 | 47.87 | 87.92 | - |
| YUV | 188.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 239 | 0.11 | 0.30 | 0 | 0.06 | 277.5 | 0.69 | 0.8 |
| Hex | D4 | A7 | EF | B | 1E | 0 | 6 | 116 | 45 | 50 |
| Octal | 324 | 247 | 357 | 13 | 36 | 0 | 6 | 426 | 105 | 120 |
| Binary | 11010100 | 10100111 | 11101111 | 1011 | 11110 | 0 | 110 | 100010110 | 1000101 | 1010000 |
Color Harmonies of #D4A7EF
Complementary color
Monochromatic Colors of #D4A7EF
Black with #D4A7EF
Text Example
Text Example
White with #D4A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7EF; }
p { color: rgb(212,167,239); }
H1.HeaderClassName
{
color: #D4A7EF;
}
.AnyTagClassName
{
color: #D4A7EF;
}
</style>
background-color css
<style>
a { background-color: #D4A7EF; }
a { background-color: rgb(212,167,239); }
div.DivClassName
{
background-color: #D4A7EF;
}
.BgClassName
{
background-color: #D4A7EF;
}
</style>
border-color css
<style>
span { border-color: #D4A7EF; }
span { border-color: rgb(212,167,239); }
td.TdClassName
{
border-color: #D4A7EF;
}
.TagClassName
{
border-color: #D4A7EF;
}
</style>