Shades of Mauve #EDB8FD
Tints of Mauve #EDB8FD
RGB
CMYK
RGB Variations
Color information
#EDB8FD (or 0xEDB8FD) is known color: Mauve. HEX triplet: ED, B8 and FD. RGB value is (237,184,253). Sum of RGB (Red+Green+Blue) = 237+184+253=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 184 (72.27% from 255 or 27.30% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8FD is #124702. Grayscale: #CFCFCF. Windows color (decimal): -1197827 or 16627949. OLE color: 16627949.
HSL color Cylindrical-coordinate representation of color #EDB8FD: hue angle of 286.09º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB8FD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 184 | 253 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.01 |
| HSL | 286.09º | 0.95% | 0.86% | - |
| HSV(B) | 286.09º | 0.27% | 0.99% | - |
| XYZ | 69.8 | 59.38 | 100.71 | - |
| YUV | 207.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 253 | 0.06 | 0.27 | 0 | 0.01 | 286.09 | 0.95 | 0.86 |
| Hex | ED | B8 | FD | 6 | 1B | 0 | 1 | 11E | 5F | 56 |
| Octal | 355 | 270 | 375 | 6 | 33 | 0 | 1 | 436 | 137 | 126 |
| Binary | 11101101 | 10111000 | 11111101 | 110 | 11011 | 0 | 1 | 100011110 | 1011111 | 1010110 |
Color Harmonies of #EDB8FD
Complementary color
Monochromatic Colors of #EDB8FD
Black with #EDB8FD
Text Example
Text Example
White with #EDB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8FD; }
p { color: rgb(237,184,253); }
H1.HeaderClassName
{
color: #EDB8FD;
}
.AnyTagClassName
{
color: #EDB8FD;
}
</style>
background-color css
<style>
a { background-color: #EDB8FD; }
a { background-color: rgb(237,184,253); }
div.DivClassName
{
background-color: #EDB8FD;
}
.BgClassName
{
background-color: #EDB8FD;
}
</style>
border-color css
<style>
span { border-color: #EDB8FD; }
span { border-color: rgb(237,184,253); }
td.TdClassName
{
border-color: #EDB8FD;
}
.TagClassName
{
border-color: #EDB8FD;
}
</style>