Shades of Mauve #ECB7FD
Tints of Mauve #ECB7FD
RGB
CMYK
RGB Variations
Color information
#ECB7FD (or 0xECB7FD) is known color: Mauve. HEX triplet: EC, B7 and FD. RGB value is (236,183,253). Sum of RGB (Red+Green+Blue) = 236+183+253=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 183 (71.88% from 255 or 27.23% 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 #ECB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FD is #134802. Grayscale: #CECECE. Windows color (decimal): -1263619 or 16627692. OLE color: 16627692.
HSL color Cylindrical-coordinate representation of color #ECB7FD: hue angle of 285.43º 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 #ECB7FD is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 183 | 253 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.01 |
| HSL | 285.43º | 0.95% | 0.85% | - |
| HSV(B) | 285.43º | 0.28% | 0.99% | - |
| XYZ | 69.26 | 58.79 | 100.63 | - |
| YUV | 206.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 253 | 0.07 | 0.28 | 0 | 0.01 | 285.43 | 0.95 | 0.85 |
| Hex | EC | B7 | FD | 7 | 1C | 0 | 1 | 11D | 5F | 55 |
| Octal | 354 | 267 | 375 | 7 | 34 | 0 | 1 | 435 | 137 | 125 |
| Binary | 11101100 | 10110111 | 11111101 | 111 | 11100 | 0 | 1 | 100011101 | 1011111 | 1010101 |
Color Harmonies of #ECB7FD
Complementary color
Monochromatic Colors of #ECB7FD
Black with #ECB7FD
Text Example
Text Example
White with #ECB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7FD; }
p { color: rgb(236,183,253); }
H1.HeaderClassName
{
color: #ECB7FD;
}
.AnyTagClassName
{
color: #ECB7FD;
}
</style>
background-color css
<style>
a { background-color: #ECB7FD; }
a { background-color: rgb(236,183,253); }
div.DivClassName
{
background-color: #ECB7FD;
}
.BgClassName
{
background-color: #ECB7FD;
}
</style>
border-color css
<style>
span { border-color: #ECB7FD; }
span { border-color: rgb(236,183,253); }
td.TdClassName
{
border-color: #ECB7FD;
}
.TagClassName
{
border-color: #ECB7FD;
}
</style>