Shades of Mauve #ECBFFD
Tints of Mauve #ECBFFD
RGB
CMYK
RGB Variations
Color information
#ECBFFD (or 0xECBFFD) is known color: Mauve. HEX triplet: EC, BF and FD. RGB value is (236,191,253). Sum of RGB (Red+Green+Blue) = 236+191+253=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFFD is #134002. Grayscale: #D3D3D3. Windows color (decimal): -1261571 or 16629740. OLE color: 16629740.
HSL color Cylindrical-coordinate representation of color #ECBFFD: hue angle of 283.55º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBFFD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 191 | 253 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.01 |
| HSL | 283.55º | 0.94% | 0.87% | - |
| HSV(B) | 283.55º | 0.25% | 0.99% | - |
| XYZ | 70.95 | 62.19 | 101.19 | - |
| YUV | 211.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 253 | 0.07 | 0.25 | 0 | 0.01 | 283.55 | 0.94 | 0.87 |
| Hex | EC | BF | FD | 7 | 19 | 0 | 1 | 11C | 5E | 57 |
| Octal | 354 | 277 | 375 | 7 | 31 | 0 | 1 | 434 | 136 | 127 |
| Binary | 11101100 | 10111111 | 11111101 | 111 | 11001 | 0 | 1 | 100011100 | 1011110 | 1010111 |
Color Harmonies of #ECBFFD
Complementary color
Monochromatic Colors of #ECBFFD
Black with #ECBFFD
Text Example
Text Example
White with #ECBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFFD; }
p { color: rgb(236,191,253); }
H1.HeaderClassName
{
color: #ECBFFD;
}
.AnyTagClassName
{
color: #ECBFFD;
}
</style>
background-color css
<style>
a { background-color: #ECBFFD; }
a { background-color: rgb(236,191,253); }
div.DivClassName
{
background-color: #ECBFFD;
}
.BgClassName
{
background-color: #ECBFFD;
}
</style>
border-color css
<style>
span { border-color: #ECBFFD; }
span { border-color: rgb(236,191,253); }
td.TdClassName
{
border-color: #ECBFFD;
}
.TagClassName
{
border-color: #ECBFFD;
}
</style>