Shades of Mauve #E6C5FC
Tints of Mauve #E6C5FC
RGB
CMYK
RGB Variations
Color information
#E6C5FC (or 0xE6C5FC) is known color: Mauve. HEX triplet: E6, C5 and FC. RGB value is (230,197,252). Sum of RGB (Red+Green+Blue) = 230+197+252=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 197 (77.34% from 255 or 29.01% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6C5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5FC is #193A03. Grayscale: #D4D4D4. Windows color (decimal): -1653252 or 16565734. OLE color: 16565734.
HSL color Cylindrical-coordinate representation of color #E6C5FC: hue angle of 276º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6C5FC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 197 | 252 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.01 |
| HSL | 276º | 0.9% | 0.88% | - |
| HSV(B) | 276º | 0.22% | 0.99% | - |
| XYZ | 70.17 | 63.78 | 100.71 | - |
| YUV | 213.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 252 | 0.09 | 0.22 | 0 | 0.01 | 276 | 0.9 | 0.88 |
| Hex | E6 | C5 | FC | 9 | 16 | 0 | 1 | 114 | 5A | 58 |
| Octal | 346 | 305 | 374 | 11 | 26 | 0 | 1 | 424 | 132 | 130 |
| Binary | 11100110 | 11000101 | 11111100 | 1001 | 10110 | 0 | 1 | 100010100 | 1011010 | 1011000 |
Color Harmonies of #E6C5FC
Complementary color
Monochromatic Colors of #E6C5FC
Black with #E6C5FC
Text Example
Text Example
White with #E6C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5FC; }
p { color: rgb(230,197,252); }
H1.HeaderClassName
{
color: #E6C5FC;
}
.AnyTagClassName
{
color: #E6C5FC;
}
</style>
background-color css
<style>
a { background-color: #E6C5FC; }
a { background-color: rgb(230,197,252); }
div.DivClassName
{
background-color: #E6C5FC;
}
.BgClassName
{
background-color: #E6C5FC;
}
</style>
border-color css
<style>
span { border-color: #E6C5FC; }
span { border-color: rgb(230,197,252); }
td.TdClassName
{
border-color: #E6C5FC;
}
.TagClassName
{
border-color: #E6C5FC;
}
</style>