Shades of Lavender #E4E0FC
Tints of Lavender #E4E0FC
RGB
CMYK
RGB Variations
Color information
#E4E0FC (or 0xE4E0FC) is known color: Lavender. HEX triplet: E4, E0 and FC. RGB value is (228,224,252). Sum of RGB (Red+Green+Blue) = 228+224+252=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E0FC is #1B1F03. Grayscale: #E4E4E4. Windows color (decimal): -1777412 or 16572644. OLE color: 16572644.
HSL color Cylindrical-coordinate representation of color #E4E0FC: hue angle of 248.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4E0FC is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 224 | 252 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.01 |
| HSL | 248.57º | 0.82% | 0.93% | - |
| HSV(B) | 248.57º | 0.11% | 0.99% | - |
| XYZ | 76.22 | 76.83 | 102.91 | - |
| YUV | 228.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 252 | 0.10 | 0.11 | 0 | 0.01 | 248.57 | 0.82 | 0.93 |
| Hex | E4 | E0 | FC | A | B | 0 | 1 | F9 | 52 | 5D |
| Octal | 344 | 340 | 374 | 12 | 13 | 0 | 1 | 371 | 122 | 135 |
| Binary | 11100100 | 11100000 | 11111100 | 1010 | 1011 | 0 | 1 | 11111001 | 1010010 | 1011101 |
Color Harmonies of #E4E0FC
Complementary color
Monochromatic Colors of #E4E0FC
Black with #E4E0FC
Text Example
Text Example
White with #E4E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E0FC; }
p { color: rgb(228,224,252); }
H1.HeaderClassName
{
color: #E4E0FC;
}
.AnyTagClassName
{
color: #E4E0FC;
}
</style>
background-color css
<style>
a { background-color: #E4E0FC; }
a { background-color: rgb(228,224,252); }
div.DivClassName
{
background-color: #E4E0FC;
}
.BgClassName
{
background-color: #E4E0FC;
}
</style>
border-color css
<style>
span { border-color: #E4E0FC; }
span { border-color: rgb(228,224,252); }
td.TdClassName
{
border-color: #E4E0FC;
}
.TagClassName
{
border-color: #E4E0FC;
}
</style>