Shades of Mauve #D5A6FB
Tints of Mauve #D5A6FB
RGB
CMYK
RGB Variations
Color information
#D5A6FB (or 0xD5A6FB) is known color: Mauve. HEX triplet: D5, A6 and FB. RGB value is (213,166,251). Sum of RGB (Red+Green+Blue) = 213+166+251=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 166 (65.23% from 255 or 26.35% 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 #D5A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A6FB is #2A5904. Grayscale: #BDBDBD. Windows color (decimal): -2775301 or 16492245. OLE color: 16492245.
HSL color Cylindrical-coordinate representation of color #D5A6FB: hue angle of 273.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A6FB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 166 | 251 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.02 |
| HSL | 273.18º | 0.91% | 0.82% | - |
| HSV(B) | 273.18º | 0.34% | 0.98% | - |
| XYZ | 58.49 | 48.38 | 97.52 | - |
| YUV | 189.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 251 | 0.15 | 0.34 | 0 | 0.02 | 273.18 | 0.91 | 0.82 |
| Hex | D5 | A6 | FB | F | 22 | 0 | 2 | 111 | 5B | 52 |
| Octal | 325 | 246 | 373 | 17 | 42 | 0 | 2 | 421 | 133 | 122 |
| Binary | 11010101 | 10100110 | 11111011 | 1111 | 100010 | 0 | 10 | 100010001 | 1011011 | 1010010 |
Color Harmonies of #D5A6FB
Complementary color
Monochromatic Colors of #D5A6FB
Black with #D5A6FB
Text Example
Text Example
White with #D5A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6FB; }
p { color: rgb(213,166,251); }
H1.HeaderClassName
{
color: #D5A6FB;
}
.AnyTagClassName
{
color: #D5A6FB;
}
</style>
background-color css
<style>
a { background-color: #D5A6FB; }
a { background-color: rgb(213,166,251); }
div.DivClassName
{
background-color: #D5A6FB;
}
.BgClassName
{
background-color: #D5A6FB;
}
</style>
border-color css
<style>
span { border-color: #D5A6FB; }
span { border-color: rgb(213,166,251); }
td.TdClassName
{
border-color: #D5A6FB;
}
.TagClassName
{
border-color: #D5A6FB;
}
</style>