Shades of Mauve #E6C1FF
Tints of Mauve #E6C1FF
RGB
CMYK
RGB Variations
Color information
#E6C1FF (or 0xE6C1FF) is known color: Mauve. HEX triplet: E6, C1 and FF. RGB value is (230,193,255). Sum of RGB (Red+Green+Blue) = 230+193+255=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6C1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C1FF is #193E00. Grayscale: #D2D2D2. Windows color (decimal): -1654273 or 16761318. OLE color: 16761318.
HSL color Cylindrical-coordinate representation of color #E6C1FF: hue angle of 275.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6C1FF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 193 | 255 | - |
| CMYK | 0.10 | 0.24 | 0 | 0 |
| HSL | 275.81º | 1% | 0.88% | - |
| HSV(B) | 275.81º | 0.24% | 1% | - |
| XYZ | 69.75 | 62.18 | 102.93 | - |
| YUV | 211.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 255 | 0.10 | 0.24 | 0 | 0 | 275.81 | 1 | 0.88 |
| Hex | E6 | C1 | FF | A | 18 | 0 | 0 | 114 | 64 | 58 |
| Octal | 346 | 301 | 377 | 12 | 30 | 0 | 0 | 424 | 144 | 130 |
| Binary | 11100110 | 11000001 | 11111111 | 1010 | 11000 | 0 | 0 | 100010100 | 1100100 | 1011000 |
Color Harmonies of #E6C1FF
Complementary color
Monochromatic Colors of #E6C1FF
Black with #E6C1FF
Text Example
Text Example
White with #E6C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1FF; }
p { color: rgb(230,193,255); }
H1.HeaderClassName
{
color: #E6C1FF;
}
.AnyTagClassName
{
color: #E6C1FF;
}
</style>
background-color css
<style>
a { background-color: #E6C1FF; }
a { background-color: rgb(230,193,255); }
div.DivClassName
{
background-color: #E6C1FF;
}
.BgClassName
{
background-color: #E6C1FF;
}
</style>
border-color css
<style>
span { border-color: #E6C1FF; }
span { border-color: rgb(230,193,255); }
td.TdClassName
{
border-color: #E6C1FF;
}
.TagClassName
{
border-color: #E6C1FF;
}
</style>