Shades of Lavender #E2E5F6
Tints of Lavender #E2E5F6
RGB
CMYK
RGB Variations
Color information
#E2E5F6 (or 0xE2E5F6) is known color: Lavender. HEX triplet: E2, E5 and F6. RGB value is (226,229,246). Sum of RGB (Red+Green+Blue) = 226+229+246=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2E5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5F6 is #1D1A09. Grayscale: #E5E5E5. Windows color (decimal): -1907210 or 16180706. OLE color: 16180706.
HSL color Cylindrical-coordinate representation of color #E2E5F6: hue angle of 231º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2E5F6 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 229 | 246 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.04 |
| HSL | 231º | 0.53% | 0.93% | - |
| HSV(B) | 231º | 0.08% | 0.96% | - |
| XYZ | 76.02 | 78.86 | 98.4 | - |
| YUV | 230.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 246 | 0.08 | 0.07 | 0 | 0.04 | 231 | 0.53 | 0.93 |
| Hex | E2 | E5 | F6 | 8 | 7 | 0 | 4 | E7 | 35 | 5D |
| Octal | 342 | 345 | 366 | 10 | 7 | 0 | 4 | 347 | 65 | 135 |
| Binary | 11100010 | 11100101 | 11110110 | 1000 | 111 | 0 | 100 | 11100111 | 110101 | 1011101 |
Color Harmonies of #E2E5F6
Complementary color
Monochromatic Colors of #E2E5F6
Black with #E2E5F6
Text Example
Text Example
White with #E2E5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5F6; }
p { color: rgb(226,229,246); }
H1.HeaderClassName
{
color: #E2E5F6;
}
.AnyTagClassName
{
color: #E2E5F6;
}
</style>
background-color css
<style>
a { background-color: #E2E5F6; }
a { background-color: rgb(226,229,246); }
div.DivClassName
{
background-color: #E2E5F6;
}
.BgClassName
{
background-color: #E2E5F6;
}
</style>
border-color css
<style>
span { border-color: #E2E5F6; }
span { border-color: rgb(226,229,246); }
td.TdClassName
{
border-color: #E2E5F6;
}
.TagClassName
{
border-color: #E2E5F6;
}
</style>