Shades of Lavender #EBECFB
Tints of Lavender #EBECFB
RGB
CMYK
RGB Variations
Color information
#EBECFB (or 0xEBECFB) is known color: Lavender. HEX triplet: EB, EC and FB. RGB value is (235,236,251). Sum of RGB (Red+Green+Blue) = 235+236+251=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFB is #141304. Grayscale: #EDEDED. Windows color (decimal): -1315589 or 16510187. OLE color: 16510187.
HSL color Cylindrical-coordinate representation of color #EBECFB: hue angle of 236.25º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBECFB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 236 | 251 | - |
CMYK | 0.06 | 0.06 | 0 | 0.02 |
HSL | 236.25º | 0.67% | 0.95% | - |
HSV(B) | 236.25º | 0.06% | 0.98% | - |
XYZ | 81.67 | 84.62 | 103.3 | - |
YUV | 237.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 251 | 0.06 | 0.06 | 0 | 0.02 | 236.25 | 0.67 | 0.95 |
Hex | EB | EC | FB | 6 | 6 | 0 | 2 | EC | 43 | 5F |
Octal | 353 | 354 | 373 | 6 | 6 | 0 | 2 | 354 | 103 | 137 |
Binary | 11101011 | 11101100 | 11111011 | 110 | 110 | 0 | 10 | 11101100 | 1000011 | 1011111 |
Color Harmonies of #EBECFB
Complementary color
Monochromatic Colors of #EBECFB
Black with #EBECFB
Text Example
Text Example
White with #EBECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECFB; }
p { color: rgb(235,236,251); }
H1.HeaderClassName
{
color: #EBECFB;
}
.AnyTagClassName
{
color: #EBECFB;
}
</style>
background-color css
<style>
a { background-color: #EBECFB; }
a { background-color: rgb(235,236,251); }
div.DivClassName
{
background-color: #EBECFB;
}
.BgClassName
{
background-color: #EBECFB;
}
</style>
border-color css
<style>
span { border-color: #EBECFB; }
span { border-color: rgb(235,236,251); }
td.TdClassName
{
border-color: #EBECFB;
}
.TagClassName
{
border-color: #EBECFB;
}
</style>