Shades of Mauve #EDBEF6
Tints of Mauve #EDBEF6
RGB
CMYK
RGB Variations
Color information
#EDBEF6 (or 0xEDBEF6) is known color: Mauve. HEX triplet: ED, BE and F6. RGB value is (237,190,246). Sum of RGB (Red+Green+Blue) = 237+190+246=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF6 is #124109. Grayscale: #D2D2D2. Windows color (decimal): -1196298 or 16170733. OLE color: 16170733.
HSL color Cylindrical-coordinate representation of color #EDBEF6: hue angle of 290.36º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBEF6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 190 | 246 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.04 |
| HSL | 290.36º | 0.76% | 0.85% | - |
| HSV(B) | 290.36º | 0.23% | 0.96% | - |
| XYZ | 69.97 | 61.49 | 95.37 | - |
| YUV | 210.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 246 | 0.04 | 0.23 | 0 | 0.04 | 290.36 | 0.76 | 0.85 |
| Hex | ED | BE | F6 | 4 | 17 | 0 | 4 | 122 | 4C | 55 |
| Octal | 355 | 276 | 366 | 4 | 27 | 0 | 4 | 442 | 114 | 125 |
| Binary | 11101101 | 10111110 | 11110110 | 100 | 10111 | 0 | 100 | 100100010 | 1001100 | 1010101 |
Color Harmonies of #EDBEF6
Complementary color
Monochromatic Colors of #EDBEF6
Black with #EDBEF6
Text Example
Text Example
White with #EDBEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEF6; }
p { color: rgb(237,190,246); }
H1.HeaderClassName
{
color: #EDBEF6;
}
.AnyTagClassName
{
color: #EDBEF6;
}
</style>
background-color css
<style>
a { background-color: #EDBEF6; }
a { background-color: rgb(237,190,246); }
div.DivClassName
{
background-color: #EDBEF6;
}
.BgClassName
{
background-color: #EDBEF6;
}
</style>
border-color css
<style>
span { border-color: #EDBEF6; }
span { border-color: rgb(237,190,246); }
td.TdClassName
{
border-color: #EDBEF6;
}
.TagClassName
{
border-color: #EDBEF6;
}
</style>