Shades of Mauve #E6C5FA
Tints of Mauve #E6C5FA
RGB
CMYK
RGB Variations
Color information
#E6C5FA (or 0xE6C5FA) is known color: Mauve. HEX triplet: E6, C5 and FA. RGB value is (230,197,250). Sum of RGB (Red+Green+Blue) = 230+197+250=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5FA is #193A05. Grayscale: #D4D4D4. Windows color (decimal): -1653254 or 16434662. OLE color: 16434662.
HSL color Cylindrical-coordinate representation of color #E6C5FA: hue angle of 277.36º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C5FA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 197 | 250 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.02 |
| HSL | 277.36º | 0.84% | 0.88% | - |
| HSV(B) | 277.36º | 0.21% | 0.98% | - |
| XYZ | 69.85 | 63.66 | 99.05 | - |
| YUV | 212.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 250 | 0.08 | 0.21 | 0 | 0.02 | 277.36 | 0.84 | 0.88 |
| Hex | E6 | C5 | FA | 8 | 15 | 0 | 2 | 115 | 54 | 58 |
| Octal | 346 | 305 | 372 | 10 | 25 | 0 | 2 | 425 | 124 | 130 |
| Binary | 11100110 | 11000101 | 11111010 | 1000 | 10101 | 0 | 10 | 100010101 | 1010100 | 1011000 |
Color Harmonies of #E6C5FA
Complementary color
Monochromatic Colors of #E6C5FA
Black with #E6C5FA
Text Example
Text Example
White with #E6C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5FA; }
p { color: rgb(230,197,250); }
H1.HeaderClassName
{
color: #E6C5FA;
}
.AnyTagClassName
{
color: #E6C5FA;
}
</style>
background-color css
<style>
a { background-color: #E6C5FA; }
a { background-color: rgb(230,197,250); }
div.DivClassName
{
background-color: #E6C5FA;
}
.BgClassName
{
background-color: #E6C5FA;
}
</style>
border-color css
<style>
span { border-color: #E6C5FA; }
span { border-color: rgb(230,197,250); }
td.TdClassName
{
border-color: #E6C5FA;
}
.TagClassName
{
border-color: #E6C5FA;
}
</style>