Shades of Mauve #EDB4FD
Tints of Mauve #EDB4FD
RGB
CMYK
RGB Variations
Color information
#EDB4FD (or 0xEDB4FD) is known color: Mauve. HEX triplet: ED, B4 and FD. RGB value is (237,180,253). Sum of RGB (Red+Green+Blue) = 237+180+253=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4FD is #124B02. Grayscale: #CDCDCD. Windows color (decimal): -1198851 or 16626925. OLE color: 16626925.
HSL color Cylindrical-coordinate representation of color #EDB4FD: hue angle of 286.85º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB4FD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 180 | 253 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.01 |
| HSL | 286.85º | 0.95% | 0.85% | - |
| HSV(B) | 286.85º | 0.29% | 0.99% | - |
| XYZ | 68.98 | 57.74 | 100.44 | - |
| YUV | 205.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 253 | 0.06 | 0.29 | 0 | 0.01 | 286.85 | 0.95 | 0.85 |
| Hex | ED | B4 | FD | 6 | 1D | 0 | 1 | 11F | 5F | 55 |
| Octal | 355 | 264 | 375 | 6 | 35 | 0 | 1 | 437 | 137 | 125 |
| Binary | 11101101 | 10110100 | 11111101 | 110 | 11101 | 0 | 1 | 100011111 | 1011111 | 1010101 |
Color Harmonies of #EDB4FD
Complementary color
Monochromatic Colors of #EDB4FD
Black with #EDB4FD
Text Example
Text Example
White with #EDB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4FD; }
p { color: rgb(237,180,253); }
H1.HeaderClassName
{
color: #EDB4FD;
}
.AnyTagClassName
{
color: #EDB4FD;
}
</style>
background-color css
<style>
a { background-color: #EDB4FD; }
a { background-color: rgb(237,180,253); }
div.DivClassName
{
background-color: #EDB4FD;
}
.BgClassName
{
background-color: #EDB4FD;
}
</style>
border-color css
<style>
span { border-color: #EDB4FD; }
span { border-color: rgb(237,180,253); }
td.TdClassName
{
border-color: #EDB4FD;
}
.TagClassName
{
border-color: #EDB4FD;
}
</style>