Shades of Mauve #D5A9ED
Tints of Mauve #D5A9ED
RGB
CMYK
RGB Variations
Color information
#D5A9ED (or 0xD5A9ED) is known color: Mauve. HEX triplet: D5, A9 and ED. RGB value is (213,169,237). Sum of RGB (Red+Green+Blue) = 213+169+237=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5A9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A9ED is #2A5612. Grayscale: #BDBDBD. Windows color (decimal): -2774547 or 15575509. OLE color: 15575509.
HSL color Cylindrical-coordinate representation of color #D5A9ED: hue angle of 278.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A9ED is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 169 | 237 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.07 |
| HSL | 278.82º | 0.65% | 0.8% | - |
| HSV(B) | 278.82º | 0.29% | 0.93% | - |
| XYZ | 56.91 | 48.64 | 86.51 | - |
| YUV | 189.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 237 | 0.10 | 0.29 | 0 | 0.07 | 278.82 | 0.65 | 0.8 |
| Hex | D5 | A9 | ED | A | 1D | 0 | 7 | 117 | 41 | 50 |
| Octal | 325 | 251 | 355 | 12 | 35 | 0 | 7 | 427 | 101 | 120 |
| Binary | 11010101 | 10101001 | 11101101 | 1010 | 11101 | 0 | 111 | 100010111 | 1000001 | 1010000 |
Color Harmonies of #D5A9ED
Complementary color
Monochromatic Colors of #D5A9ED
Black with #D5A9ED
Text Example
Text Example
White with #D5A9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A9ED; }
p { color: rgb(213,169,237); }
H1.HeaderClassName
{
color: #D5A9ED;
}
.AnyTagClassName
{
color: #D5A9ED;
}
</style>
background-color css
<style>
a { background-color: #D5A9ED; }
a { background-color: rgb(213,169,237); }
div.DivClassName
{
background-color: #D5A9ED;
}
.BgClassName
{
background-color: #D5A9ED;
}
</style>
border-color css
<style>
span { border-color: #D5A9ED; }
span { border-color: rgb(213,169,237); }
td.TdClassName
{
border-color: #D5A9ED;
}
.TagClassName
{
border-color: #D5A9ED;
}
</style>