Shades of Mauve #E5C7FD
Tints of Mauve #E5C7FD
RGB
CMYK
RGB Variations
Color information
#E5C7FD (or 0xE5C7FD) is known color: Mauve. HEX triplet: E5, C7 and FD. RGB value is (229,199,253). Sum of RGB (Red+Green+Blue) = 229+199+253=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 199 (78.12% from 255 or 29.22% 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 #E5C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7FD is #1A3802. Grayscale: #D5D5D5. Windows color (decimal): -1718275 or 16631781. OLE color: 16631781.
HSL color Cylindrical-coordinate representation of color #E5C7FD: hue angle of 273.33º 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 #E5C7FD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 199 | 253 | - |
CMYK | 0.09 | 0.21 | 0 | 0.01 |
HSL | 273.33º | 0.93% | 0.89% | - |
HSV(B) | 273.33º | 0.21% | 0.99% | - |
XYZ | 70.47 | 64.6 | 101.68 | - |
YUV | 214.13 | 149.94 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 199 | 253 | 0.09 | 0.21 | 0 | 0.01 | 273.33 | 0.93 | 0.89 |
Hex | E5 | C7 | FD | 9 | 15 | 0 | 1 | 111 | 5D | 59 |
Octal | 345 | 307 | 375 | 11 | 25 | 0 | 1 | 421 | 135 | 131 |
Binary | 11100101 | 11000111 | 11111101 | 1001 | 10101 | 0 | 1 | 100010001 | 1011101 | 1011001 |
Color Harmonies of #E5C7FD
Complementary color
Monochromatic Colors of #E5C7FD
Black with #E5C7FD
Text Example
Text Example
White with #E5C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7FD; }
p { color: rgb(229,199,253); }
H1.HeaderClassName
{
color: #E5C7FD;
}
.AnyTagClassName
{
color: #E5C7FD;
}
</style>
background-color css
<style>
a { background-color: #E5C7FD; }
a { background-color: rgb(229,199,253); }
div.DivClassName
{
background-color: #E5C7FD;
}
.BgClassName
{
background-color: #E5C7FD;
}
</style>
border-color css
<style>
span { border-color: #E5C7FD; }
span { border-color: rgb(229,199,253); }
td.TdClassName
{
border-color: #E5C7FD;
}
.TagClassName
{
border-color: #E5C7FD;
}
</style>