Shades of Mauve #EDBAFC
Tints of Mauve #EDBAFC
RGB
CMYK
RGB Variations
Color information
#EDBAFC (or 0xEDBAFC) is known color: Mauve. HEX triplet: ED, BA and FC. RGB value is (237,186,252). Sum of RGB (Red+Green+Blue) = 237+186+252=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFC is #124503. Grayscale: #D0D0D0. Windows color (decimal): -1197316 or 16562925. OLE color: 16562925.
HSL color Cylindrical-coordinate representation of color #EDBAFC: hue angle of 286.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDBAFC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 186 | 252 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.01 |
| HSL | 286.36º | 0.92% | 0.86% | - |
| HSV(B) | 286.36º | 0.26% | 0.99% | - |
| XYZ | 70.05 | 60.15 | 100.01 | - |
| YUV | 208.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 252 | 0.06 | 0.26 | 0 | 0.01 | 286.36 | 0.92 | 0.86 |
| Hex | ED | BA | FC | 6 | 1A | 0 | 1 | 11E | 5C | 56 |
| Octal | 355 | 272 | 374 | 6 | 32 | 0 | 1 | 436 | 134 | 126 |
| Binary | 11101101 | 10111010 | 11111100 | 110 | 11010 | 0 | 1 | 100011110 | 1011100 | 1010110 |
Color Harmonies of #EDBAFC
Complementary color
Monochromatic Colors of #EDBAFC
Black with #EDBAFC
Text Example
Text Example
White with #EDBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAFC; }
p { color: rgb(237,186,252); }
H1.HeaderClassName
{
color: #EDBAFC;
}
.AnyTagClassName
{
color: #EDBAFC;
}
</style>
background-color css
<style>
a { background-color: #EDBAFC; }
a { background-color: rgb(237,186,252); }
div.DivClassName
{
background-color: #EDBAFC;
}
.BgClassName
{
background-color: #EDBAFC;
}
</style>
border-color css
<style>
span { border-color: #EDBAFC; }
span { border-color: rgb(237,186,252); }
td.TdClassName
{
border-color: #EDBAFC;
}
.TagClassName
{
border-color: #EDBAFC;
}
</style>