Shades of Mauve #E8BDFC
Tints of Mauve #E8BDFC
RGB
CMYK
RGB Variations
Color information
#E8BDFC (or 0xE8BDFC) is known color: Mauve. HEX triplet: E8, BD and FC. RGB value is (232,189,252). Sum of RGB (Red+Green+Blue) = 232+189+252=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDFC is #174203. Grayscale: #D0D0D0. Windows color (decimal): -1524228 or 16563688. OLE color: 16563688.
HSL color Cylindrical-coordinate representation of color #E8BDFC: hue angle of 280.95º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BDFC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 189 | 252 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.01 |
| HSL | 280.95º | 0.91% | 0.86% | - |
| HSV(B) | 280.95º | 0.25% | 0.99% | - |
| XYZ | 69.05 | 60.58 | 100.15 | - |
| YUV | 209.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 252 | 0.08 | 0.25 | 0 | 0.01 | 280.95 | 0.91 | 0.86 |
| Hex | E8 | BD | FC | 8 | 19 | 0 | 1 | 119 | 5B | 56 |
| Octal | 350 | 275 | 374 | 10 | 31 | 0 | 1 | 431 | 133 | 126 |
| Binary | 11101000 | 10111101 | 11111100 | 1000 | 11001 | 0 | 1 | 100011001 | 1011011 | 1010110 |
Color Harmonies of #E8BDFC
Complementary color
Monochromatic Colors of #E8BDFC
Black with #E8BDFC
Text Example
Text Example
White with #E8BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDFC; }
p { color: rgb(232,189,252); }
H1.HeaderClassName
{
color: #E8BDFC;
}
.AnyTagClassName
{
color: #E8BDFC;
}
</style>
background-color css
<style>
a { background-color: #E8BDFC; }
a { background-color: rgb(232,189,252); }
div.DivClassName
{
background-color: #E8BDFC;
}
.BgClassName
{
background-color: #E8BDFC;
}
</style>
border-color css
<style>
span { border-color: #E8BDFC; }
span { border-color: rgb(232,189,252); }
td.TdClassName
{
border-color: #E8BDFC;
}
.TagClassName
{
border-color: #E8BDFC;
}
</style>