Shades of Lavender #E5E9FE
Tints of Lavender #E5E9FE
RGB
CMYK
RGB Variations
Color information
#E5E9FE (or 0xE5E9FE) is known color: Lavender. HEX triplet: E5, E9 and FE. RGB value is (229,233,254). Sum of RGB (Red+Green+Blue) = 229+233+254=716 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.98% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E9FE is #1A1601. Grayscale: #EAEAEA. Windows color (decimal): -1709570 or 16706021. OLE color: 16706021.
HSL color Cylindrical-coordinate representation of color #E5E9FE: hue angle of 230.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 #E5E9FE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 233 | 254 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.00 |
| HSL | 230.4º | 0.93% | 0.95% | - |
| HSV(B) | 230.4º | 0.1% | 1% | - |
| XYZ | 79.34 | 82.09 | 105.43 | - |
| YUV | 234.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 254 | 0.10 | 0.08 | 0 | 0.00 | 230.4 | 0.93 | 0.95 |
| Hex | E5 | E9 | FE | A | 8 | 0 | 0 | E6 | 5D | 5F |
| Octal | 345 | 351 | 376 | 12 | 10 | 0 | 0 | 346 | 135 | 137 |
| Binary | 11100101 | 11101001 | 11111110 | 1010 | 1000 | 0 | 0 | 11100110 | 1011101 | 1011111 |
Color Harmonies of #E5E9FE
Complementary color
Monochromatic Colors of #E5E9FE
Black with #E5E9FE
Text Example
Text Example
White with #E5E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9FE; }
p { color: rgb(229,233,254); }
H1.HeaderClassName
{
color: #E5E9FE;
}
.AnyTagClassName
{
color: #E5E9FE;
}
</style>
background-color css
<style>
a { background-color: #E5E9FE; }
a { background-color: rgb(229,233,254); }
div.DivClassName
{
background-color: #E5E9FE;
}
.BgClassName
{
background-color: #E5E9FE;
}
</style>
border-color css
<style>
span { border-color: #E5E9FE; }
span { border-color: rgb(229,233,254); }
td.TdClassName
{
border-color: #E5E9FE;
}
.TagClassName
{
border-color: #E5E9FE;
}
</style>