Shades of Mauve #E8C8FD
Tints of Mauve #E8C8FD
RGB
CMYK
RGB Variations
Color information
#E8C8FD (or 0xE8C8FD) is known color: Mauve. HEX triplet: E8, C8 and FD. RGB value is (232,200,253). Sum of RGB (Red+Green+Blue) = 232+200+253=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C8FD is #173702. Grayscale: #D7D7D7. Windows color (decimal): -1521411 or 16632040. OLE color: 16632040.
HSL color Cylindrical-coordinate representation of color #E8C8FD: hue angle of 276.23º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C8FD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 232 | 200 | 253 | - |
CMYK | 0.08 | 0.21 | 0 | 0.01 |
HSL | 276.23º | 0.93% | 0.89% | - |
HSV(B) | 276.23º | 0.21% | 0.99% | - |
XYZ | 71.66 | 65.56 | 101.81 | - |
YUV | 215.61 | 149.1 | 139.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 200 | 253 | 0.08 | 0.21 | 0 | 0.01 | 276.23 | 0.93 | 0.89 |
Hex | E8 | C8 | FD | 8 | 15 | 0 | 1 | 114 | 5D | 59 |
Octal | 350 | 310 | 375 | 10 | 25 | 0 | 1 | 424 | 135 | 131 |
Binary | 11101000 | 11001000 | 11111101 | 1000 | 10101 | 0 | 1 | 100010100 | 1011101 | 1011001 |
Color Harmonies of #E8C8FD
Complementary color
Monochromatic Colors of #E8C8FD
Black with #E8C8FD
Text Example
Text Example
White with #E8C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8FD; }
p { color: rgb(232,200,253); }
H1.HeaderClassName
{
color: #E8C8FD;
}
.AnyTagClassName
{
color: #E8C8FD;
}
</style>
background-color css
<style>
a { background-color: #E8C8FD; }
a { background-color: rgb(232,200,253); }
div.DivClassName
{
background-color: #E8C8FD;
}
.BgClassName
{
background-color: #E8C8FD;
}
</style>
border-color css
<style>
span { border-color: #E8C8FD; }
span { border-color: rgb(232,200,253); }
td.TdClassName
{
border-color: #E8C8FD;
}
.TagClassName
{
border-color: #E8C8FD;
}
</style>