Shades of Mauve #EDB9F8
Tints of Mauve #EDB9F8
RGB
CMYK
RGB Variations
Color information
#EDB9F8 (or 0xEDB9F8) is known color: Mauve. HEX triplet: ED, B9 and F8. RGB value is (237,185,248). Sum of RGB (Red+Green+Blue) = 237+185+248=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9F8 is #124607. Grayscale: #CFCFCF. Windows color (decimal): -1197576 or 16300525. OLE color: 16300525.
HSL color Cylindrical-coordinate representation of color #EDB9F8: hue angle of 289.52º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB9F8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 185 | 248 | - |
CMYK | 0.04 | 0.25 | 0 | 0.03 |
HSL | 289.52º | 0.82% | 0.85% | - |
HSV(B) | 289.52º | 0.25% | 0.97% | - |
XYZ | 69.22 | 59.48 | 96.64 | - |
YUV | 207.73 | 150.73 | 148.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 185 | 248 | 0.04 | 0.25 | 0 | 0.03 | 289.52 | 0.82 | 0.85 |
Hex | ED | B9 | F8 | 4 | 19 | 0 | 3 | 122 | 52 | 55 |
Octal | 355 | 271 | 370 | 4 | 31 | 0 | 3 | 442 | 122 | 125 |
Binary | 11101101 | 10111001 | 11111000 | 100 | 11001 | 0 | 11 | 100100010 | 1010010 | 1010101 |
Color Harmonies of #EDB9F8
Complementary color
Monochromatic Colors of #EDB9F8
Black with #EDB9F8
Text Example
Text Example
White with #EDB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9F8; }
p { color: rgb(237,185,248); }
H1.HeaderClassName
{
color: #EDB9F8;
}
.AnyTagClassName
{
color: #EDB9F8;
}
</style>
background-color css
<style>
a { background-color: #EDB9F8; }
a { background-color: rgb(237,185,248); }
div.DivClassName
{
background-color: #EDB9F8;
}
.BgClassName
{
background-color: #EDB9F8;
}
</style>
border-color css
<style>
span { border-color: #EDB9F8; }
span { border-color: rgb(237,185,248); }
td.TdClassName
{
border-color: #EDB9F8;
}
.TagClassName
{
border-color: #EDB9F8;
}
</style>