Shades of Lavender #E8EBFC
Tints of Lavender #E8EBFC
RGB
CMYK
RGB Variations
Color information
#E8EBFC (or 0xE8EBFC) is known color: Lavender. HEX triplet: E8, EB and FC. RGB value is (232,235,252). Sum of RGB (Red+Green+Blue) = 232+235+252=719 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.27% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8EBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EBFC is #171403. Grayscale: #EBEBEB. Windows color (decimal): -1512452 or 16575464. OLE color: 16575464.
HSL color Cylindrical-coordinate representation of color #E8EBFC: hue angle of 231º degrees, saturation: 0.77, 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 #E8EBFC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 235 | 252 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.01 |
| HSL | 231º | 0.77% | 0.95% | - |
| HSV(B) | 231º | 0.08% | 0.99% | - |
| XYZ | 80.56 | 83.6 | 103.99 | - |
| YUV | 236.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 252 | 0.08 | 0.07 | 0 | 0.01 | 231 | 0.77 | 0.95 |
| Hex | E8 | EB | FC | 8 | 7 | 0 | 1 | E7 | 4D | 5F |
| Octal | 350 | 353 | 374 | 10 | 7 | 0 | 1 | 347 | 115 | 137 |
| Binary | 11101000 | 11101011 | 11111100 | 1000 | 111 | 0 | 1 | 11100111 | 1001101 | 1011111 |
Color Harmonies of #E8EBFC
Complementary color
Monochromatic Colors of #E8EBFC
Black with #E8EBFC
Text Example
Text Example
White with #E8EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBFC; }
p { color: rgb(232,235,252); }
H1.HeaderClassName
{
color: #E8EBFC;
}
.AnyTagClassName
{
color: #E8EBFC;
}
</style>
background-color css
<style>
a { background-color: #E8EBFC; }
a { background-color: rgb(232,235,252); }
div.DivClassName
{
background-color: #E8EBFC;
}
.BgClassName
{
background-color: #E8EBFC;
}
</style>
border-color css
<style>
span { border-color: #E8EBFC; }
span { border-color: rgb(232,235,252); }
td.TdClassName
{
border-color: #E8EBFC;
}
.TagClassName
{
border-color: #E8EBFC;
}
</style>