Shades of Lavender #E8EAFE
Tints of Lavender #E8EAFE
RGB
CMYK
RGB Variations
Color information
#E8EAFE (or 0xE8EAFE) is known color: Lavender. HEX triplet: E8, EA and FE. RGB value is (232,234,254). Sum of RGB (Red+Green+Blue) = 232+234+254=720 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.22% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EAFE is #171501. Grayscale: #EBEBEB. Windows color (decimal): -1512706 or 16706280. OLE color: 16706280.
HSL color Cylindrical-coordinate representation of color #E8EAFE: hue angle of 234.55º 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 #E8EAFE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 234 | 254 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.00 |
| HSL | 234.55º | 0.92% | 0.95% | - |
| HSV(B) | 234.55º | 0.09% | 1% | - |
| XYZ | 80.59 | 83.16 | 105.57 | - |
| YUV | 235.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 254 | 0.09 | 0.08 | 0 | 0.00 | 234.55 | 0.92 | 0.95 |
| Hex | E8 | EA | FE | 9 | 8 | 0 | 0 | EB | 5C | 5F |
| Octal | 350 | 352 | 376 | 11 | 10 | 0 | 0 | 353 | 134 | 137 |
| Binary | 11101000 | 11101010 | 11111110 | 1001 | 1000 | 0 | 0 | 11101011 | 1011100 | 1011111 |
Color Harmonies of #E8EAFE
Complementary color
Monochromatic Colors of #E8EAFE
Black with #E8EAFE
Text Example
Text Example
White with #E8EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EAFE; }
p { color: rgb(232,234,254); }
H1.HeaderClassName
{
color: #E8EAFE;
}
.AnyTagClassName
{
color: #E8EAFE;
}
</style>
background-color css
<style>
a { background-color: #E8EAFE; }
a { background-color: rgb(232,234,254); }
div.DivClassName
{
background-color: #E8EAFE;
}
.BgClassName
{
background-color: #E8EAFE;
}
</style>
border-color css
<style>
span { border-color: #E8EAFE; }
span { border-color: rgb(232,234,254); }
td.TdClassName
{
border-color: #E8EAFE;
}
.TagClassName
{
border-color: #E8EAFE;
}
</style>