Shades of Mauve #E6C3FF
Tints of Mauve #E6C3FF
RGB
CMYK
RGB Variations
Color information
#E6C3FF (or 0xE6C3FF) is known color: Mauve. HEX triplet: E6, C3 and FF. RGB value is (230,195,255). Sum of RGB (Red+Green+Blue) = 230+195+255=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C3FF is #193C00. Grayscale: #D4D4D4. Windows color (decimal): -1653761 or 16761830. OLE color: 16761830.
HSL color Cylindrical-coordinate representation of color #E6C3FF: hue angle of 275º 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 #E6C3FF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 195 | 255 | - |
| CMYK | 0.10 | 0.24 | 0 | 0 |
| HSL | 275º | 1% | 0.88% | - |
| HSV(B) | 275º | 0.24% | 1% | - |
| XYZ | 70.2 | 63.07 | 103.08 | - |
| YUV | 212.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 255 | 0.10 | 0.24 | 0 | 0 | 275 | 1 | 0.88 |
| Hex | E6 | C3 | FF | A | 18 | 0 | 0 | 113 | 64 | 58 |
| Octal | 346 | 303 | 377 | 12 | 30 | 0 | 0 | 423 | 144 | 130 |
| Binary | 11100110 | 11000011 | 11111111 | 1010 | 11000 | 0 | 0 | 100010011 | 1100100 | 1011000 |
Color Harmonies of #E6C3FF
Complementary color
Monochromatic Colors of #E6C3FF
Black with #E6C3FF
Text Example
Text Example
White with #E6C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3FF; }
p { color: rgb(230,195,255); }
H1.HeaderClassName
{
color: #E6C3FF;
}
.AnyTagClassName
{
color: #E6C3FF;
}
</style>
background-color css
<style>
a { background-color: #E6C3FF; }
a { background-color: rgb(230,195,255); }
div.DivClassName
{
background-color: #E6C3FF;
}
.BgClassName
{
background-color: #E6C3FF;
}
</style>
border-color css
<style>
span { border-color: #E6C3FF; }
span { border-color: rgb(230,195,255); }
td.TdClassName
{
border-color: #E6C3FF;
}
.TagClassName
{
border-color: #E6C3FF;
}
</style>