Shades of Lavender #E2E5FB
Tints of Lavender #E2E5FB
RGB
CMYK
RGB Variations
Color information
#E2E5FB (or 0xE2E5FB) is known color: Lavender. HEX triplet: E2, E5 and FB. RGB value is (226,229,251). Sum of RGB (Red+Green+Blue) = 226+229+251=706 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.01% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5FB is #1D1A04. Grayscale: #E6E6E6. Windows color (decimal): -1907205 or 16508386. OLE color: 16508386.
HSL color Cylindrical-coordinate representation of color #E2E5FB: hue angle of 232.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E5FB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 229 | 251 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.02 |
| HSL | 232.8º | 0.76% | 0.94% | - |
| HSV(B) | 232.8º | 0.1% | 0.98% | - |
| XYZ | 76.8 | 79.17 | 102.5 | - |
| YUV | 230.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 251 | 0.10 | 0.09 | 0 | 0.02 | 232.8 | 0.76 | 0.94 |
| Hex | E2 | E5 | FB | A | 9 | 0 | 2 | E9 | 4C | 5E |
| Octal | 342 | 345 | 373 | 12 | 11 | 0 | 2 | 351 | 114 | 136 |
| Binary | 11100010 | 11100101 | 11111011 | 1010 | 1001 | 0 | 10 | 11101001 | 1001100 | 1011110 |
Color Harmonies of #E2E5FB
Complementary color
Monochromatic Colors of #E2E5FB
Black with #E2E5FB
Text Example
Text Example
White with #E2E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5FB; }
p { color: rgb(226,229,251); }
H1.HeaderClassName
{
color: #E2E5FB;
}
.AnyTagClassName
{
color: #E2E5FB;
}
</style>
background-color css
<style>
a { background-color: #E2E5FB; }
a { background-color: rgb(226,229,251); }
div.DivClassName
{
background-color: #E2E5FB;
}
.BgClassName
{
background-color: #E2E5FB;
}
</style>
border-color css
<style>
span { border-color: #E2E5FB; }
span { border-color: rgb(226,229,251); }
td.TdClassName
{
border-color: #E2E5FB;
}
.TagClassName
{
border-color: #E2E5FB;
}
</style>