Shades of Mauve #E6BFF8
Tints of Mauve #E6BFF8
RGB
CMYK
RGB Variations
Color information
#E6BFF8 (or 0xE6BFF8) is known color: Mauve. HEX triplet: E6, BF and F8. RGB value is (230,191,248). Sum of RGB (Red+Green+Blue) = 230+191+248=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFF8 is #194007. Grayscale: #D0D0D0. Windows color (decimal): -1654792 or 16302054. OLE color: 16302054.
HSL color Cylindrical-coordinate representation of color #E6BFF8: hue angle of 281.05º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6BFF8 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 191 | 248 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.03 |
| HSL | 281.05º | 0.8% | 0.86% | - |
| HSV(B) | 281.05º | 0.23% | 0.97% | - |
| XYZ | 68.21 | 60.86 | 96.96 | - |
| YUV | 209.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 248 | 0.07 | 0.23 | 0 | 0.03 | 281.05 | 0.8 | 0.86 |
| Hex | E6 | BF | F8 | 7 | 17 | 0 | 3 | 119 | 50 | 56 |
| Octal | 346 | 277 | 370 | 7 | 27 | 0 | 3 | 431 | 120 | 126 |
| Binary | 11100110 | 10111111 | 11111000 | 111 | 10111 | 0 | 11 | 100011001 | 1010000 | 1010110 |
Color Harmonies of #E6BFF8
Complementary color
Monochromatic Colors of #E6BFF8
Black with #E6BFF8
Text Example
Text Example
White with #E6BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFF8; }
p { color: rgb(230,191,248); }
H1.HeaderClassName
{
color: #E6BFF8;
}
.AnyTagClassName
{
color: #E6BFF8;
}
</style>
background-color css
<style>
a { background-color: #E6BFF8; }
a { background-color: rgb(230,191,248); }
div.DivClassName
{
background-color: #E6BFF8;
}
.BgClassName
{
background-color: #E6BFF8;
}
</style>
border-color css
<style>
span { border-color: #E6BFF8; }
span { border-color: rgb(230,191,248); }
td.TdClassName
{
border-color: #E6BFF8;
}
.TagClassName
{
border-color: #E6BFF8;
}
</style>