Shades of Mauve #E6C5F9
Tints of Mauve #E6C5F9
RGB
CMYK
RGB Variations
Color information
#E6C5F9 (or 0xE6C5F9) is known color: Mauve. HEX triplet: E6, C5 and F9. RGB value is (230,197,249). Sum of RGB (Red+Green+Blue) = 230+197+249=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6C5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5F9 is #193A06. Grayscale: #D4D4D4. Windows color (decimal): -1653255 or 16369126. OLE color: 16369126.
HSL color Cylindrical-coordinate representation of color #E6C5F9: hue angle of 278.08º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C5F9 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 197 | 249 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.02 |
| HSL | 278.08º | 0.81% | 0.87% | - |
| HSV(B) | 278.08º | 0.21% | 0.98% | - |
| XYZ | 69.7 | 63.6 | 98.22 | - |
| YUV | 212.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 249 | 0.08 | 0.21 | 0 | 0.02 | 278.08 | 0.81 | 0.87 |
| Hex | E6 | C5 | F9 | 8 | 15 | 0 | 2 | 116 | 51 | 57 |
| Octal | 346 | 305 | 371 | 10 | 25 | 0 | 2 | 426 | 121 | 127 |
| Binary | 11100110 | 11000101 | 11111001 | 1000 | 10101 | 0 | 10 | 100010110 | 1010001 | 1010111 |
Color Harmonies of #E6C5F9
Complementary color
Monochromatic Colors of #E6C5F9
Black with #E6C5F9
Text Example
Text Example
White with #E6C5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5F9; }
p { color: rgb(230,197,249); }
H1.HeaderClassName
{
color: #E6C5F9;
}
.AnyTagClassName
{
color: #E6C5F9;
}
</style>
background-color css
<style>
a { background-color: #E6C5F9; }
a { background-color: rgb(230,197,249); }
div.DivClassName
{
background-color: #E6C5F9;
}
.BgClassName
{
background-color: #E6C5F9;
}
</style>
border-color css
<style>
span { border-color: #E6C5F9; }
span { border-color: rgb(230,197,249); }
td.TdClassName
{
border-color: #E6C5F9;
}
.TagClassName
{
border-color: #E6C5F9;
}
</style>