Shades of Mauve #E6C6FF
Tints of Mauve #E6C6FF
RGB
CMYK
RGB Variations
Color information
#E6C6FF (or 0xE6C6FF) is known color: Mauve. HEX triplet: E6, C6 and FF. RGB value is (230,198,255). Sum of RGB (Red+Green+Blue) = 230+198+255=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C6FF is #193900. Grayscale: #D5D5D5. Windows color (decimal): -1652993 or 16762598. OLE color: 16762598.
HSL color Cylindrical-coordinate representation of color #E6C6FF: hue angle of 273.68º 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 #E6C6FF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 198 | 255 | - |
| CMYK | 0.10 | 0.22 | 0 | 0 |
| HSL | 273.68º | 1% | 0.89% | - |
| HSV(B) | 273.68º | 0.22% | 1% | - |
| XYZ | 70.88 | 64.43 | 103.31 | - |
| YUV | 214.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 255 | 0.10 | 0.22 | 0 | 0 | 273.68 | 1 | 0.89 |
| Hex | E6 | C6 | FF | A | 16 | 0 | 0 | 112 | 64 | 59 |
| Octal | 346 | 306 | 377 | 12 | 26 | 0 | 0 | 422 | 144 | 131 |
| Binary | 11100110 | 11000110 | 11111111 | 1010 | 10110 | 0 | 0 | 100010010 | 1100100 | 1011001 |
Color Harmonies of #E6C6FF
Complementary color
Monochromatic Colors of #E6C6FF
Black with #E6C6FF
Text Example
Text Example
White with #E6C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6FF; }
p { color: rgb(230,198,255); }
H1.HeaderClassName
{
color: #E6C6FF;
}
.AnyTagClassName
{
color: #E6C6FF;
}
</style>
background-color css
<style>
a { background-color: #E6C6FF; }
a { background-color: rgb(230,198,255); }
div.DivClassName
{
background-color: #E6C6FF;
}
.BgClassName
{
background-color: #E6C6FF;
}
</style>
border-color css
<style>
span { border-color: #E6C6FF; }
span { border-color: rgb(230,198,255); }
td.TdClassName
{
border-color: #E6C6FF;
}
.TagClassName
{
border-color: #E6C6FF;
}
</style>