Shades of Mauve #EDB2F9
Tints of Mauve #EDB2F9
RGB
CMYK
RGB Variations
Color information
#EDB2F9 (or 0xEDB2F9) is known color: Mauve. HEX triplet: ED, B2 and F9. RGB value is (237,178,249). Sum of RGB (Red+Green+Blue) = 237+178+249=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDB2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2F9 is #124D06. Grayscale: #CBCBCB. Windows color (decimal): -1199367 or 16364269. OLE color: 16364269.
HSL color Cylindrical-coordinate representation of color #EDB2F9: hue angle of 289.86º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB2F9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 178 | 249 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.02 |
| HSL | 289.86º | 0.86% | 0.84% | - |
| HSV(B) | 289.86º | 0.29% | 0.98% | - |
| XYZ | 67.94 | 56.68 | 96.98 | - |
| YUV | 203.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 249 | 0.05 | 0.29 | 0 | 0.02 | 289.86 | 0.86 | 0.84 |
| Hex | ED | B2 | F9 | 5 | 1D | 0 | 2 | 122 | 56 | 54 |
| Octal | 355 | 262 | 371 | 5 | 35 | 0 | 2 | 442 | 126 | 124 |
| Binary | 11101101 | 10110010 | 11111001 | 101 | 11101 | 0 | 10 | 100100010 | 1010110 | 1010100 |
Color Harmonies of #EDB2F9
Complementary color
Monochromatic Colors of #EDB2F9
Black with #EDB2F9
Text Example
Text Example
White with #EDB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2F9; }
p { color: rgb(237,178,249); }
H1.HeaderClassName
{
color: #EDB2F9;
}
.AnyTagClassName
{
color: #EDB2F9;
}
</style>
background-color css
<style>
a { background-color: #EDB2F9; }
a { background-color: rgb(237,178,249); }
div.DivClassName
{
background-color: #EDB2F9;
}
.BgClassName
{
background-color: #EDB2F9;
}
</style>
border-color css
<style>
span { border-color: #EDB2F9; }
span { border-color: rgb(237,178,249); }
td.TdClassName
{
border-color: #EDB2F9;
}
.TagClassName
{
border-color: #EDB2F9;
}
</style>