Shades of Mauve #ECBEFE
Tints of Mauve #ECBEFE
RGB
CMYK
RGB Variations
Color information
#ECBEFE (or 0xECBEFE) is known color: Mauve. HEX triplet: EC, BE and FE. RGB value is (236,190,254). Sum of RGB (Red+Green+Blue) = 236+190+254=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEFE is #134101. Grayscale: #D2D2D2. Windows color (decimal): -1261826 or 16695020. OLE color: 16695020.
HSL color Cylindrical-coordinate representation of color #ECBEFE: hue angle of 283.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBEFE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 190 | 254 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.00 |
| HSL | 283.13º | 0.97% | 0.87% | - |
| HSV(B) | 283.13º | 0.25% | 1% | - |
| XYZ | 70.89 | 61.82 | 101.96 | - |
| YUV | 211.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 254 | 0.07 | 0.25 | 0 | 0.00 | 283.13 | 0.97 | 0.87 |
| Hex | EC | BE | FE | 7 | 19 | 0 | 0 | 11B | 61 | 57 |
| Octal | 354 | 276 | 376 | 7 | 31 | 0 | 0 | 433 | 141 | 127 |
| Binary | 11101100 | 10111110 | 11111110 | 111 | 11001 | 0 | 0 | 100011011 | 1100001 | 1010111 |
Color Harmonies of #ECBEFE
Complementary color
Monochromatic Colors of #ECBEFE
Black with #ECBEFE
Text Example
Text Example
White with #ECBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEFE; }
p { color: rgb(236,190,254); }
H1.HeaderClassName
{
color: #ECBEFE;
}
.AnyTagClassName
{
color: #ECBEFE;
}
</style>
background-color css
<style>
a { background-color: #ECBEFE; }
a { background-color: rgb(236,190,254); }
div.DivClassName
{
background-color: #ECBEFE;
}
.BgClassName
{
background-color: #ECBEFE;
}
</style>
border-color css
<style>
span { border-color: #ECBEFE; }
span { border-color: rgb(236,190,254); }
td.TdClassName
{
border-color: #ECBEFE;
}
.TagClassName
{
border-color: #ECBEFE;
}
</style>