Shades of Mauve #E6C8FF
Tints of Mauve #E6C8FF
RGB
CMYK
RGB Variations
Color information
#E6C8FF (or 0xE6C8FF) is known color: Mauve. HEX triplet: E6, C8 and FF. RGB value is (230,200,255). Sum of RGB (Red+Green+Blue) = 230+200+255=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8FF is #193700. Grayscale: #D7D7D7. Windows color (decimal): -1652481 or 16763110. OLE color: 16763110.
HSL color Cylindrical-coordinate representation of color #E6C8FF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6C8FF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 200 | 255 | - |
| CMYK | 0.10 | 0.22 | 0 | 0 |
| HSL | 272.73º | 1% | 0.89% | - |
| HSV(B) | 272.73º | 0.22% | 1% | - |
| XYZ | 71.34 | 65.35 | 103.46 | - |
| YUV | 215.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 255 | 0.10 | 0.22 | 0 | 0 | 272.73 | 1 | 0.89 |
| Hex | E6 | C8 | FF | A | 16 | 0 | 0 | 111 | 64 | 59 |
| Octal | 346 | 310 | 377 | 12 | 26 | 0 | 0 | 421 | 144 | 131 |
| Binary | 11100110 | 11001000 | 11111111 | 1010 | 10110 | 0 | 0 | 100010001 | 1100100 | 1011001 |
Color Harmonies of #E6C8FF
Complementary color
Monochromatic Colors of #E6C8FF
Black with #E6C8FF
Text Example
Text Example
White with #E6C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8FF; }
p { color: rgb(230,200,255); }
H1.HeaderClassName
{
color: #E6C8FF;
}
.AnyTagClassName
{
color: #E6C8FF;
}
</style>
background-color css
<style>
a { background-color: #E6C8FF; }
a { background-color: rgb(230,200,255); }
div.DivClassName
{
background-color: #E6C8FF;
}
.BgClassName
{
background-color: #E6C8FF;
}
</style>
border-color css
<style>
span { border-color: #E6C8FF; }
span { border-color: rgb(230,200,255); }
td.TdClassName
{
border-color: #E6C8FF;
}
.TagClassName
{
border-color: #E6C8FF;
}
</style>