Shades of Mauve #E6BEFF
Tints of Mauve #E6BEFF
RGB
CMYK
RGB Variations
Color information
#E6BEFF (or 0xE6BEFF) is known color: Mauve. HEX triplet: E6, BE and FF. RGB value is (230,190,255). Sum of RGB (Red+Green+Blue) = 230+190+255=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFF is #194100. Grayscale: #D1D1D1. Windows color (decimal): -1655041 or 16760550. OLE color: 16760550.
HSL color Cylindrical-coordinate representation of color #E6BEFF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BEFF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 190 | 255 | - |
| CMYK | 0.10 | 0.25 | 0 | 0 |
| HSL | 276.92º | 1% | 0.87% | - |
| HSV(B) | 276.92º | 0.25% | 1% | - |
| XYZ | 69.1 | 60.87 | 102.72 | - |
| YUV | 209.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 255 | 0.10 | 0.25 | 0 | 0 | 276.92 | 1 | 0.87 |
| Hex | E6 | BE | FF | A | 19 | 0 | 0 | 115 | 64 | 57 |
| Octal | 346 | 276 | 377 | 12 | 31 | 0 | 0 | 425 | 144 | 127 |
| Binary | 11100110 | 10111110 | 11111111 | 1010 | 11001 | 0 | 0 | 100010101 | 1100100 | 1010111 |
Color Harmonies of #E6BEFF
Complementary color
Monochromatic Colors of #E6BEFF
Black with #E6BEFF
Text Example
Text Example
White with #E6BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEFF; }
p { color: rgb(230,190,255); }
H1.HeaderClassName
{
color: #E6BEFF;
}
.AnyTagClassName
{
color: #E6BEFF;
}
</style>
background-color css
<style>
a { background-color: #E6BEFF; }
a { background-color: rgb(230,190,255); }
div.DivClassName
{
background-color: #E6BEFF;
}
.BgClassName
{
background-color: #E6BEFF;
}
</style>
border-color css
<style>
span { border-color: #E6BEFF; }
span { border-color: rgb(230,190,255); }
td.TdClassName
{
border-color: #E6BEFF;
}
.TagClassName
{
border-color: #E6BEFF;
}
</style>