Shades of Mauve #ECBDFF
Tints of Mauve #ECBDFF
RGB
CMYK
RGB Variations
Color information
#ECBDFF (or 0xECBDFF) is known color: Mauve. HEX triplet: EC, BD and FF. RGB value is (236,189,255). Sum of RGB (Red+Green+Blue) = 236+189+255=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDFF is #134200. Grayscale: #D2D2D2. Windows color (decimal): -1262081 or 16760300. OLE color: 16760300.
HSL color Cylindrical-coordinate representation of color #ECBDFF: hue angle of 282.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBDFF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 189 | 255 | - |
| CMYK | 0.07 | 0.26 | 0 | 0 |
| HSL | 282.73º | 1% | 0.87% | - |
| HSV(B) | 282.73º | 0.26% | 1% | - |
| XYZ | 70.84 | 61.45 | 102.73 | - |
| YUV | 210.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 255 | 0.07 | 0.26 | 0 | 0 | 282.73 | 1 | 0.87 |
| Hex | EC | BD | FF | 7 | 1A | 0 | 0 | 11B | 64 | 57 |
| Octal | 354 | 275 | 377 | 7 | 32 | 0 | 0 | 433 | 144 | 127 |
| Binary | 11101100 | 10111101 | 11111111 | 111 | 11010 | 0 | 0 | 100011011 | 1100100 | 1010111 |
Color Harmonies of #ECBDFF
Complementary color
Monochromatic Colors of #ECBDFF
Black with #ECBDFF
Text Example
Text Example
White with #ECBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDFF; }
p { color: rgb(236,189,255); }
H1.HeaderClassName
{
color: #ECBDFF;
}
.AnyTagClassName
{
color: #ECBDFF;
}
</style>
background-color css
<style>
a { background-color: #ECBDFF; }
a { background-color: rgb(236,189,255); }
div.DivClassName
{
background-color: #ECBDFF;
}
.BgClassName
{
background-color: #ECBDFF;
}
</style>
border-color css
<style>
span { border-color: #ECBDFF; }
span { border-color: rgb(236,189,255); }
td.TdClassName
{
border-color: #ECBDFF;
}
.TagClassName
{
border-color: #ECBDFF;
}
</style>