Shades of Mauve #ECB7F8
Tints of Mauve #ECB7F8
RGB
CMYK
RGB Variations
Color information
#ECB7F8 (or 0xECB7F8) is known color: Mauve. HEX triplet: EC, B7 and F8. RGB value is (236,183,248). Sum of RGB (Red+Green+Blue) = 236+183+248=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECB7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7F8 is #134807. Grayscale: #CECECE. Windows color (decimal): -1263624 or 16300012. OLE color: 16300012.
HSL color Cylindrical-coordinate representation of color #ECB7F8: hue angle of 288.92º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB7F8 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 183 | 248 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.03 |
| HSL | 288.92º | 0.82% | 0.85% | - |
| HSV(B) | 288.92º | 0.26% | 0.97% | - |
| XYZ | 68.47 | 58.48 | 96.49 | - |
| YUV | 206.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 248 | 0.05 | 0.26 | 0 | 0.03 | 288.92 | 0.82 | 0.85 |
| Hex | EC | B7 | F8 | 5 | 1A | 0 | 3 | 121 | 52 | 55 |
| Octal | 354 | 267 | 370 | 5 | 32 | 0 | 3 | 441 | 122 | 125 |
| Binary | 11101100 | 10110111 | 11111000 | 101 | 11010 | 0 | 11 | 100100001 | 1010010 | 1010101 |
Color Harmonies of #ECB7F8
Complementary color
Monochromatic Colors of #ECB7F8
Black with #ECB7F8
Text Example
Text Example
White with #ECB7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7F8; }
p { color: rgb(236,183,248); }
H1.HeaderClassName
{
color: #ECB7F8;
}
.AnyTagClassName
{
color: #ECB7F8;
}
</style>
background-color css
<style>
a { background-color: #ECB7F8; }
a { background-color: rgb(236,183,248); }
div.DivClassName
{
background-color: #ECB7F8;
}
.BgClassName
{
background-color: #ECB7F8;
}
</style>
border-color css
<style>
span { border-color: #ECB7F8; }
span { border-color: rgb(236,183,248); }
td.TdClassName
{
border-color: #ECB7F8;
}
.TagClassName
{
border-color: #ECB7F8;
}
</style>