Shades of Lavender #E8E8FB
Tints of Lavender #E8E8FB
RGB
CMYK
RGB Variations
Color information
#E8E8FB (or 0xE8E8FB) is known color: Lavender. HEX triplet: E8, E8 and FB. RGB value is (232,232,251). Sum of RGB (Red+Green+Blue) = 232+232+251=715 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.45% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8E8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E8FB is #171704. Grayscale: #EAEAEA. Windows color (decimal): -1513221 or 16509160. OLE color: 16509160.
HSL color Cylindrical-coordinate representation of color #E8E8FB: hue angle of 240º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8E8FB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 232 | 251 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.02 |
| HSL | 240º | 0.7% | 0.95% | - |
| HSV(B) | 240º | 0.08% | 0.98% | - |
| XYZ | 79.55 | 81.83 | 102.87 | - |
| YUV | 234.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 232 | 251 | 0.08 | 0.08 | 0 | 0.02 | 240 | 0.7 | 0.95 |
| Hex | E8 | E8 | FB | 8 | 8 | 0 | 2 | F0 | 46 | 5F |
| Octal | 350 | 350 | 373 | 10 | 10 | 0 | 2 | 360 | 106 | 137 |
| Binary | 11101000 | 11101000 | 11111011 | 1000 | 1000 | 0 | 10 | 11110000 | 1000110 | 1011111 |
Color Harmonies of #E8E8FB
Complementary color
Monochromatic Colors of #E8E8FB
Black with #E8E8FB
Text Example
Text Example
White with #E8E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E8FB; }
p { color: rgb(232,232,251); }
H1.HeaderClassName
{
color: #E8E8FB;
}
.AnyTagClassName
{
color: #E8E8FB;
}
</style>
background-color css
<style>
a { background-color: #E8E8FB; }
a { background-color: rgb(232,232,251); }
div.DivClassName
{
background-color: #E8E8FB;
}
.BgClassName
{
background-color: #E8E8FB;
}
</style>
border-color css
<style>
span { border-color: #E8E8FB; }
span { border-color: rgb(232,232,251); }
td.TdClassName
{
border-color: #E8E8FB;
}
.TagClassName
{
border-color: #E8E8FB;
}
</style>