Shades of Mauve #E6C8FE
Tints of Mauve #E6C8FE
RGB
CMYK
RGB Variations
Color information
#E6C8FE (or 0xE6C8FE) is known color: Mauve. HEX triplet: E6, C8 and FE. RGB value is (230,200,254). Sum of RGB (Red+Green+Blue) = 230+200+254=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8FE is #193701. Grayscale: #D6D6D6. Windows color (decimal): -1652482 or 16697574. OLE color: 16697574.
HSL color Cylindrical-coordinate representation of color #E6C8FE: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C8FE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 200 | 254 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.00 |
| HSL | 273.33º | 0.96% | 0.89% | - |
| HSV(B) | 273.33º | 0.21% | 1% | - |
| XYZ | 71.18 | 65.29 | 102.62 | - |
| YUV | 215.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 254 | 0.09 | 0.21 | 0 | 0.00 | 273.33 | 0.96 | 0.89 |
| Hex | E6 | C8 | FE | 9 | 15 | 0 | 0 | 111 | 60 | 59 |
| Octal | 346 | 310 | 376 | 11 | 25 | 0 | 0 | 421 | 140 | 131 |
| Binary | 11100110 | 11001000 | 11111110 | 1001 | 10101 | 0 | 0 | 100010001 | 1100000 | 1011001 |
Color Harmonies of #E6C8FE
Complementary color
Monochromatic Colors of #E6C8FE
Black with #E6C8FE
Text Example
Text Example
White with #E6C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8FE; }
p { color: rgb(230,200,254); }
H1.HeaderClassName
{
color: #E6C8FE;
}
.AnyTagClassName
{
color: #E6C8FE;
}
</style>
background-color css
<style>
a { background-color: #E6C8FE; }
a { background-color: rgb(230,200,254); }
div.DivClassName
{
background-color: #E6C8FE;
}
.BgClassName
{
background-color: #E6C8FE;
}
</style>
border-color css
<style>
span { border-color: #E6C8FE; }
span { border-color: rgb(230,200,254); }
td.TdClassName
{
border-color: #E6C8FE;
}
.TagClassName
{
border-color: #E6C8FE;
}
</style>