Shades of Mauve #EDB1FD
Tints of Mauve #EDB1FD
RGB
CMYK
RGB Variations
Color information
#EDB1FD (or 0xEDB1FD) is known color: Mauve. HEX triplet: ED, B1 and FD. RGB value is (237,177,253). Sum of RGB (Red+Green+Blue) = 237+177+253=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FD is #124E02. Grayscale: #CBCBCB. Windows color (decimal): -1199619 or 16626157. OLE color: 16626157.
HSL color Cylindrical-coordinate representation of color #EDB1FD: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB1FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 177 | 253 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.01 |
| HSL | 287.37º | 0.95% | 0.84% | - |
| HSV(B) | 287.37º | 0.3% | 0.99% | - |
| XYZ | 68.38 | 56.54 | 100.24 | - |
| YUV | 203.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 253 | 0.06 | 0.30 | 0 | 0.01 | 287.37 | 0.95 | 0.84 |
| Hex | ED | B1 | FD | 6 | 1E | 0 | 1 | 11F | 5F | 54 |
| Octal | 355 | 261 | 375 | 6 | 36 | 0 | 1 | 437 | 137 | 124 |
| Binary | 11101101 | 10110001 | 11111101 | 110 | 11110 | 0 | 1 | 100011111 | 1011111 | 1010100 |
Color Harmonies of #EDB1FD
Complementary color
Monochromatic Colors of #EDB1FD
Black with #EDB1FD
Text Example
Text Example
White with #EDB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1FD; }
p { color: rgb(237,177,253); }
H1.HeaderClassName
{
color: #EDB1FD;
}
.AnyTagClassName
{
color: #EDB1FD;
}
</style>
background-color css
<style>
a { background-color: #EDB1FD; }
a { background-color: rgb(237,177,253); }
div.DivClassName
{
background-color: #EDB1FD;
}
.BgClassName
{
background-color: #EDB1FD;
}
</style>
border-color css
<style>
span { border-color: #EDB1FD; }
span { border-color: rgb(237,177,253); }
td.TdClassName
{
border-color: #EDB1FD;
}
.TagClassName
{
border-color: #EDB1FD;
}
</style>