Shades of Mauve #D6AFEB
Tints of Mauve #D6AFEB
RGB
CMYK
RGB Variations
Color information
#D6AFEB (or 0xD6AFEB) is known color: Mauve. HEX triplet: D6, AF and EB. RGB value is (214,175,235). Sum of RGB (Red+Green+Blue) = 214+175+235=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFEB is #295014. Grayscale: #C1C1C1. Windows color (decimal): -2707477 or 15445974. OLE color: 15445974.
HSL color Cylindrical-coordinate representation of color #D6AFEB: hue angle of 279º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6AFEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 175 | 235 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.08 |
| HSL | 279º | 0.6% | 0.8% | - |
| HSV(B) | 279º | 0.26% | 0.92% | - |
| XYZ | 58.06 | 50.95 | 85.37 | - |
| YUV | 193.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 235 | 0.09 | 0.26 | 0 | 0.08 | 279 | 0.6 | 0.8 |
| Hex | D6 | AF | EB | 9 | 1A | 0 | 8 | 117 | 3C | 50 |
| Octal | 326 | 257 | 353 | 11 | 32 | 0 | 10 | 427 | 74 | 120 |
| Binary | 11010110 | 10101111 | 11101011 | 1001 | 11010 | 0 | 1000 | 100010111 | 111100 | 1010000 |
Color Harmonies of #D6AFEB
Complementary color
Monochromatic Colors of #D6AFEB
Black with #D6AFEB
Text Example
Text Example
White with #D6AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFEB; }
p { color: rgb(214,175,235); }
H1.HeaderClassName
{
color: #D6AFEB;
}
.AnyTagClassName
{
color: #D6AFEB;
}
</style>
background-color css
<style>
a { background-color: #D6AFEB; }
a { background-color: rgb(214,175,235); }
div.DivClassName
{
background-color: #D6AFEB;
}
.BgClassName
{
background-color: #D6AFEB;
}
</style>
border-color css
<style>
span { border-color: #D6AFEB; }
span { border-color: rgb(214,175,235); }
td.TdClassName
{
border-color: #D6AFEB;
}
.TagClassName
{
border-color: #D6AFEB;
}
</style>