Shades of Mauve #ECBDFE
Tints of Mauve #ECBDFE
RGB
CMYK
RGB Variations
Color information
#ECBDFE (or 0xECBDFE) is known color: Mauve. HEX triplet: EC, BD and FE. RGB value is (236,189,254). Sum of RGB (Red+Green+Blue) = 236+189+254=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDFE is #134201. Grayscale: #D2D2D2. Windows color (decimal): -1262082 or 16694764. OLE color: 16694764.
HSL color Cylindrical-coordinate representation of color #ECBDFE: hue angle of 283.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBDFE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 189 | 254 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.00 |
| HSL | 283.38º | 0.97% | 0.87% | - |
| HSV(B) | 283.38º | 0.26% | 1% | - |
| XYZ | 70.68 | 61.38 | 101.89 | - |
| YUV | 210.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 254 | 0.07 | 0.26 | 0 | 0.00 | 283.38 | 0.97 | 0.87 |
| Hex | EC | BD | FE | 7 | 1A | 0 | 0 | 11B | 61 | 57 |
| Octal | 354 | 275 | 376 | 7 | 32 | 0 | 0 | 433 | 141 | 127 |
| Binary | 11101100 | 10111101 | 11111110 | 111 | 11010 | 0 | 0 | 100011011 | 1100001 | 1010111 |
Color Harmonies of #ECBDFE
Complementary color
Monochromatic Colors of #ECBDFE
Black with #ECBDFE
Text Example
Text Example
White with #ECBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDFE; }
p { color: rgb(236,189,254); }
H1.HeaderClassName
{
color: #ECBDFE;
}
.AnyTagClassName
{
color: #ECBDFE;
}
</style>
background-color css
<style>
a { background-color: #ECBDFE; }
a { background-color: rgb(236,189,254); }
div.DivClassName
{
background-color: #ECBDFE;
}
.BgClassName
{
background-color: #ECBDFE;
}
</style>
border-color css
<style>
span { border-color: #ECBDFE; }
span { border-color: rgb(236,189,254); }
td.TdClassName
{
border-color: #ECBDFE;
}
.TagClassName
{
border-color: #ECBDFE;
}
</style>