Shades of Mauve #EDC1FD
Tints of Mauve #EDC1FD
RGB
CMYK
RGB Variations
Color information
#EDC1FD (or 0xEDC1FD) is known color: Mauve. HEX triplet: ED, C1 and FD. RGB value is (237,193,253). Sum of RGB (Red+Green+Blue) = 237+193+253=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1FD is #123E02. Grayscale: #D4D4D4. Windows color (decimal): -1195523 or 16630253. OLE color: 16630253.
HSL color Cylindrical-coordinate representation of color #EDC1FD: hue angle of 284º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC1FD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 193 | 253 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.01 |
| HSL | 284º | 0.94% | 0.87% | - |
| HSV(B) | 284º | 0.24% | 0.99% | - |
| XYZ | 71.72 | 63.24 | 101.35 | - |
| YUV | 213 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 253 | 0.06 | 0.24 | 0 | 0.01 | 284 | 0.94 | 0.87 |
| Hex | ED | C1 | FD | 6 | 18 | 0 | 1 | 11C | 5E | 57 |
| Octal | 355 | 301 | 375 | 6 | 30 | 0 | 1 | 434 | 136 | 127 |
| Binary | 11101101 | 11000001 | 11111101 | 110 | 11000 | 0 | 1 | 100011100 | 1011110 | 1010111 |
Color Harmonies of #EDC1FD
Complementary color
Monochromatic Colors of #EDC1FD
Black with #EDC1FD
Text Example
Text Example
White with #EDC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1FD; }
p { color: rgb(237,193,253); }
H1.HeaderClassName
{
color: #EDC1FD;
}
.AnyTagClassName
{
color: #EDC1FD;
}
</style>
background-color css
<style>
a { background-color: #EDC1FD; }
a { background-color: rgb(237,193,253); }
div.DivClassName
{
background-color: #EDC1FD;
}
.BgClassName
{
background-color: #EDC1FD;
}
</style>
border-color css
<style>
span { border-color: #EDC1FD; }
span { border-color: rgb(237,193,253); }
td.TdClassName
{
border-color: #EDC1FD;
}
.TagClassName
{
border-color: #EDC1FD;
}
</style>