Shades of Mauve #D5A9EE
Tints of Mauve #D5A9EE
RGB
CMYK
RGB Variations
Color information
#D5A9EE (or 0xD5A9EE) is known color: Mauve. HEX triplet: D5, A9 and EE. RGB value is (213,169,238). Sum of RGB (Red+Green+Blue) = 213+169+238=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A9EE is #2A5611. Grayscale: #BDBDBD. Windows color (decimal): -2774546 or 15641045. OLE color: 15641045.
HSL color Cylindrical-coordinate representation of color #D5A9EE: hue angle of 278.26º degrees, saturation: 0.67, 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 #D5A9EE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 169 | 238 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.07 |
| HSL | 278.26º | 0.67% | 0.8% | - |
| HSV(B) | 278.26º | 0.29% | 0.93% | - |
| XYZ | 57.06 | 48.7 | 87.28 | - |
| YUV | 190.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 238 | 0.11 | 0.29 | 0 | 0.07 | 278.26 | 0.67 | 0.8 |
| Hex | D5 | A9 | EE | B | 1D | 0 | 7 | 116 | 43 | 50 |
| Octal | 325 | 251 | 356 | 13 | 35 | 0 | 7 | 426 | 103 | 120 |
| Binary | 11010101 | 10101001 | 11101110 | 1011 | 11101 | 0 | 111 | 100010110 | 1000011 | 1010000 |
Color Harmonies of #D5A9EE
Complementary color
Monochromatic Colors of #D5A9EE
Black with #D5A9EE
Text Example
Text Example
White with #D5A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A9EE; }
p { color: rgb(213,169,238); }
H1.HeaderClassName
{
color: #D5A9EE;
}
.AnyTagClassName
{
color: #D5A9EE;
}
</style>
background-color css
<style>
a { background-color: #D5A9EE; }
a { background-color: rgb(213,169,238); }
div.DivClassName
{
background-color: #D5A9EE;
}
.BgClassName
{
background-color: #D5A9EE;
}
</style>
border-color css
<style>
span { border-color: #D5A9EE; }
span { border-color: rgb(213,169,238); }
td.TdClassName
{
border-color: #D5A9EE;
}
.TagClassName
{
border-color: #D5A9EE;
}
</style>