Shades of Mauve #ECB1FD
Tints of Mauve #ECB1FD
RGB
CMYK
RGB Variations
Color information
#ECB1FD (or 0xECB1FD) is known color: Mauve. HEX triplet: EC, B1 and FD. RGB value is (236,177,253). Sum of RGB (Red+Green+Blue) = 236+177+253=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECB1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FD is #134E02. Grayscale: #CBCBCB. Windows color (decimal): -1265155 or 16626156. OLE color: 16626156.
HSL color Cylindrical-coordinate representation of color #ECB1FD: hue angle of 286.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB1FD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 177 | 253 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.01 |
| HSL | 286.58º | 0.95% | 0.84% | - |
| HSV(B) | 286.58º | 0.3% | 0.99% | - |
| XYZ | 68.04 | 56.37 | 100.22 | - |
| YUV | 203.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 253 | 0.07 | 0.30 | 0 | 0.01 | 286.58 | 0.95 | 0.84 |
| Hex | EC | B1 | FD | 7 | 1E | 0 | 1 | 11F | 5F | 54 |
| Octal | 354 | 261 | 375 | 7 | 36 | 0 | 1 | 437 | 137 | 124 |
| Binary | 11101100 | 10110001 | 11111101 | 111 | 11110 | 0 | 1 | 100011111 | 1011111 | 1010100 |
Color Harmonies of #ECB1FD
Complementary color
Monochromatic Colors of #ECB1FD
Black with #ECB1FD
Text Example
Text Example
White with #ECB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1FD; }
p { color: rgb(236,177,253); }
H1.HeaderClassName
{
color: #ECB1FD;
}
.AnyTagClassName
{
color: #ECB1FD;
}
</style>
background-color css
<style>
a { background-color: #ECB1FD; }
a { background-color: rgb(236,177,253); }
div.DivClassName
{
background-color: #ECB1FD;
}
.BgClassName
{
background-color: #ECB1FD;
}
</style>
border-color css
<style>
span { border-color: #ECB1FD; }
span { border-color: rgb(236,177,253); }
td.TdClassName
{
border-color: #ECB1FD;
}
.TagClassName
{
border-color: #ECB1FD;
}
</style>