Shades of Mauve #D6AEF1
Tints of Mauve #D6AEF1
RGB
CMYK
RGB Variations
Color information
#D6AEF1 (or 0xD6AEF1) is known color: Mauve. HEX triplet: D6, AE and F1. RGB value is (214,174,241). Sum of RGB (Red+Green+Blue) = 214+174+241=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEF1 is #29510E. Grayscale: #C1C1C1. Windows color (decimal): -2707727 or 15838934. OLE color: 15838934.
HSL color Cylindrical-coordinate representation of color #D6AEF1: hue angle of 275.82º 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 #D6AEF1 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 174 | 241 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.05 |
| HSL | 275.82º | 0.71% | 0.81% | - |
| HSV(B) | 275.82º | 0.28% | 0.95% | - |
| XYZ | 58.74 | 50.92 | 89.95 | - |
| YUV | 193.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 241 | 0.11 | 0.28 | 0 | 0.05 | 275.82 | 0.71 | 0.81 |
| Hex | D6 | AE | F1 | B | 1C | 0 | 5 | 114 | 47 | 51 |
| Octal | 326 | 256 | 361 | 13 | 34 | 0 | 5 | 424 | 107 | 121 |
| Binary | 11010110 | 10101110 | 11110001 | 1011 | 11100 | 0 | 101 | 100010100 | 1000111 | 1010001 |
Color Harmonies of #D6AEF1
Complementary color
Monochromatic Colors of #D6AEF1
Black with #D6AEF1
Text Example
Text Example
White with #D6AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AEF1; }
p { color: rgb(214,174,241); }
H1.HeaderClassName
{
color: #D6AEF1;
}
.AnyTagClassName
{
color: #D6AEF1;
}
</style>
background-color css
<style>
a { background-color: #D6AEF1; }
a { background-color: rgb(214,174,241); }
div.DivClassName
{
background-color: #D6AEF1;
}
.BgClassName
{
background-color: #D6AEF1;
}
</style>
border-color css
<style>
span { border-color: #D6AEF1; }
span { border-color: rgb(214,174,241); }
td.TdClassName
{
border-color: #D6AEF1;
}
.TagClassName
{
border-color: #D6AEF1;
}
</style>