Shades of Lavender #E4E1F3
Tints of Lavender #E4E1F3
RGB
CMYK
RGB Variations
Color information
#E4E1F3 (or 0xE4E1F3) is known color: Lavender. HEX triplet: E4, E1 and F3. RGB value is (228,225,243). Sum of RGB (Red+Green+Blue) = 228+225+243=696 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.76% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4E1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E1F3 is #1B1E0C. Grayscale: #E3E3E3. Windows color (decimal): -1777165 or 15983076. OLE color: 15983076.
HSL color Cylindrical-coordinate representation of color #E4E1F3: hue angle of 250º degrees, saturation: 0.43, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4E1F3 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 225 | 243 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.05 |
| HSL | 250º | 0.43% | 0.92% | - |
| HSV(B) | 250º | 0.07% | 0.95% | - |
| XYZ | 75.1 | 76.82 | 95.66 | - |
| YUV | 227.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 243 | 0.06 | 0.07 | 0 | 0.05 | 250 | 0.43 | 0.92 |
| Hex | E4 | E1 | F3 | 6 | 7 | 0 | 5 | FA | 2B | 5C |
| Octal | 344 | 341 | 363 | 6 | 7 | 0 | 5 | 372 | 53 | 134 |
| Binary | 11100100 | 11100001 | 11110011 | 110 | 111 | 0 | 101 | 11111010 | 101011 | 1011100 |
Color Harmonies of #E4E1F3
Complementary color
Monochromatic Colors of #E4E1F3
Black with #E4E1F3
Text Example
Text Example
White with #E4E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E1F3; }
p { color: rgb(228,225,243); }
H1.HeaderClassName
{
color: #E4E1F3;
}
.AnyTagClassName
{
color: #E4E1F3;
}
</style>
background-color css
<style>
a { background-color: #E4E1F3; }
a { background-color: rgb(228,225,243); }
div.DivClassName
{
background-color: #E4E1F3;
}
.BgClassName
{
background-color: #E4E1F3;
}
</style>
border-color css
<style>
span { border-color: #E4E1F3; }
span { border-color: rgb(228,225,243); }
td.TdClassName
{
border-color: #E4E1F3;
}
.TagClassName
{
border-color: #E4E1F3;
}
</style>