Shades of Mauve #E6C3FE
Tints of Mauve #E6C3FE
RGB
CMYK
RGB Variations
Color information
#E6C3FE (or 0xE6C3FE) is known color: Mauve. HEX triplet: E6, C3 and FE. RGB value is (230,195,254). Sum of RGB (Red+Green+Blue) = 230+195+254=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 195 (76.56% from 255 or 28.72% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C3FE is #193C01. Grayscale: #D3D3D3. Windows color (decimal): -1653762 or 16696294. OLE color: 16696294.
HSL color Cylindrical-coordinate representation of color #E6C3FE: hue angle of 275.59º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6C3FE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 195 | 254 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.00 |
| HSL | 275.59º | 0.97% | 0.88% | - |
| HSV(B) | 275.59º | 0.23% | 1% | - |
| XYZ | 70.04 | 63.01 | 102.24 | - |
| YUV | 212.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 254 | 0.09 | 0.23 | 0 | 0.00 | 275.59 | 0.97 | 0.88 |
| Hex | E6 | C3 | FE | 9 | 17 | 0 | 0 | 114 | 61 | 58 |
| Octal | 346 | 303 | 376 | 11 | 27 | 0 | 0 | 424 | 141 | 130 |
| Binary | 11100110 | 11000011 | 11111110 | 1001 | 10111 | 0 | 0 | 100010100 | 1100001 | 1011000 |
Color Harmonies of #E6C3FE
Complementary color
Monochromatic Colors of #E6C3FE
Black with #E6C3FE
Text Example
Text Example
White with #E6C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3FE; }
p { color: rgb(230,195,254); }
H1.HeaderClassName
{
color: #E6C3FE;
}
.AnyTagClassName
{
color: #E6C3FE;
}
</style>
background-color css
<style>
a { background-color: #E6C3FE; }
a { background-color: rgb(230,195,254); }
div.DivClassName
{
background-color: #E6C3FE;
}
.BgClassName
{
background-color: #E6C3FE;
}
</style>
border-color css
<style>
span { border-color: #E6C3FE; }
span { border-color: rgb(230,195,254); }
td.TdClassName
{
border-color: #E6C3FE;
}
.TagClassName
{
border-color: #E6C3FE;
}
</style>