Shades of Lavender #E8EAF8
Tints of Lavender #E8EAF8
RGB
CMYK
RGB Variations
Color information
#E8EAF8 (or 0xE8EAF8) is known color: Lavender. HEX triplet: E8, EA and F8. RGB value is (232,234,248). Sum of RGB (Red+Green+Blue) = 232+234+248=714 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.49% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8EAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EAF8 is #171507. Grayscale: #EAEAEA. Windows color (decimal): -1512712 or 16313064. OLE color: 16313064.
HSL color Cylindrical-coordinate representation of color #E8EAF8: hue angle of 232.5º degrees, saturation: 0.53, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8EAF8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 234 | 248 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.03 |
| HSL | 232.5º | 0.53% | 0.94% | - |
| HSV(B) | 232.5º | 0.06% | 0.97% | - |
| XYZ | 79.64 | 82.78 | 100.59 | - |
| YUV | 235 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 248 | 0.06 | 0.06 | 0 | 0.03 | 232.5 | 0.53 | 0.94 |
| Hex | E8 | EA | F8 | 6 | 6 | 0 | 3 | E8 | 35 | 5E |
| Octal | 350 | 352 | 370 | 6 | 6 | 0 | 3 | 350 | 65 | 136 |
| Binary | 11101000 | 11101010 | 11111000 | 110 | 110 | 0 | 11 | 11101000 | 110101 | 1011110 |
Color Harmonies of #E8EAF8
Complementary color
Monochromatic Colors of #E8EAF8
Black with #E8EAF8
Text Example
Text Example
White with #E8EAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EAF8; }
p { color: rgb(232,234,248); }
H1.HeaderClassName
{
color: #E8EAF8;
}
.AnyTagClassName
{
color: #E8EAF8;
}
</style>
background-color css
<style>
a { background-color: #E8EAF8; }
a { background-color: rgb(232,234,248); }
div.DivClassName
{
background-color: #E8EAF8;
}
.BgClassName
{
background-color: #E8EAF8;
}
</style>
border-color css
<style>
span { border-color: #E8EAF8; }
span { border-color: rgb(232,234,248); }
td.TdClassName
{
border-color: #E8EAF8;
}
.TagClassName
{
border-color: #E8EAF8;
}
</style>