Shades of Lavender #E8E5FE
Tints of Lavender #E8E5FE
RGB
CMYK
RGB Variations
Color information
#E8E5FE (or 0xE8E5FE) is known color: Lavender. HEX triplet: E8, E5 and FE. RGB value is (232,229,254). Sum of RGB (Red+Green+Blue) = 232+229+254=715 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.45% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E5FE is #171A01. Grayscale: #E8E8E8. Windows color (decimal): -1513986 or 16705000. OLE color: 16705000.
HSL color Cylindrical-coordinate representation of color #E8E5FE: hue angle of 247.2º 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 #E8E5FE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 229 | 254 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.00 |
| HSL | 247.2º | 0.93% | 0.95% | - |
| HSV(B) | 247.2º | 0.1% | 1% | - |
| XYZ | 79.19 | 80.35 | 105.1 | - |
| YUV | 232.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 254 | 0.09 | 0.10 | 0 | 0.00 | 247.2 | 0.93 | 0.95 |
| Hex | E8 | E5 | FE | 9 | A | 0 | 0 | F7 | 5D | 5F |
| Octal | 350 | 345 | 376 | 11 | 12 | 0 | 0 | 367 | 135 | 137 |
| Binary | 11101000 | 11100101 | 11111110 | 1001 | 1010 | 0 | 0 | 11110111 | 1011101 | 1011111 |
Color Harmonies of #E8E5FE
Complementary color
Monochromatic Colors of #E8E5FE
Black with #E8E5FE
Text Example
Text Example
White with #E8E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E5FE; }
p { color: rgb(232,229,254); }
H1.HeaderClassName
{
color: #E8E5FE;
}
.AnyTagClassName
{
color: #E8E5FE;
}
</style>
background-color css
<style>
a { background-color: #E8E5FE; }
a { background-color: rgb(232,229,254); }
div.DivClassName
{
background-color: #E8E5FE;
}
.BgClassName
{
background-color: #E8E5FE;
}
</style>
border-color css
<style>
span { border-color: #E8E5FE; }
span { border-color: rgb(232,229,254); }
td.TdClassName
{
border-color: #E8E5FE;
}
.TagClassName
{
border-color: #E8E5FE;
}
</style>