Shades of Mauve #D9AEF1
Tints of Mauve #D9AEF1
RGB
CMYK
RGB Variations
Color information
#D9AEF1 (or 0xD9AEF1) is known color: Mauve. HEX triplet: D9, AE and F1. RGB value is (217,174,241). Sum of RGB (Red+Green+Blue) = 217+174+241=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEF1 is #26510E. Grayscale: #C2C2C2. Windows color (decimal): -2511119 or 15838937. OLE color: 15838937.
HSL color Cylindrical-coordinate representation of color #D9AEF1: hue angle of 278.51º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9AEF1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 174 | 241 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 278.51º | 0.71% | 0.81% | - |
| HSV(B) | 278.51º | 0.28% | 0.95% | - |
| XYZ | 59.63 | 51.37 | 89.99 | - |
| YUV | 194.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 241 | 0.10 | 0.28 | 0 | 0.05 | 278.51 | 0.71 | 0.81 |
| Hex | D9 | AE | F1 | A | 1C | 0 | 5 | 117 | 47 | 51 |
| Octal | 331 | 256 | 361 | 12 | 34 | 0 | 5 | 427 | 107 | 121 |
| Binary | 11011001 | 10101110 | 11110001 | 1010 | 11100 | 0 | 101 | 100010111 | 1000111 | 1010001 |
Color Harmonies of #D9AEF1
Complementary color
Monochromatic Colors of #D9AEF1
Black with #D9AEF1
Text Example
Text Example
White with #D9AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AEF1; }
p { color: rgb(217,174,241); }
H1.HeaderClassName
{
color: #D9AEF1;
}
.AnyTagClassName
{
color: #D9AEF1;
}
</style>
background-color css
<style>
a { background-color: #D9AEF1; }
a { background-color: rgb(217,174,241); }
div.DivClassName
{
background-color: #D9AEF1;
}
.BgClassName
{
background-color: #D9AEF1;
}
</style>
border-color css
<style>
span { border-color: #D9AEF1; }
span { border-color: rgb(217,174,241); }
td.TdClassName
{
border-color: #D9AEF1;
}
.TagClassName
{
border-color: #D9AEF1;
}
</style>