Shades of Mauve #EDC2F8
Tints of Mauve #EDC2F8
RGB
CMYK
RGB Variations
Color information
#EDC2F8 (or 0xEDC2F8) is known color: Mauve. HEX triplet: ED, C2 and F8. RGB value is (237,194,248). Sum of RGB (Red+Green+Blue) = 237+194+248=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDC2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2F8 is #123D07. Grayscale: #D4D4D4. Windows color (decimal): -1195272 or 16302829. OLE color: 16302829.
HSL color Cylindrical-coordinate representation of color #EDC2F8: hue angle of 287.78º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC2F8 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 194 | 248 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.03 |
| HSL | 287.78º | 0.79% | 0.87% | - |
| HSV(B) | 287.78º | 0.22% | 0.97% | - |
| XYZ | 71.16 | 63.37 | 97.29 | - |
| YUV | 213.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 248 | 0.04 | 0.22 | 0 | 0.03 | 287.78 | 0.79 | 0.87 |
| Hex | ED | C2 | F8 | 4 | 16 | 0 | 3 | 120 | 4F | 57 |
| Octal | 355 | 302 | 370 | 4 | 26 | 0 | 3 | 440 | 117 | 127 |
| Binary | 11101101 | 11000010 | 11111000 | 100 | 10110 | 0 | 11 | 100100000 | 1001111 | 1010111 |
Color Harmonies of #EDC2F8
Complementary color
Monochromatic Colors of #EDC2F8
Black with #EDC2F8
Text Example
Text Example
White with #EDC2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2F8; }
p { color: rgb(237,194,248); }
H1.HeaderClassName
{
color: #EDC2F8;
}
.AnyTagClassName
{
color: #EDC2F8;
}
</style>
background-color css
<style>
a { background-color: #EDC2F8; }
a { background-color: rgb(237,194,248); }
div.DivClassName
{
background-color: #EDC2F8;
}
.BgClassName
{
background-color: #EDC2F8;
}
</style>
border-color css
<style>
span { border-color: #EDC2F8; }
span { border-color: rgb(237,194,248); }
td.TdClassName
{
border-color: #EDC2F8;
}
.TagClassName
{
border-color: #EDC2F8;
}
</style>