Shades of Mauve #EDB9FF
Tints of Mauve #EDB9FF
RGB
CMYK
RGB Variations
Color information
#EDB9FF (or 0xEDB9FF) is known color: Mauve. HEX triplet: ED, B9 and FF. RGB value is (237,185,255). Sum of RGB (Red+Green+Blue) = 237+185+255=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9FF is #124600. Grayscale: #D0D0D0. Windows color (decimal): -1197569 or 16759277. OLE color: 16759277.
HSL color Cylindrical-coordinate representation of color #EDB9FF: hue angle of 284.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB9FF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 185 | 255 | - |
| CMYK | 0.07 | 0.27 | 0 | 0 |
| HSL | 284.57º | 1% | 0.86% | - |
| HSV(B) | 284.57º | 0.27% | 1% | - |
| XYZ | 70.32 | 59.92 | 102.47 | - |
| YUV | 208.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 255 | 0.07 | 0.27 | 0 | 0 | 284.57 | 1 | 0.86 |
| Hex | ED | B9 | FF | 7 | 1B | 0 | 0 | 11D | 64 | 56 |
| Octal | 355 | 271 | 377 | 7 | 33 | 0 | 0 | 435 | 144 | 126 |
| Binary | 11101101 | 10111001 | 11111111 | 111 | 11011 | 0 | 0 | 100011101 | 1100100 | 1010110 |
Color Harmonies of #EDB9FF
Complementary color
Monochromatic Colors of #EDB9FF
Black with #EDB9FF
Text Example
Text Example
White with #EDB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9FF; }
p { color: rgb(237,185,255); }
H1.HeaderClassName
{
color: #EDB9FF;
}
.AnyTagClassName
{
color: #EDB9FF;
}
</style>
background-color css
<style>
a { background-color: #EDB9FF; }
a { background-color: rgb(237,185,255); }
div.DivClassName
{
background-color: #EDB9FF;
}
.BgClassName
{
background-color: #EDB9FF;
}
</style>
border-color css
<style>
span { border-color: #EDB9FF; }
span { border-color: rgb(237,185,255); }
td.TdClassName
{
border-color: #EDB9FF;
}
.TagClassName
{
border-color: #EDB9FF;
}
</style>