Shades of Mauve #E8BDFD
Tints of Mauve #E8BDFD
RGB
CMYK
RGB Variations
Color information
#E8BDFD (or 0xE8BDFD) is known color: Mauve. HEX triplet: E8, BD and FD. RGB value is (232,189,253). Sum of RGB (Red+Green+Blue) = 232+189+253=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDFD is #174202. Grayscale: #D0D0D0. Windows color (decimal): -1524227 or 16629224. OLE color: 16629224.
HSL color Cylindrical-coordinate representation of color #E8BDFD: hue angle of 280.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BDFD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 189 | 253 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.01 |
| HSL | 280.31º | 0.94% | 0.87% | - |
| HSV(B) | 280.31º | 0.25% | 0.99% | - |
| XYZ | 69.21 | 60.64 | 100.99 | - |
| YUV | 209.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 253 | 0.08 | 0.25 | 0 | 0.01 | 280.31 | 0.94 | 0.87 |
| Hex | E8 | BD | FD | 8 | 19 | 0 | 1 | 118 | 5E | 57 |
| Octal | 350 | 275 | 375 | 10 | 31 | 0 | 1 | 430 | 136 | 127 |
| Binary | 11101000 | 10111101 | 11111101 | 1000 | 11001 | 0 | 1 | 100011000 | 1011110 | 1010111 |
Color Harmonies of #E8BDFD
Complementary color
Monochromatic Colors of #E8BDFD
Black with #E8BDFD
Text Example
Text Example
White with #E8BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDFD; }
p { color: rgb(232,189,253); }
H1.HeaderClassName
{
color: #E8BDFD;
}
.AnyTagClassName
{
color: #E8BDFD;
}
</style>
background-color css
<style>
a { background-color: #E8BDFD; }
a { background-color: rgb(232,189,253); }
div.DivClassName
{
background-color: #E8BDFD;
}
.BgClassName
{
background-color: #E8BDFD;
}
</style>
border-color css
<style>
span { border-color: #E8BDFD; }
span { border-color: rgb(232,189,253); }
td.TdClassName
{
border-color: #E8BDFD;
}
.TagClassName
{
border-color: #E8BDFD;
}
</style>