Shades of Lavender #EBECFE
Tints of Lavender #EBECFE
RGB
CMYK
RGB Variations
Color information
#EBECFE (or 0xEBECFE) is known color: Lavender. HEX triplet: EB, EC and FE. RGB value is (235,236,254). Sum of RGB (Red+Green+Blue) = 235+236+254=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFE is #141301. Grayscale: #EDEDED. Windows color (decimal): -1315586 or 16706795. OLE color: 16706795.
HSL color Cylindrical-coordinate representation of color #EBECFE: hue angle of 236.84º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBECFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 236 | 254 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.00 |
| HSL | 236.84º | 0.9% | 0.96% | - |
| HSV(B) | 236.84º | 0.07% | 1% | - |
| XYZ | 82.15 | 84.81 | 105.81 | - |
| YUV | 237.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 254 | 0.07 | 0.07 | 0 | 0.00 | 236.84 | 0.9 | 0.96 |
| Hex | EB | EC | FE | 7 | 7 | 0 | 0 | ED | 5A | 60 |
| Octal | 353 | 354 | 376 | 7 | 7 | 0 | 0 | 355 | 132 | 140 |
| Binary | 11101011 | 11101100 | 11111110 | 111 | 111 | 0 | 0 | 11101101 | 1011010 | 1100000 |
Color Harmonies of #EBECFE
Complementary color
Monochromatic Colors of #EBECFE
Black with #EBECFE
Text Example
Text Example
White with #EBECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECFE; }
p { color: rgb(235,236,254); }
H1.HeaderClassName
{
color: #EBECFE;
}
.AnyTagClassName
{
color: #EBECFE;
}
</style>
background-color css
<style>
a { background-color: #EBECFE; }
a { background-color: rgb(235,236,254); }
div.DivClassName
{
background-color: #EBECFE;
}
.BgClassName
{
background-color: #EBECFE;
}
</style>
border-color css
<style>
span { border-color: #EBECFE; }
span { border-color: rgb(235,236,254); }
td.TdClassName
{
border-color: #EBECFE;
}
.TagClassName
{
border-color: #EBECFE;
}
</style>