Shades of Lavender #E8E8F9
Tints of Lavender #E8E8F9
RGB
CMYK
RGB Variations
Color information
#E8E8F9 (or 0xE8E8F9) is known color: Lavender. HEX triplet: E8, E8 and F9. RGB value is (232,232,249). Sum of RGB (Red+Green+Blue) = 232+232+249=713 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.54% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8E8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E8F9 is #171706. Grayscale: #E9E9E9. Windows color (decimal): -1513223 or 16378088. OLE color: 16378088.
HSL color Cylindrical-coordinate representation of color #E8E8F9: hue angle of 240º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8E8F9 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 232 | 249 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.02 |
| HSL | 240º | 0.59% | 0.94% | - |
| HSV(B) | 240º | 0.07% | 0.98% | - |
| XYZ | 79.23 | 81.71 | 101.22 | - |
| YUV | 233.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 232 | 249 | 0.07 | 0.07 | 0 | 0.02 | 240 | 0.59 | 0.94 |
| Hex | E8 | E8 | F9 | 7 | 7 | 0 | 2 | F0 | 3B | 5E |
| Octal | 350 | 350 | 371 | 7 | 7 | 0 | 2 | 360 | 73 | 136 |
| Binary | 11101000 | 11101000 | 11111001 | 111 | 111 | 0 | 10 | 11110000 | 111011 | 1011110 |
Color Harmonies of #E8E8F9
Complementary color
Monochromatic Colors of #E8E8F9
Black with #E8E8F9
Text Example
Text Example
White with #E8E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E8F9; }
p { color: rgb(232,232,249); }
H1.HeaderClassName
{
color: #E8E8F9;
}
.AnyTagClassName
{
color: #E8E8F9;
}
</style>
background-color css
<style>
a { background-color: #E8E8F9; }
a { background-color: rgb(232,232,249); }
div.DivClassName
{
background-color: #E8E8F9;
}
.BgClassName
{
background-color: #E8E8F9;
}
</style>
border-color css
<style>
span { border-color: #E8E8F9; }
span { border-color: rgb(232,232,249); }
td.TdClassName
{
border-color: #E8E8F9;
}
.TagClassName
{
border-color: #E8E8F9;
}
</style>