Shades of Mauve #EDC5FD
Tints of Mauve #EDC5FD
RGB
CMYK
RGB Variations
Color information
#EDC5FD (or 0xEDC5FD) is known color: Mauve. HEX triplet: ED, C5 and FD. RGB value is (237,197,253). Sum of RGB (Red+Green+Blue) = 237+197+253=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FD is #123A02. Grayscale: #D7D7D7. Windows color (decimal): -1194499 or 16631277. OLE color: 16631277.
HSL color Cylindrical-coordinate representation of color #EDC5FD: hue angle of 282.86º 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 #EDC5FD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 197 | 253 | - |
CMYK | 0.06 | 0.22 | 0 | 0.01 |
HSL | 282.86º | 0.93% | 0.88% | - |
HSV(B) | 282.86º | 0.22% | 0.99% | - |
XYZ | 72.62 | 65.03 | 101.65 | - |
YUV | 215.34 | 149.25 | 143.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 253 | 0.06 | 0.22 | 0 | 0.01 | 282.86 | 0.93 | 0.88 |
Hex | ED | C5 | FD | 6 | 16 | 0 | 1 | 11B | 5D | 58 |
Octal | 355 | 305 | 375 | 6 | 26 | 0 | 1 | 433 | 135 | 130 |
Binary | 11101101 | 11000101 | 11111101 | 110 | 10110 | 0 | 1 | 100011011 | 1011101 | 1011000 |
Color Harmonies of #EDC5FD
Complementary color
Monochromatic Colors of #EDC5FD
Black with #EDC5FD
Text Example
Text Example
White with #EDC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5FD; }
p { color: rgb(237,197,253); }
H1.HeaderClassName
{
color: #EDC5FD;
}
.AnyTagClassName
{
color: #EDC5FD;
}
</style>
background-color css
<style>
a { background-color: #EDC5FD; }
a { background-color: rgb(237,197,253); }
div.DivClassName
{
background-color: #EDC5FD;
}
.BgClassName
{
background-color: #EDC5FD;
}
</style>
border-color css
<style>
span { border-color: #EDC5FD; }
span { border-color: rgb(237,197,253); }
td.TdClassName
{
border-color: #EDC5FD;
}
.TagClassName
{
border-color: #EDC5FD;
}
</style>