Shades of Mauve #E7C5FD
Tints of Mauve #E7C5FD
RGB
CMYK
RGB Variations
Color information
#E7C5FD (or 0xE7C5FD) is known color: Mauve. HEX triplet: E7, C5 and FD. RGB value is (231,197,253). Sum of RGB (Red+Green+Blue) = 231+197+253=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C5FD is #183A02. Grayscale: #D5D5D5. Windows color (decimal): -1587715 or 16631271. OLE color: 16631271.
HSL color Cylindrical-coordinate representation of color #E7C5FD: hue angle of 276.43º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7C5FD is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 197 | 253 | - |
CMYK | 0.09 | 0.22 | 0 | 0.01 |
HSL | 276.43º | 0.93% | 0.88% | - |
HSV(B) | 276.43º | 0.22% | 0.99% | - |
XYZ | 70.65 | 64.01 | 101.56 | - |
YUV | 213.55 | 150.26 | 140.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 197 | 253 | 0.09 | 0.22 | 0 | 0.01 | 276.43 | 0.93 | 0.88 |
Hex | E7 | C5 | FD | 9 | 16 | 0 | 1 | 114 | 5D | 58 |
Octal | 347 | 305 | 375 | 11 | 26 | 0 | 1 | 424 | 135 | 130 |
Binary | 11100111 | 11000101 | 11111101 | 1001 | 10110 | 0 | 1 | 100010100 | 1011101 | 1011000 |
Color Harmonies of #E7C5FD
Complementary color
Monochromatic Colors of #E7C5FD
Black with #E7C5FD
Text Example
Text Example
White with #E7C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5FD; }
p { color: rgb(231,197,253); }
H1.HeaderClassName
{
color: #E7C5FD;
}
.AnyTagClassName
{
color: #E7C5FD;
}
</style>
background-color css
<style>
a { background-color: #E7C5FD; }
a { background-color: rgb(231,197,253); }
div.DivClassName
{
background-color: #E7C5FD;
}
.BgClassName
{
background-color: #E7C5FD;
}
</style>
border-color css
<style>
span { border-color: #E7C5FD; }
span { border-color: rgb(231,197,253); }
td.TdClassName
{
border-color: #E7C5FD;
}
.TagClassName
{
border-color: #E7C5FD;
}
</style>