Shades of Lavender #EBE5FE
Tints of Lavender #EBE5FE
RGB
CMYK
RGB Variations
Color information
#EBE5FE (or 0xEBE5FE) is known color: Lavender. HEX triplet: EB, E5 and FE. RGB value is (235,229,254). Sum of RGB (Red+Green+Blue) = 235+229+254=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5FE is #141A01. Grayscale: #E9E9E9. Windows color (decimal): -1317378 or 16705003. OLE color: 16705003.
HSL color Cylindrical-coordinate representation of color #EBE5FE: hue angle of 254.4º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE5FE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 229 | 254 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.00 |
| HSL | 254.4º | 0.93% | 0.95% | - |
| HSV(B) | 254.4º | 0.1% | 1% | - |
| XYZ | 80.17 | 80.86 | 105.15 | - |
| YUV | 233.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 254 | 0.07 | 0.10 | 0 | 0.00 | 254.4 | 0.93 | 0.95 |
| Hex | EB | E5 | FE | 7 | A | 0 | 0 | FE | 5D | 5F |
| Octal | 353 | 345 | 376 | 7 | 12 | 0 | 0 | 376 | 135 | 137 |
| Binary | 11101011 | 11100101 | 11111110 | 111 | 1010 | 0 | 0 | 11111110 | 1011101 | 1011111 |
Color Harmonies of #EBE5FE
Complementary color
Monochromatic Colors of #EBE5FE
Black with #EBE5FE
Text Example
Text Example
White with #EBE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5FE; }
p { color: rgb(235,229,254); }
H1.HeaderClassName
{
color: #EBE5FE;
}
.AnyTagClassName
{
color: #EBE5FE;
}
</style>
background-color css
<style>
a { background-color: #EBE5FE; }
a { background-color: rgb(235,229,254); }
div.DivClassName
{
background-color: #EBE5FE;
}
.BgClassName
{
background-color: #EBE5FE;
}
</style>
border-color css
<style>
span { border-color: #EBE5FE; }
span { border-color: rgb(235,229,254); }
td.TdClassName
{
border-color: #EBE5FE;
}
.TagClassName
{
border-color: #EBE5FE;
}
</style>