Shades of Lavender #E8EAFD
Tints of Lavender #E8EAFD
RGB
CMYK
RGB Variations
Color information
#E8EAFD (or 0xE8EAFD) is known color: Lavender. HEX triplet: E8, EA and FD. RGB value is (232,234,253). Sum of RGB (Red+Green+Blue) = 232+234+253=719 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.27% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EAFD is #171502. Grayscale: #EBEBEB. Windows color (decimal): -1512707 or 16640744. OLE color: 16640744.
HSL color Cylindrical-coordinate representation of color #E8EAFD: hue angle of 234.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8EAFD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 234 | 253 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.01 |
| HSL | 234.29º | 0.84% | 0.95% | - |
| HSV(B) | 234.29º | 0.08% | 0.99% | - |
| XYZ | 80.43 | 83.09 | 104.73 | - |
| YUV | 235.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 253 | 0.08 | 0.08 | 0 | 0.01 | 234.29 | 0.84 | 0.95 |
| Hex | E8 | EA | FD | 8 | 8 | 0 | 1 | EA | 54 | 5F |
| Octal | 350 | 352 | 375 | 10 | 10 | 0 | 1 | 352 | 124 | 137 |
| Binary | 11101000 | 11101010 | 11111101 | 1000 | 1000 | 0 | 1 | 11101010 | 1010100 | 1011111 |
Color Harmonies of #E8EAFD
Complementary color
Monochromatic Colors of #E8EAFD
Black with #E8EAFD
Text Example
Text Example
White with #E8EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EAFD; }
p { color: rgb(232,234,253); }
H1.HeaderClassName
{
color: #E8EAFD;
}
.AnyTagClassName
{
color: #E8EAFD;
}
</style>
background-color css
<style>
a { background-color: #E8EAFD; }
a { background-color: rgb(232,234,253); }
div.DivClassName
{
background-color: #E8EAFD;
}
.BgClassName
{
background-color: #E8EAFD;
}
</style>
border-color css
<style>
span { border-color: #E8EAFD; }
span { border-color: rgb(232,234,253); }
td.TdClassName
{
border-color: #E8EAFD;
}
.TagClassName
{
border-color: #E8EAFD;
}
</style>