Shades of Mauve #ECAEFF
Tints of Mauve #ECAEFF
RGB
CMYK
RGB Variations
Color information
#ECAEFF (or 0xECAEFF) is known color: Mauve. HEX triplet: EC, AE and FF. RGB value is (236,174,255). Sum of RGB (Red+Green+Blue) = 236+174+255=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEFF is #135100. Grayscale: #C9C9C9. Windows color (decimal): -1265921 or 16756460. OLE color: 16756460.
HSL color Cylindrical-coordinate representation of color #ECAEFF: hue angle of 285.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECAEFF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 174 | 255 | - |
| CMYK | 0.07 | 0.32 | 0 | 0 |
| HSL | 285.93º | 1% | 0.84% | - |
| HSV(B) | 285.93º | 0.32% | 1% | - |
| XYZ | 67.78 | 55.32 | 101.71 | - |
| YUV | 201.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 255 | 0.07 | 0.32 | 0 | 0 | 285.93 | 1 | 0.84 |
| Hex | EC | AE | FF | 7 | 20 | 0 | 0 | 11E | 64 | 54 |
| Octal | 354 | 256 | 377 | 7 | 40 | 0 | 0 | 436 | 144 | 124 |
| Binary | 11101100 | 10101110 | 11111111 | 111 | 100000 | 0 | 0 | 100011110 | 1100100 | 1010100 |
Color Harmonies of #ECAEFF
Complementary color
Monochromatic Colors of #ECAEFF
Black with #ECAEFF
Text Example
Text Example
White with #ECAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEFF; }
p { color: rgb(236,174,255); }
H1.HeaderClassName
{
color: #ECAEFF;
}
.AnyTagClassName
{
color: #ECAEFF;
}
</style>
background-color css
<style>
a { background-color: #ECAEFF; }
a { background-color: rgb(236,174,255); }
div.DivClassName
{
background-color: #ECAEFF;
}
.BgClassName
{
background-color: #ECAEFF;
}
</style>
border-color css
<style>
span { border-color: #ECAEFF; }
span { border-color: rgb(236,174,255); }
td.TdClassName
{
border-color: #ECAEFF;
}
.TagClassName
{
border-color: #ECAEFF;
}
</style>