Shades of Lavender #E0E3FB
Tints of Lavender #E0E3FB
RGB
CMYK
RGB Variations
Color information
#E0E3FB (or 0xE0E3FB) is known color: Lavender. HEX triplet: E0, E3 and FB. RGB value is (224,227,251). Sum of RGB (Red+Green+Blue) = 224+227+251=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0E3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E3FB is #1F1C04. Grayscale: #E4E4E4. Windows color (decimal): -2038789 or 16507872. OLE color: 16507872.
HSL color Cylindrical-coordinate representation of color #E0E3FB: hue angle of 233.33º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0E3FB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 227 | 251 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.02 |
| HSL | 233.33º | 0.77% | 0.93% | - |
| HSV(B) | 233.33º | 0.11% | 0.98% | - |
| XYZ | 75.62 | 77.75 | 102.29 | - |
| YUV | 228.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 251 | 0.11 | 0.10 | 0 | 0.02 | 233.33 | 0.77 | 0.93 |
| Hex | E0 | E3 | FB | B | A | 0 | 2 | E9 | 4D | 5D |
| Octal | 340 | 343 | 373 | 13 | 12 | 0 | 2 | 351 | 115 | 135 |
| Binary | 11100000 | 11100011 | 11111011 | 1011 | 1010 | 0 | 10 | 11101001 | 1001101 | 1011101 |
Color Harmonies of #E0E3FB
Complementary color
Monochromatic Colors of #E0E3FB
Black with #E0E3FB
Text Example
Text Example
White with #E0E3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E3FB; }
p { color: rgb(224,227,251); }
H1.HeaderClassName
{
color: #E0E3FB;
}
.AnyTagClassName
{
color: #E0E3FB;
}
</style>
background-color css
<style>
a { background-color: #E0E3FB; }
a { background-color: rgb(224,227,251); }
div.DivClassName
{
background-color: #E0E3FB;
}
.BgClassName
{
background-color: #E0E3FB;
}
</style>
border-color css
<style>
span { border-color: #E0E3FB; }
span { border-color: rgb(224,227,251); }
td.TdClassName
{
border-color: #E0E3FB;
}
.TagClassName
{
border-color: #E0E3FB;
}
</style>