Shades of Lavender #EBECF5
Tints of Lavender #EBECF5
RGB
CMYK
RGB Variations
Color information
#EBECF5 (or 0xEBECF5) is known color: Lavender. HEX triplet: EB, EC and F5. RGB value is (235,236,245). Sum of RGB (Red+Green+Blue) = 235+236+245=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF5 is #14130A. Grayscale: #ECECEC. Windows color (decimal): -1315595 or 16116971. OLE color: 16116971.
HSL color Cylindrical-coordinate representation of color #EBECF5: hue angle of 234º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBECF5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 235 | 236 | 245 | - |
CMYK | 0.04 | 0.04 | 0 | 0.04 |
HSL | 234º | 0.33% | 0.94% | - |
HSV(B) | 234º | 0.04% | 0.96% | - |
XYZ | 80.74 | 84.25 | 98.39 | - |
YUV | 236.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 245 | 0.04 | 0.04 | 0 | 0.04 | 234 | 0.33 | 0.94 |
Hex | EB | EC | F5 | 4 | 4 | 0 | 4 | EA | 21 | 5E |
Octal | 353 | 354 | 365 | 4 | 4 | 0 | 4 | 352 | 41 | 136 |
Binary | 11101011 | 11101100 | 11110101 | 100 | 100 | 0 | 100 | 11101010 | 100001 | 1011110 |
Color Harmonies of #EBECF5
Complementary color
Monochromatic Colors of #EBECF5
Black with #EBECF5
Text Example
Text Example
White with #EBECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECF5; }
p { color: rgb(235,236,245); }
H1.HeaderClassName
{
color: #EBECF5;
}
.AnyTagClassName
{
color: #EBECF5;
}
</style>
background-color css
<style>
a { background-color: #EBECF5; }
a { background-color: rgb(235,236,245); }
div.DivClassName
{
background-color: #EBECF5;
}
.BgClassName
{
background-color: #EBECF5;
}
</style>
border-color css
<style>
span { border-color: #EBECF5; }
span { border-color: rgb(235,236,245); }
td.TdClassName
{
border-color: #EBECF5;
}
.TagClassName
{
border-color: #EBECF5;
}
</style>