Shades of Lavender #E8E7FD
Tints of Lavender #E8E7FD
RGB
CMYK
RGB Variations
Color information
#E8E7FD (or 0xE8E7FD) is known color: Lavender. HEX triplet: E8, E7 and FD. RGB value is (232,231,253). Sum of RGB (Red+Green+Blue) = 232+231+253=716 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.40% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E7FD is #171802. Grayscale: #E9E9E9. Windows color (decimal): -1513475 or 16639976. OLE color: 16639976.
HSL color Cylindrical-coordinate representation of color #E8E7FD: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8E7FD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 231 | 253 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.01 |
| HSL | 242.73º | 0.85% | 0.95% | - |
| HSV(B) | 242.73º | 0.09% | 0.99% | - |
| XYZ | 79.58 | 81.4 | 104.45 | - |
| YUV | 233.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 253 | 0.08 | 0.09 | 0 | 0.01 | 242.73 | 0.85 | 0.95 |
| Hex | E8 | E7 | FD | 8 | 9 | 0 | 1 | F3 | 55 | 5F |
| Octal | 350 | 347 | 375 | 10 | 11 | 0 | 1 | 363 | 125 | 137 |
| Binary | 11101000 | 11100111 | 11111101 | 1000 | 1001 | 0 | 1 | 11110011 | 1010101 | 1011111 |
Color Harmonies of #E8E7FD
Complementary color
Monochromatic Colors of #E8E7FD
Black with #E8E7FD
Text Example
Text Example
White with #E8E7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E7FD; }
p { color: rgb(232,231,253); }
H1.HeaderClassName
{
color: #E8E7FD;
}
.AnyTagClassName
{
color: #E8E7FD;
}
</style>
background-color css
<style>
a { background-color: #E8E7FD; }
a { background-color: rgb(232,231,253); }
div.DivClassName
{
background-color: #E8E7FD;
}
.BgClassName
{
background-color: #E8E7FD;
}
</style>
border-color css
<style>
span { border-color: #E8E7FD; }
span { border-color: rgb(232,231,253); }
td.TdClassName
{
border-color: #E8E7FD;
}
.TagClassName
{
border-color: #E8E7FD;
}
</style>