Shades of Mauve #D4A7FB
Tints of Mauve #D4A7FB
RGB
CMYK
RGB Variations
Color information
#D4A7FB (or 0xD4A7FB) is known color: Mauve. HEX triplet: D4, A7 and FB. RGB value is (212,167,251). Sum of RGB (Red+Green+Blue) = 212+167+251=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7FB is #2B5804. Grayscale: #BDBDBD. Windows color (decimal): -2840581 or 16492500. OLE color: 16492500.
HSL color Cylindrical-coordinate representation of color #D4A7FB: hue angle of 272.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A7FB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 167 | 251 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.02 |
| HSL | 272.14º | 0.91% | 0.82% | - |
| HSV(B) | 272.14º | 0.33% | 0.98% | - |
| XYZ | 58.38 | 48.6 | 97.57 | - |
| YUV | 190.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 251 | 0.16 | 0.33 | 0 | 0.02 | 272.14 | 0.91 | 0.82 |
| Hex | D4 | A7 | FB | 10 | 21 | 0 | 2 | 110 | 5B | 52 |
| Octal | 324 | 247 | 373 | 20 | 41 | 0 | 2 | 420 | 133 | 122 |
| Binary | 11010100 | 10100111 | 11111011 | 10000 | 100001 | 0 | 10 | 100010000 | 1011011 | 1010010 |
Color Harmonies of #D4A7FB
Complementary color
Monochromatic Colors of #D4A7FB
Black with #D4A7FB
Text Example
Text Example
White with #D4A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7FB; }
p { color: rgb(212,167,251); }
H1.HeaderClassName
{
color: #D4A7FB;
}
.AnyTagClassName
{
color: #D4A7FB;
}
</style>
background-color css
<style>
a { background-color: #D4A7FB; }
a { background-color: rgb(212,167,251); }
div.DivClassName
{
background-color: #D4A7FB;
}
.BgClassName
{
background-color: #D4A7FB;
}
</style>
border-color css
<style>
span { border-color: #D4A7FB; }
span { border-color: rgb(212,167,251); }
td.TdClassName
{
border-color: #D4A7FB;
}
.TagClassName
{
border-color: #D4A7FB;
}
</style>