Shades of Mauve #ECBEFF
Tints of Mauve #ECBEFF
RGB
CMYK
RGB Variations
Color information
#ECBEFF (or 0xECBEFF) is known color: Mauve. HEX triplet: EC, BE and FF. RGB value is (236,190,255). Sum of RGB (Red+Green+Blue) = 236+190+255=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEFF is #134100. Grayscale: #D2D2D2. Windows color (decimal): -1261825 or 16760556. OLE color: 16760556.
HSL color Cylindrical-coordinate representation of color #ECBEFF: hue angle of 282.46º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBEFF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 190 | 255 | - |
| CMYK | 0.07 | 0.25 | 0 | 0 |
| HSL | 282.46º | 1% | 0.87% | - |
| HSV(B) | 282.46º | 0.25% | 1% | - |
| XYZ | 71.06 | 61.88 | 102.81 | - |
| YUV | 211.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 255 | 0.07 | 0.25 | 0 | 0 | 282.46 | 1 | 0.87 |
| Hex | EC | BE | FF | 7 | 19 | 0 | 0 | 11A | 64 | 57 |
| Octal | 354 | 276 | 377 | 7 | 31 | 0 | 0 | 432 | 144 | 127 |
| Binary | 11101100 | 10111110 | 11111111 | 111 | 11001 | 0 | 0 | 100011010 | 1100100 | 1010111 |
Color Harmonies of #ECBEFF
Complementary color
Monochromatic Colors of #ECBEFF
Black with #ECBEFF
Text Example
Text Example
White with #ECBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEFF; }
p { color: rgb(236,190,255); }
H1.HeaderClassName
{
color: #ECBEFF;
}
.AnyTagClassName
{
color: #ECBEFF;
}
</style>
background-color css
<style>
a { background-color: #ECBEFF; }
a { background-color: rgb(236,190,255); }
div.DivClassName
{
background-color: #ECBEFF;
}
.BgClassName
{
background-color: #ECBEFF;
}
</style>
border-color css
<style>
span { border-color: #ECBEFF; }
span { border-color: rgb(236,190,255); }
td.TdClassName
{
border-color: #ECBEFF;
}
.TagClassName
{
border-color: #ECBEFF;
}
</style>