Shades of Mauve #ECB8FC
Tints of Mauve #ECB8FC
RGB
CMYK
RGB Variations
Color information
#ECB8FC (or 0xECB8FC) is known color: Mauve. HEX triplet: EC, B8 and FC. RGB value is (236,184,252). Sum of RGB (Red+Green+Blue) = 236+184+252=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8FC is #134703. Grayscale: #CFCFCF. Windows color (decimal): -1263364 or 16562412. OLE color: 16562412.
HSL color Cylindrical-coordinate representation of color #ECB8FC: hue angle of 285.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB8FC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 184 | 252 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.01 |
| HSL | 285.88º | 0.92% | 0.85% | - |
| HSV(B) | 285.88º | 0.27% | 0.99% | - |
| XYZ | 69.3 | 59.14 | 99.86 | - |
| YUV | 207.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 252 | 0.06 | 0.27 | 0 | 0.01 | 285.88 | 0.92 | 0.85 |
| Hex | EC | B8 | FC | 6 | 1B | 0 | 1 | 11E | 5C | 55 |
| Octal | 354 | 270 | 374 | 6 | 33 | 0 | 1 | 436 | 134 | 125 |
| Binary | 11101100 | 10111000 | 11111100 | 110 | 11011 | 0 | 1 | 100011110 | 1011100 | 1010101 |
Color Harmonies of #ECB8FC
Complementary color
Monochromatic Colors of #ECB8FC
Black with #ECB8FC
Text Example
Text Example
White with #ECB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8FC; }
p { color: rgb(236,184,252); }
H1.HeaderClassName
{
color: #ECB8FC;
}
.AnyTagClassName
{
color: #ECB8FC;
}
</style>
background-color css
<style>
a { background-color: #ECB8FC; }
a { background-color: rgb(236,184,252); }
div.DivClassName
{
background-color: #ECB8FC;
}
.BgClassName
{
background-color: #ECB8FC;
}
</style>
border-color css
<style>
span { border-color: #ECB8FC; }
span { border-color: rgb(236,184,252); }
td.TdClassName
{
border-color: #ECB8FC;
}
.TagClassName
{
border-color: #ECB8FC;
}
</style>