Shades of Lavender #EBEAF6
Tints of Lavender #EBEAF6
RGB
CMYK
RGB Variations
Color information
#EBEAF6 (or 0xEBEAF6) is known color: Lavender. HEX triplet: EB, EA and F6. RGB value is (235,234,246). Sum of RGB (Red+Green+Blue) = 235+234+246=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF6 is #141509. Grayscale: #EBEBEB. Windows color (decimal): -1316106 or 16181995. OLE color: 16181995.
HSL color Cylindrical-coordinate representation of color #EBEAF6: hue angle of 245º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBEAF6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 234 | 246 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.04 |
| HSL | 245º | 0.4% | 0.94% | - |
| HSV(B) | 245º | 0.05% | 0.96% | - |
| XYZ | 80.32 | 83.16 | 99.01 | - |
| YUV | 235.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 246 | 0.04 | 0.05 | 0 | 0.04 | 245 | 0.4 | 0.94 |
| Hex | EB | EA | F6 | 4 | 5 | 0 | 4 | F5 | 28 | 5E |
| Octal | 353 | 352 | 366 | 4 | 5 | 0 | 4 | 365 | 50 | 136 |
| Binary | 11101011 | 11101010 | 11110110 | 100 | 101 | 0 | 100 | 11110101 | 101000 | 1011110 |
Color Harmonies of #EBEAF6
Complementary color
Monochromatic Colors of #EBEAF6
Black with #EBEAF6
Text Example
Text Example
White with #EBEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAF6; }
p { color: rgb(235,234,246); }
H1.HeaderClassName
{
color: #EBEAF6;
}
.AnyTagClassName
{
color: #EBEAF6;
}
</style>
background-color css
<style>
a { background-color: #EBEAF6; }
a { background-color: rgb(235,234,246); }
div.DivClassName
{
background-color: #EBEAF6;
}
.BgClassName
{
background-color: #EBEAF6;
}
</style>
border-color css
<style>
span { border-color: #EBEAF6; }
span { border-color: rgb(235,234,246); }
td.TdClassName
{
border-color: #EBEAF6;
}
.TagClassName
{
border-color: #EBEAF6;
}
</style>