Shades of Mauve #EDB2FC
Tints of Mauve #EDB2FC
RGB
CMYK
RGB Variations
Color information
#EDB2FC (or 0xEDB2FC) is known color: Mauve. HEX triplet: ED, B2 and FC. RGB value is (237,178,252). Sum of RGB (Red+Green+Blue) = 237+178+252=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FC is #124D03. Grayscale: #CBCBCB. Windows color (decimal): -1199364 or 16560877. OLE color: 16560877.
HSL color Cylindrical-coordinate representation of color #EDB2FC: hue angle of 287.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB2FC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 178 | 252 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.01 |
| HSL | 287.84º | 0.93% | 0.84% | - |
| HSV(B) | 287.84º | 0.29% | 0.99% | - |
| XYZ | 68.42 | 56.87 | 99.47 | - |
| YUV | 204.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 252 | 0.06 | 0.29 | 0 | 0.01 | 287.84 | 0.93 | 0.84 |
| Hex | ED | B2 | FC | 6 | 1D | 0 | 1 | 120 | 5C | 54 |
| Octal | 355 | 262 | 374 | 6 | 35 | 0 | 1 | 440 | 134 | 124 |
| Binary | 11101101 | 10110010 | 11111100 | 110 | 11101 | 0 | 1 | 100100000 | 1011100 | 1010100 |
Color Harmonies of #EDB2FC
Complementary color
Monochromatic Colors of #EDB2FC
Black with #EDB2FC
Text Example
Text Example
White with #EDB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2FC; }
p { color: rgb(237,178,252); }
H1.HeaderClassName
{
color: #EDB2FC;
}
.AnyTagClassName
{
color: #EDB2FC;
}
</style>
background-color css
<style>
a { background-color: #EDB2FC; }
a { background-color: rgb(237,178,252); }
div.DivClassName
{
background-color: #EDB2FC;
}
.BgClassName
{
background-color: #EDB2FC;
}
</style>
border-color css
<style>
span { border-color: #EDB2FC; }
span { border-color: rgb(237,178,252); }
td.TdClassName
{
border-color: #EDB2FC;
}
.TagClassName
{
border-color: #EDB2FC;
}
</style>