Shades of Mauve #E6C6FE
Tints of Mauve #E6C6FE
RGB
CMYK
RGB Variations
Color information
#E6C6FE (or 0xE6C6FE) is known color: Mauve. HEX triplet: E6, C6 and FE. RGB value is (230,198,254). Sum of RGB (Red+Green+Blue) = 230+198+254=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C6FE is #193901. Grayscale: #D5D5D5. Windows color (decimal): -1652994 or 16697062. OLE color: 16697062.
HSL color Cylindrical-coordinate representation of color #E6C6FE: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6C6FE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 198 | 254 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.00 |
| HSL | 274.29º | 0.97% | 0.89% | - |
| HSV(B) | 274.29º | 0.22% | 1% | - |
| XYZ | 70.72 | 64.37 | 102.46 | - |
| YUV | 213.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 254 | 0.09 | 0.22 | 0 | 0.00 | 274.29 | 0.97 | 0.89 |
| Hex | E6 | C6 | FE | 9 | 16 | 0 | 0 | 112 | 61 | 59 |
| Octal | 346 | 306 | 376 | 11 | 26 | 0 | 0 | 422 | 141 | 131 |
| Binary | 11100110 | 11000110 | 11111110 | 1001 | 10110 | 0 | 0 | 100010010 | 1100001 | 1011001 |
Color Harmonies of #E6C6FE
Complementary color
Monochromatic Colors of #E6C6FE
Black with #E6C6FE
Text Example
Text Example
White with #E6C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6FE; }
p { color: rgb(230,198,254); }
H1.HeaderClassName
{
color: #E6C6FE;
}
.AnyTagClassName
{
color: #E6C6FE;
}
</style>
background-color css
<style>
a { background-color: #E6C6FE; }
a { background-color: rgb(230,198,254); }
div.DivClassName
{
background-color: #E6C6FE;
}
.BgClassName
{
background-color: #E6C6FE;
}
</style>
border-color css
<style>
span { border-color: #E6C6FE; }
span { border-color: rgb(230,198,254); }
td.TdClassName
{
border-color: #E6C6FE;
}
.TagClassName
{
border-color: #E6C6FE;
}
</style>