Shades of Lavender #E8ECFC
Tints of Lavender #E8ECFC
RGB
CMYK
RGB Variations
Color information
#E8ECFC (or 0xE8ECFC) is known color: Lavender. HEX triplet: E8, EC and FC. RGB value is (232,236,252). Sum of RGB (Red+Green+Blue) = 232+236+252=720 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.22% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8ECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8ECFC is #171303. Grayscale: #ECECEC. Windows color (decimal): -1512196 or 16575720. OLE color: 16575720.
HSL color Cylindrical-coordinate representation of color #E8ECFC: hue angle of 228º 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 #E8ECFC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 236 | 252 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.01 |
| HSL | 228º | 0.77% | 0.95% | - |
| HSV(B) | 228º | 0.08% | 0.99% | - |
| XYZ | 80.84 | 84.17 | 104.08 | - |
| YUV | 236.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 236 | 252 | 0.08 | 0.06 | 0 | 0.01 | 228 | 0.77 | 0.95 |
| Hex | E8 | EC | FC | 8 | 6 | 0 | 1 | E4 | 4D | 5F |
| Octal | 350 | 354 | 374 | 10 | 6 | 0 | 1 | 344 | 115 | 137 |
| Binary | 11101000 | 11101100 | 11111100 | 1000 | 110 | 0 | 1 | 11100100 | 1001101 | 1011111 |
Color Harmonies of #E8ECFC
Complementary color
Monochromatic Colors of #E8ECFC
Black with #E8ECFC
Text Example
Text Example
White with #E8ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ECFC; }
p { color: rgb(232,236,252); }
H1.HeaderClassName
{
color: #E8ECFC;
}
.AnyTagClassName
{
color: #E8ECFC;
}
</style>
background-color css
<style>
a { background-color: #E8ECFC; }
a { background-color: rgb(232,236,252); }
div.DivClassName
{
background-color: #E8ECFC;
}
.BgClassName
{
background-color: #E8ECFC;
}
</style>
border-color css
<style>
span { border-color: #E8ECFC; }
span { border-color: rgb(232,236,252); }
td.TdClassName
{
border-color: #E8ECFC;
}
.TagClassName
{
border-color: #E8ECFC;
}
</style>