Shades of Mauve #E6C6FB
Tints of Mauve #E6C6FB
RGB
CMYK
RGB Variations
Color information
#E6C6FB (or 0xE6C6FB) is known color: Mauve. HEX triplet: E6, C6 and FB. RGB value is (230,198,251). Sum of RGB (Red+Green+Blue) = 230+198+251=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6C6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C6FB is #193904. Grayscale: #D5D5D5. Windows color (decimal): -1652997 or 16500454. OLE color: 16500454.
HSL color Cylindrical-coordinate representation of color #E6C6FB: hue angle of 276.23º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C6FB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 198 | 251 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.02 |
| HSL | 276.23º | 0.87% | 0.88% | - |
| HSV(B) | 276.23º | 0.21% | 0.98% | - |
| XYZ | 70.24 | 64.18 | 99.95 | - |
| YUV | 213.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 251 | 0.08 | 0.21 | 0 | 0.02 | 276.23 | 0.87 | 0.88 |
| Hex | E6 | C6 | FB | 8 | 15 | 0 | 2 | 114 | 57 | 58 |
| Octal | 346 | 306 | 373 | 10 | 25 | 0 | 2 | 424 | 127 | 130 |
| Binary | 11100110 | 11000110 | 11111011 | 1000 | 10101 | 0 | 10 | 100010100 | 1010111 | 1011000 |
Color Harmonies of #E6C6FB
Complementary color
Monochromatic Colors of #E6C6FB
Black with #E6C6FB
Text Example
Text Example
White with #E6C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6FB; }
p { color: rgb(230,198,251); }
H1.HeaderClassName
{
color: #E6C6FB;
}
.AnyTagClassName
{
color: #E6C6FB;
}
</style>
background-color css
<style>
a { background-color: #E6C6FB; }
a { background-color: rgb(230,198,251); }
div.DivClassName
{
background-color: #E6C6FB;
}
.BgClassName
{
background-color: #E6C6FB;
}
</style>
border-color css
<style>
span { border-color: #E6C6FB; }
span { border-color: rgb(230,198,251); }
td.TdClassName
{
border-color: #E6C6FB;
}
.TagClassName
{
border-color: #E6C6FB;
}
</style>