Shades of Mauve #EDBDFD
Tints of Mauve #EDBDFD
RGB
CMYK
RGB Variations
Color information
#EDBDFD (or 0xEDBDFD) is known color: Mauve. HEX triplet: ED, BD and FD. RGB value is (237,189,253). Sum of RGB (Red+Green+Blue) = 237+189+253=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDFD is #124202. Grayscale: #D2D2D2. Windows color (decimal): -1196547 or 16629229. OLE color: 16629229.
HSL color Cylindrical-coordinate representation of color #EDBDFD: hue angle of 285º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBDFD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 189 | 253 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.01 |
| HSL | 285º | 0.94% | 0.87% | - |
| HSV(B) | 285º | 0.25% | 0.99% | - |
| XYZ | 70.85 | 61.49 | 101.06 | - |
| YUV | 210.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 253 | 0.06 | 0.25 | 0 | 0.01 | 285 | 0.94 | 0.87 |
| Hex | ED | BD | FD | 6 | 19 | 0 | 1 | 11D | 5E | 57 |
| Octal | 355 | 275 | 375 | 6 | 31 | 0 | 1 | 435 | 136 | 127 |
| Binary | 11101101 | 10111101 | 11111101 | 110 | 11001 | 0 | 1 | 100011101 | 1011110 | 1010111 |
Color Harmonies of #EDBDFD
Complementary color
Monochromatic Colors of #EDBDFD
Black with #EDBDFD
Text Example
Text Example
White with #EDBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDFD; }
p { color: rgb(237,189,253); }
H1.HeaderClassName
{
color: #EDBDFD;
}
.AnyTagClassName
{
color: #EDBDFD;
}
</style>
background-color css
<style>
a { background-color: #EDBDFD; }
a { background-color: rgb(237,189,253); }
div.DivClassName
{
background-color: #EDBDFD;
}
.BgClassName
{
background-color: #EDBDFD;
}
</style>
border-color css
<style>
span { border-color: #EDBDFD; }
span { border-color: rgb(237,189,253); }
td.TdClassName
{
border-color: #EDBDFD;
}
.TagClassName
{
border-color: #EDBDFD;
}
</style>