Shades of Mauve #D6AFEF
Tints of Mauve #D6AFEF
RGB
CMYK
RGB Variations
Color information
#D6AFEF (or 0xD6AFEF) is known color: Mauve. HEX triplet: D6, AF and EF. RGB value is (214,175,239). Sum of RGB (Red+Green+Blue) = 214+175+239=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFEF is #295010. Grayscale: #C1C1C1. Windows color (decimal): -2707473 or 15708118. OLE color: 15708118.
HSL color Cylindrical-coordinate representation of color #D6AFEF: hue angle of 276.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6AFEF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 175 | 239 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.06 |
| HSL | 276.56º | 0.67% | 0.81% | - |
| HSV(B) | 276.56º | 0.27% | 0.94% | - |
| XYZ | 58.64 | 51.19 | 88.45 | - |
| YUV | 193.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 239 | 0.10 | 0.27 | 0 | 0.06 | 276.56 | 0.67 | 0.81 |
| Hex | D6 | AF | EF | A | 1B | 0 | 6 | 115 | 43 | 51 |
| Octal | 326 | 257 | 357 | 12 | 33 | 0 | 6 | 425 | 103 | 121 |
| Binary | 11010110 | 10101111 | 11101111 | 1010 | 11011 | 0 | 110 | 100010101 | 1000011 | 1010001 |
Color Harmonies of #D6AFEF
Complementary color
Monochromatic Colors of #D6AFEF
Black with #D6AFEF
Text Example
Text Example
White with #D6AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFEF; }
p { color: rgb(214,175,239); }
H1.HeaderClassName
{
color: #D6AFEF;
}
.AnyTagClassName
{
color: #D6AFEF;
}
</style>
background-color css
<style>
a { background-color: #D6AFEF; }
a { background-color: rgb(214,175,239); }
div.DivClassName
{
background-color: #D6AFEF;
}
.BgClassName
{
background-color: #D6AFEF;
}
</style>
border-color css
<style>
span { border-color: #D6AFEF; }
span { border-color: rgb(214,175,239); }
td.TdClassName
{
border-color: #D6AFEF;
}
.TagClassName
{
border-color: #D6AFEF;
}
</style>