Shades of Mauve #D6AFEC
Tints of Mauve #D6AFEC
RGB
CMYK
RGB Variations
Color information
#D6AFEC (or 0xD6AFEC) is known color: Mauve. HEX triplet: D6, AF and EC. RGB value is (214,175,236). Sum of RGB (Red+Green+Blue) = 214+175+236=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFEC is #295013. Grayscale: #C1C1C1. Windows color (decimal): -2707476 or 15511510. OLE color: 15511510.
HSL color Cylindrical-coordinate representation of color #D6AFEC: hue angle of 278.36º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6AFEC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 175 | 236 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.07 |
| HSL | 278.36º | 0.62% | 0.81% | - |
| HSV(B) | 278.36º | 0.26% | 0.93% | - |
| XYZ | 58.2 | 51.01 | 86.14 | - |
| YUV | 193.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 236 | 0.09 | 0.26 | 0 | 0.07 | 278.36 | 0.62 | 0.81 |
| Hex | D6 | AF | EC | 9 | 1A | 0 | 7 | 116 | 3E | 51 |
| Octal | 326 | 257 | 354 | 11 | 32 | 0 | 7 | 426 | 76 | 121 |
| Binary | 11010110 | 10101111 | 11101100 | 1001 | 11010 | 0 | 111 | 100010110 | 111110 | 1010001 |
Color Harmonies of #D6AFEC
Complementary color
Monochromatic Colors of #D6AFEC
Black with #D6AFEC
Text Example
Text Example
White with #D6AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFEC; }
p { color: rgb(214,175,236); }
H1.HeaderClassName
{
color: #D6AFEC;
}
.AnyTagClassName
{
color: #D6AFEC;
}
</style>
background-color css
<style>
a { background-color: #D6AFEC; }
a { background-color: rgb(214,175,236); }
div.DivClassName
{
background-color: #D6AFEC;
}
.BgClassName
{
background-color: #D6AFEC;
}
</style>
border-color css
<style>
span { border-color: #D6AFEC; }
span { border-color: rgb(214,175,236); }
td.TdClassName
{
border-color: #D6AFEC;
}
.TagClassName
{
border-color: #D6AFEC;
}
</style>