Shades of Mauve #EDB6FD
Tints of Mauve #EDB6FD
RGB
CMYK
RGB Variations
Color information
#EDB6FD (or 0xEDB6FD) is known color: Mauve. HEX triplet: ED, B6 and FD. RGB value is (237,182,253). Sum of RGB (Red+Green+Blue) = 237+182+253=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6FD is #124902. Grayscale: #CECECE. Windows color (decimal): -1198339 or 16627437. OLE color: 16627437.
HSL color Cylindrical-coordinate representation of color #EDB6FD: hue angle of 286.48º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB6FD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 182 | 253 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.01 |
| HSL | 286.48º | 0.95% | 0.85% | - |
| HSV(B) | 286.48º | 0.28% | 0.99% | - |
| XYZ | 69.38 | 58.55 | 100.57 | - |
| YUV | 206.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 253 | 0.06 | 0.28 | 0 | 0.01 | 286.48 | 0.95 | 0.85 |
| Hex | ED | B6 | FD | 6 | 1C | 0 | 1 | 11E | 5F | 55 |
| Octal | 355 | 266 | 375 | 6 | 34 | 0 | 1 | 436 | 137 | 125 |
| Binary | 11101101 | 10110110 | 11111101 | 110 | 11100 | 0 | 1 | 100011110 | 1011111 | 1010101 |
Color Harmonies of #EDB6FD
Complementary color
Monochromatic Colors of #EDB6FD
Black with #EDB6FD
Text Example
Text Example
White with #EDB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6FD; }
p { color: rgb(237,182,253); }
H1.HeaderClassName
{
color: #EDB6FD;
}
.AnyTagClassName
{
color: #EDB6FD;
}
</style>
background-color css
<style>
a { background-color: #EDB6FD; }
a { background-color: rgb(237,182,253); }
div.DivClassName
{
background-color: #EDB6FD;
}
.BgClassName
{
background-color: #EDB6FD;
}
</style>
border-color css
<style>
span { border-color: #EDB6FD; }
span { border-color: rgb(237,182,253); }
td.TdClassName
{
border-color: #EDB6FD;
}
.TagClassName
{
border-color: #EDB6FD;
}
</style>