Shades of Mauve #D8AEF1
Tints of Mauve #D8AEF1
RGB
CMYK
RGB Variations
Color information
#D8AEF1 (or 0xD8AEF1) is known color: Mauve. HEX triplet: D8, AE and F1. RGB value is (216,174,241). Sum of RGB (Red+Green+Blue) = 216+174+241=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEF1 is #27510E. Grayscale: #C1C1C1. Windows color (decimal): -2576655 or 15838936. OLE color: 15838936.
HSL color Cylindrical-coordinate representation of color #D8AEF1: hue angle of 277.61º 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 #D8AEF1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 174 | 241 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 277.61º | 0.71% | 0.81% | - |
| HSV(B) | 277.61º | 0.28% | 0.95% | - |
| XYZ | 59.33 | 51.22 | 89.98 | - |
| YUV | 194.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 241 | 0.10 | 0.28 | 0 | 0.05 | 277.61 | 0.71 | 0.81 |
| Hex | D8 | AE | F1 | A | 1C | 0 | 5 | 116 | 47 | 51 |
| Octal | 330 | 256 | 361 | 12 | 34 | 0 | 5 | 426 | 107 | 121 |
| Binary | 11011000 | 10101110 | 11110001 | 1010 | 11100 | 0 | 101 | 100010110 | 1000111 | 1010001 |
Color Harmonies of #D8AEF1
Complementary color
Monochromatic Colors of #D8AEF1
Black with #D8AEF1
Text Example
Text Example
White with #D8AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEF1; }
p { color: rgb(216,174,241); }
H1.HeaderClassName
{
color: #D8AEF1;
}
.AnyTagClassName
{
color: #D8AEF1;
}
</style>
background-color css
<style>
a { background-color: #D8AEF1; }
a { background-color: rgb(216,174,241); }
div.DivClassName
{
background-color: #D8AEF1;
}
.BgClassName
{
background-color: #D8AEF1;
}
</style>
border-color css
<style>
span { border-color: #D8AEF1; }
span { border-color: rgb(216,174,241); }
td.TdClassName
{
border-color: #D8AEF1;
}
.TagClassName
{
border-color: #D8AEF1;
}
</style>