Shades of Lavender #E8E9FE
Tints of Lavender #E8E9FE
RGB
CMYK
RGB Variations
Color information
#E8E9FE (or 0xE8E9FE) is known color: Lavender. HEX triplet: E8, E9 and FE. RGB value is (232,233,254). Sum of RGB (Red+Green+Blue) = 232+233+254=719 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.27% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8E9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E9FE is #171601. Grayscale: #EBEBEB. Windows color (decimal): -1512962 or 16706024. OLE color: 16706024.
HSL color Cylindrical-coordinate representation of color #E8E9FE: hue angle of 237.27º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8E9FE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 233 | 254 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.00 |
| HSL | 237.27º | 0.92% | 0.95% | - |
| HSV(B) | 237.27º | 0.09% | 1% | - |
| XYZ | 80.31 | 82.59 | 105.47 | - |
| YUV | 235.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 254 | 0.09 | 0.08 | 0 | 0.00 | 237.27 | 0.92 | 0.95 |
| Hex | E8 | E9 | FE | 9 | 8 | 0 | 0 | ED | 5C | 5F |
| Octal | 350 | 351 | 376 | 11 | 10 | 0 | 0 | 355 | 134 | 137 |
| Binary | 11101000 | 11101001 | 11111110 | 1001 | 1000 | 0 | 0 | 11101101 | 1011100 | 1011111 |
Color Harmonies of #E8E9FE
Complementary color
Monochromatic Colors of #E8E9FE
Black with #E8E9FE
Text Example
Text Example
White with #E8E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E9FE; }
p { color: rgb(232,233,254); }
H1.HeaderClassName
{
color: #E8E9FE;
}
.AnyTagClassName
{
color: #E8E9FE;
}
</style>
background-color css
<style>
a { background-color: #E8E9FE; }
a { background-color: rgb(232,233,254); }
div.DivClassName
{
background-color: #E8E9FE;
}
.BgClassName
{
background-color: #E8E9FE;
}
</style>
border-color css
<style>
span { border-color: #E8E9FE; }
span { border-color: rgb(232,233,254); }
td.TdClassName
{
border-color: #E8E9FE;
}
.TagClassName
{
border-color: #E8E9FE;
}
</style>