Shades of Mauve #ECAAFF
Tints of Mauve #ECAAFF
RGB
CMYK
RGB Variations
Color information
#ECAAFF (or 0xECAAFF) is known color: Mauve. HEX triplet: EC, AA and FF. RGB value is (236,170,255). Sum of RGB (Red+Green+Blue) = 236+170+255=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAFF is #135500. Grayscale: #C7C7C7. Windows color (decimal): -1266945 or 16755436. OLE color: 16755436.
HSL color Cylindrical-coordinate representation of color #ECAAFF: hue angle of 286.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECAAFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 170 | 255 | - |
| CMYK | 0.07 | 0.33 | 0 | 0 |
| HSL | 286.59º | 1% | 0.83% | - |
| HSV(B) | 286.59º | 0.33% | 1% | - |
| XYZ | 67.02 | 53.8 | 101.46 | - |
| YUV | 199.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 255 | 0.07 | 0.33 | 0 | 0 | 286.59 | 1 | 0.83 |
| Hex | EC | AA | FF | 7 | 21 | 0 | 0 | 11F | 64 | 53 |
| Octal | 354 | 252 | 377 | 7 | 41 | 0 | 0 | 437 | 144 | 123 |
| Binary | 11101100 | 10101010 | 11111111 | 111 | 100001 | 0 | 0 | 100011111 | 1100100 | 1010011 |
Color Harmonies of #ECAAFF
Complementary color
Monochromatic Colors of #ECAAFF
Black with #ECAAFF
Text Example
Text Example
White with #ECAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAFF; }
p { color: rgb(236,170,255); }
H1.HeaderClassName
{
color: #ECAAFF;
}
.AnyTagClassName
{
color: #ECAAFF;
}
</style>
background-color css
<style>
a { background-color: #ECAAFF; }
a { background-color: rgb(236,170,255); }
div.DivClassName
{
background-color: #ECAAFF;
}
.BgClassName
{
background-color: #ECAAFF;
}
</style>
border-color css
<style>
span { border-color: #ECAAFF; }
span { border-color: rgb(236,170,255); }
td.TdClassName
{
border-color: #ECAAFF;
}
.TagClassName
{
border-color: #ECAAFF;
}
</style>