Shades of Mauve #ECB2FC
Tints of Mauve #ECB2FC
RGB
CMYK
RGB Variations
Color information
#ECB2FC (or 0xECB2FC) is known color: Mauve. HEX triplet: EC, B2 and FC. RGB value is (236,178,252). Sum of RGB (Red+Green+Blue) = 236+178+252=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2FC is #134D03. Grayscale: #CBCBCB. Windows color (decimal): -1264900 or 16560876. OLE color: 16560876.
HSL color Cylindrical-coordinate representation of color #ECB2FC: hue angle of 287.03º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB2FC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 178 | 252 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.01 |
| HSL | 287.03º | 0.93% | 0.84% | - |
| HSV(B) | 287.03º | 0.29% | 0.99% | - |
| XYZ | 68.08 | 56.7 | 99.45 | - |
| YUV | 203.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 252 | 0.06 | 0.29 | 0 | 0.01 | 287.03 | 0.93 | 0.84 |
| Hex | EC | B2 | FC | 6 | 1D | 0 | 1 | 11F | 5C | 54 |
| Octal | 354 | 262 | 374 | 6 | 35 | 0 | 1 | 437 | 134 | 124 |
| Binary | 11101100 | 10110010 | 11111100 | 110 | 11101 | 0 | 1 | 100011111 | 1011100 | 1010100 |
Color Harmonies of #ECB2FC
Complementary color
Monochromatic Colors of #ECB2FC
Black with #ECB2FC
Text Example
Text Example
White with #ECB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2FC; }
p { color: rgb(236,178,252); }
H1.HeaderClassName
{
color: #ECB2FC;
}
.AnyTagClassName
{
color: #ECB2FC;
}
</style>
background-color css
<style>
a { background-color: #ECB2FC; }
a { background-color: rgb(236,178,252); }
div.DivClassName
{
background-color: #ECB2FC;
}
.BgClassName
{
background-color: #ECB2FC;
}
</style>
border-color css
<style>
span { border-color: #ECB2FC; }
span { border-color: rgb(236,178,252); }
td.TdClassName
{
border-color: #ECB2FC;
}
.TagClassName
{
border-color: #ECB2FC;
}
</style>