Shades of Mauve #ECAAFD
Tints of Mauve #ECAAFD
RGB
CMYK
RGB Variations
Color information
#ECAAFD (or 0xECAAFD) is known color: Mauve. HEX triplet: EC, AA and FD. RGB value is (236,170,253). Sum of RGB (Red+Green+Blue) = 236+170+253=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAFD is #135502. Grayscale: #C6C6C6. Windows color (decimal): -1266947 or 16624364. OLE color: 16624364.
HSL color Cylindrical-coordinate representation of color #ECAAFD: hue angle of 287.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECAAFD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 170 | 253 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.01 |
| HSL | 287.71º | 0.95% | 0.83% | - |
| HSV(B) | 287.71º | 0.33% | 0.99% | - |
| XYZ | 66.7 | 53.67 | 99.77 | - |
| YUV | 199.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 253 | 0.07 | 0.33 | 0 | 0.01 | 287.71 | 0.95 | 0.83 |
| Hex | EC | AA | FD | 7 | 21 | 0 | 1 | 120 | 5F | 53 |
| Octal | 354 | 252 | 375 | 7 | 41 | 0 | 1 | 440 | 137 | 123 |
| Binary | 11101100 | 10101010 | 11111101 | 111 | 100001 | 0 | 1 | 100100000 | 1011111 | 1010011 |
Color Harmonies of #ECAAFD
Complementary color
Monochromatic Colors of #ECAAFD
Black with #ECAAFD
Text Example
Text Example
White with #ECAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAFD; }
p { color: rgb(236,170,253); }
H1.HeaderClassName
{
color: #ECAAFD;
}
.AnyTagClassName
{
color: #ECAAFD;
}
</style>
background-color css
<style>
a { background-color: #ECAAFD; }
a { background-color: rgb(236,170,253); }
div.DivClassName
{
background-color: #ECAAFD;
}
.BgClassName
{
background-color: #ECAAFD;
}
</style>
border-color css
<style>
span { border-color: #ECAAFD; }
span { border-color: rgb(236,170,253); }
td.TdClassName
{
border-color: #ECAAFD;
}
.TagClassName
{
border-color: #ECAAFD;
}
</style>