Shades of Lavender #EBECFC
Tints of Lavender #EBECFC
RGB
CMYK
RGB Variations
Color information
#EBECFC (or 0xEBECFC) is known color: Lavender. HEX triplet: EB, EC and FC. RGB value is (235,236,252). Sum of RGB (Red+Green+Blue) = 235+236+252=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFC is #141303. Grayscale: #EDEDED. Windows color (decimal): -1315588 or 16575723. OLE color: 16575723.
HSL color Cylindrical-coordinate representation of color #EBECFC: hue angle of 236.47º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBECFC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 236 | 252 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.01 |
| HSL | 236.47º | 0.74% | 0.95% | - |
| HSV(B) | 236.47º | 0.07% | 0.99% | - |
| XYZ | 81.83 | 84.68 | 104.13 | - |
| YUV | 237.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 252 | 0.07 | 0.06 | 0 | 0.01 | 236.47 | 0.74 | 0.95 |
| Hex | EB | EC | FC | 7 | 6 | 0 | 1 | EC | 4A | 5F |
| Octal | 353 | 354 | 374 | 7 | 6 | 0 | 1 | 354 | 112 | 137 |
| Binary | 11101011 | 11101100 | 11111100 | 111 | 110 | 0 | 1 | 11101100 | 1001010 | 1011111 |
Color Harmonies of #EBECFC
Complementary color
Monochromatic Colors of #EBECFC
Black with #EBECFC
Text Example
Text Example
White with #EBECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECFC; }
p { color: rgb(235,236,252); }
H1.HeaderClassName
{
color: #EBECFC;
}
.AnyTagClassName
{
color: #EBECFC;
}
</style>
background-color css
<style>
a { background-color: #EBECFC; }
a { background-color: rgb(235,236,252); }
div.DivClassName
{
background-color: #EBECFC;
}
.BgClassName
{
background-color: #EBECFC;
}
</style>
border-color css
<style>
span { border-color: #EBECFC; }
span { border-color: rgb(235,236,252); }
td.TdClassName
{
border-color: #EBECFC;
}
.TagClassName
{
border-color: #EBECFC;
}
</style>