Shades of Mauve #E6ADFE
Tints of Mauve #E6ADFE
RGB
CMYK
RGB Variations
Color information
#E6ADFE (or 0xE6ADFE) is known color: Mauve. HEX triplet: E6, AD and FE. RGB value is (230,173,254). Sum of RGB (Red+Green+Blue) = 230+173+254=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFE is #195201. Grayscale: #C7C7C7. Windows color (decimal): -1659394 or 16690662. OLE color: 16690662.
HSL color Cylindrical-coordinate representation of color #E6ADFE: hue angle of 282.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6ADFE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 173 | 254 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.00 |
| HSL | 282.22º | 0.98% | 0.84% | - |
| HSV(B) | 282.22º | 0.32% | 1% | - |
| XYZ | 65.47 | 53.87 | 100.71 | - |
| YUV | 199.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 254 | 0.09 | 0.32 | 0 | 0.00 | 282.22 | 0.98 | 0.84 |
| Hex | E6 | AD | FE | 9 | 20 | 0 | 0 | 11A | 62 | 54 |
| Octal | 346 | 255 | 376 | 11 | 40 | 0 | 0 | 432 | 142 | 124 |
| Binary | 11100110 | 10101101 | 11111110 | 1001 | 100000 | 0 | 0 | 100011010 | 1100010 | 1010100 |
Color Harmonies of #E6ADFE
Complementary color
Monochromatic Colors of #E6ADFE
Black with #E6ADFE
Text Example
Text Example
White with #E6ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADFE; }
p { color: rgb(230,173,254); }
H1.HeaderClassName
{
color: #E6ADFE;
}
.AnyTagClassName
{
color: #E6ADFE;
}
</style>
background-color css
<style>
a { background-color: #E6ADFE; }
a { background-color: rgb(230,173,254); }
div.DivClassName
{
background-color: #E6ADFE;
}
.BgClassName
{
background-color: #E6ADFE;
}
</style>
border-color css
<style>
span { border-color: #E6ADFE; }
span { border-color: rgb(230,173,254); }
td.TdClassName
{
border-color: #E6ADFE;
}
.TagClassName
{
border-color: #E6ADFE;
}
</style>