Shades of Mauve #E6ADF6
Tints of Mauve #E6ADF6
RGB
CMYK
RGB Variations
Color information
#E6ADF6 (or 0xE6ADF6) is known color: Mauve. HEX triplet: E6, AD and F6. RGB value is (230,173,246). Sum of RGB (Red+Green+Blue) = 230+173+246=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6ADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADF6 is #195209. Grayscale: #C6C6C6. Windows color (decimal): -1659402 or 16166374. OLE color: 16166374.
HSL color Cylindrical-coordinate representation of color #E6ADF6: hue angle of 286.85º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6ADF6 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 173 | 246 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.04 |
| HSL | 286.85º | 0.8% | 0.82% | - |
| HSV(B) | 286.85º | 0.3% | 0.96% | - |
| XYZ | 64.21 | 53.36 | 94.1 | - |
| YUV | 198.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 246 | 0.07 | 0.30 | 0 | 0.04 | 286.85 | 0.8 | 0.82 |
| Hex | E6 | AD | F6 | 7 | 1E | 0 | 4 | 11F | 50 | 52 |
| Octal | 346 | 255 | 366 | 7 | 36 | 0 | 4 | 437 | 120 | 122 |
| Binary | 11100110 | 10101101 | 11110110 | 111 | 11110 | 0 | 100 | 100011111 | 1010000 | 1010010 |
Color Harmonies of #E6ADF6
Complementary color
Monochromatic Colors of #E6ADF6
Black with #E6ADF6
Text Example
Text Example
White with #E6ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADF6; }
p { color: rgb(230,173,246); }
H1.HeaderClassName
{
color: #E6ADF6;
}
.AnyTagClassName
{
color: #E6ADF6;
}
</style>
background-color css
<style>
a { background-color: #E6ADF6; }
a { background-color: rgb(230,173,246); }
div.DivClassName
{
background-color: #E6ADF6;
}
.BgClassName
{
background-color: #E6ADF6;
}
</style>
border-color css
<style>
span { border-color: #E6ADF6; }
span { border-color: rgb(230,173,246); }
td.TdClassName
{
border-color: #E6ADF6;
}
.TagClassName
{
border-color: #E6ADF6;
}
</style>