Shades of Mauve #ECACFD
Tints of Mauve #ECACFD
RGB
CMYK
RGB Variations
Color information
#ECACFD (or 0xECACFD) is known color: Mauve. HEX triplet: EC, AC and FD. RGB value is (236,172,253). Sum of RGB (Red+Green+Blue) = 236+172+253=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFD is #135302. Grayscale: #C8C8C8. Windows color (decimal): -1266435 or 16624876. OLE color: 16624876.
HSL color Cylindrical-coordinate representation of color #ECACFD: hue angle of 287.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECACFD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 172 | 253 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.01 |
| HSL | 287.41º | 0.95% | 0.83% | - |
| HSV(B) | 287.41º | 0.32% | 0.99% | - |
| XYZ | 67.07 | 54.43 | 99.9 | - |
| YUV | 200.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 253 | 0.07 | 0.32 | 0 | 0.01 | 287.41 | 0.95 | 0.83 |
| Hex | EC | AC | FD | 7 | 20 | 0 | 1 | 11F | 5F | 53 |
| Octal | 354 | 254 | 375 | 7 | 40 | 0 | 1 | 437 | 137 | 123 |
| Binary | 11101100 | 10101100 | 11111101 | 111 | 100000 | 0 | 1 | 100011111 | 1011111 | 1010011 |
Color Harmonies of #ECACFD
Complementary color
Monochromatic Colors of #ECACFD
Black with #ECACFD
Text Example
Text Example
White with #ECACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACFD; }
p { color: rgb(236,172,253); }
H1.HeaderClassName
{
color: #ECACFD;
}
.AnyTagClassName
{
color: #ECACFD;
}
</style>
background-color css
<style>
a { background-color: #ECACFD; }
a { background-color: rgb(236,172,253); }
div.DivClassName
{
background-color: #ECACFD;
}
.BgClassName
{
background-color: #ECACFD;
}
</style>
border-color css
<style>
span { border-color: #ECACFD; }
span { border-color: rgb(236,172,253); }
td.TdClassName
{
border-color: #ECACFD;
}
.TagClassName
{
border-color: #ECACFD;
}
</style>