Shades of Mauve #EDA5FD
Tints of Mauve #EDA5FD
RGB
CMYK
RGB Variations
Color information
#EDA5FD (or 0xEDA5FD) is known color: Mauve. HEX triplet: ED, A5 and FD. RGB value is (237,165,253). Sum of RGB (Red+Green+Blue) = 237+165+253=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5FD is #125A02. Grayscale: #C4C4C4. Windows color (decimal): -1202691 or 16623085. OLE color: 16623085.
HSL color Cylindrical-coordinate representation of color #EDA5FD: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA5FD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 165 | 253 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.01 |
| HSL | 289.09º | 0.96% | 0.82% | - |
| HSV(B) | 289.09º | 0.35% | 0.99% | - |
| XYZ | 66.11 | 52.01 | 99.48 | - |
| YUV | 196.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 253 | 0.06 | 0.35 | 0 | 0.01 | 289.09 | 0.96 | 0.82 |
| Hex | ED | A5 | FD | 6 | 23 | 0 | 1 | 121 | 60 | 52 |
| Octal | 355 | 245 | 375 | 6 | 43 | 0 | 1 | 441 | 140 | 122 |
| Binary | 11101101 | 10100101 | 11111101 | 110 | 100011 | 0 | 1 | 100100001 | 1100000 | 1010010 |
Color Harmonies of #EDA5FD
Complementary color
Monochromatic Colors of #EDA5FD
Black with #EDA5FD
Text Example
Text Example
White with #EDA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5FD; }
p { color: rgb(237,165,253); }
H1.HeaderClassName
{
color: #EDA5FD;
}
.AnyTagClassName
{
color: #EDA5FD;
}
</style>
background-color css
<style>
a { background-color: #EDA5FD; }
a { background-color: rgb(237,165,253); }
div.DivClassName
{
background-color: #EDA5FD;
}
.BgClassName
{
background-color: #EDA5FD;
}
</style>
border-color css
<style>
span { border-color: #EDA5FD; }
span { border-color: rgb(237,165,253); }
td.TdClassName
{
border-color: #EDA5FD;
}
.TagClassName
{
border-color: #EDA5FD;
}
</style>