Shades of Lavender #E5E1F3
Tints of Lavender #E5E1F3
RGB
CMYK
RGB Variations
Color information
#E5E1F3 (or 0xE5E1F3) is known color: Lavender. HEX triplet: E5, E1 and F3. RGB value is (229,225,243). Sum of RGB (Red+Green+Blue) = 229+225+243=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5E1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1F3 is #1A1E0C. Grayscale: #E4E4E4. Windows color (decimal): -1711629 or 15983077. OLE color: 15983077.
HSL color Cylindrical-coordinate representation of color #E5E1F3: hue angle of 253.33º 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 #E5E1F3 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 225 | 243 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.05 |
| HSL | 253.33º | 0.43% | 0.92% | - |
| HSV(B) | 253.33º | 0.07% | 0.95% | - |
| XYZ | 75.42 | 76.98 | 95.68 | - |
| YUV | 228.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 243 | 0.06 | 0.07 | 0 | 0.05 | 253.33 | 0.43 | 0.92 |
| Hex | E5 | E1 | F3 | 6 | 7 | 0 | 5 | FD | 2B | 5C |
| Octal | 345 | 341 | 363 | 6 | 7 | 0 | 5 | 375 | 53 | 134 |
| Binary | 11100101 | 11100001 | 11110011 | 110 | 111 | 0 | 101 | 11111101 | 101011 | 1011100 |
Color Harmonies of #E5E1F3
Complementary color
Monochromatic Colors of #E5E1F3
Black with #E5E1F3
Text Example
Text Example
White with #E5E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1F3; }
p { color: rgb(229,225,243); }
H1.HeaderClassName
{
color: #E5E1F3;
}
.AnyTagClassName
{
color: #E5E1F3;
}
</style>
background-color css
<style>
a { background-color: #E5E1F3; }
a { background-color: rgb(229,225,243); }
div.DivClassName
{
background-color: #E5E1F3;
}
.BgClassName
{
background-color: #E5E1F3;
}
</style>
border-color css
<style>
span { border-color: #E5E1F3; }
span { border-color: rgb(229,225,243); }
td.TdClassName
{
border-color: #E5E1F3;
}
.TagClassName
{
border-color: #E5E1F3;
}
</style>