Shades of Mauve #E6BFF2
Tints of Mauve #E6BFF2
RGB
CMYK
RGB Variations
Color information
#E6BFF2 (or 0xE6BFF2) is known color: Mauve. HEX triplet: E6, BF and F2. RGB value is (230,191,242). Sum of RGB (Red+Green+Blue) = 230+191+242=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6BFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFF2 is #19400D. Grayscale: #D0D0D0. Windows color (decimal): -1654798 or 15908838. OLE color: 15908838.
HSL color Cylindrical-coordinate representation of color #E6BFF2: hue angle of 285.88º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BFF2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 191 | 242 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.05 |
| HSL | 285.88º | 0.66% | 0.85% | - |
| HSV(B) | 285.88º | 0.21% | 0.95% | - |
| XYZ | 67.29 | 60.5 | 92.13 | - |
| YUV | 208.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 242 | 0.05 | 0.21 | 0 | 0.05 | 285.88 | 0.66 | 0.85 |
| Hex | E6 | BF | F2 | 5 | 15 | 0 | 5 | 11E | 42 | 55 |
| Octal | 346 | 277 | 362 | 5 | 25 | 0 | 5 | 436 | 102 | 125 |
| Binary | 11100110 | 10111111 | 11110010 | 101 | 10101 | 0 | 101 | 100011110 | 1000010 | 1010101 |
Color Harmonies of #E6BFF2
Complementary color
Monochromatic Colors of #E6BFF2
Black with #E6BFF2
Text Example
Text Example
White with #E6BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFF2; }
p { color: rgb(230,191,242); }
H1.HeaderClassName
{
color: #E6BFF2;
}
.AnyTagClassName
{
color: #E6BFF2;
}
</style>
background-color css
<style>
a { background-color: #E6BFF2; }
a { background-color: rgb(230,191,242); }
div.DivClassName
{
background-color: #E6BFF2;
}
.BgClassName
{
background-color: #E6BFF2;
}
</style>
border-color css
<style>
span { border-color: #E6BFF2; }
span { border-color: rgb(230,191,242); }
td.TdClassName
{
border-color: #E6BFF2;
}
.TagClassName
{
border-color: #E6BFF2;
}
</style>