Shades of Lavender #E5E4FC
Tints of Lavender #E5E4FC
RGB
CMYK
RGB Variations
Color information
#E5E4FC (or 0xE5E4FC) is known color: Lavender. HEX triplet: E5, E4 and FC. RGB value is (229,228,252). Sum of RGB (Red+Green+Blue) = 229+228+252=709 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.30% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5E4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4FC is #1A1B03. Grayscale: #E6E6E6. Windows color (decimal): -1710852 or 16573669. OLE color: 16573669.
HSL color Cylindrical-coordinate representation of color #E5E4FC: hue angle of 242.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E4FC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 228 | 252 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.01 |
| HSL | 242.5º | 0.8% | 0.94% | - |
| HSV(B) | 242.5º | 0.1% | 0.99% | - |
| XYZ | 77.63 | 79.17 | 103.29 | - |
| YUV | 231.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 252 | 0.09 | 0.10 | 0 | 0.01 | 242.5 | 0.8 | 0.94 |
| Hex | E5 | E4 | FC | 9 | A | 0 | 1 | F2 | 50 | 5E |
| Octal | 345 | 344 | 374 | 11 | 12 | 0 | 1 | 362 | 120 | 136 |
| Binary | 11100101 | 11100100 | 11111100 | 1001 | 1010 | 0 | 1 | 11110010 | 1010000 | 1011110 |
Color Harmonies of #E5E4FC
Complementary color
Monochromatic Colors of #E5E4FC
Black with #E5E4FC
Text Example
Text Example
White with #E5E4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4FC; }
p { color: rgb(229,228,252); }
H1.HeaderClassName
{
color: #E5E4FC;
}
.AnyTagClassName
{
color: #E5E4FC;
}
</style>
background-color css
<style>
a { background-color: #E5E4FC; }
a { background-color: rgb(229,228,252); }
div.DivClassName
{
background-color: #E5E4FC;
}
.BgClassName
{
background-color: #E5E4FC;
}
</style>
border-color css
<style>
span { border-color: #E5E4FC; }
span { border-color: rgb(229,228,252); }
td.TdClassName
{
border-color: #E5E4FC;
}
.TagClassName
{
border-color: #E5E4FC;
}
</style>