Shades of Lavender #E2E2F8
Tints of Lavender #E2E2F8
RGB
CMYK
RGB Variations
Color information
#E2E2F8 (or 0xE2E2F8) is known color: Lavender. HEX triplet: E2, E2 and F8. RGB value is (226,226,248). Sum of RGB (Red+Green+Blue) = 226+226+248=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E2F8 is #1D1D07. Grayscale: #E4E4E4. Windows color (decimal): -1907976 or 16311010. OLE color: 16311010.
HSL color Cylindrical-coordinate representation of color #E2E2F8: hue angle of 240º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E2F8 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 226 | 248 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.03 |
| HSL | 240º | 0.61% | 0.93% | - |
| HSV(B) | 240º | 0.09% | 0.97% | - |
| XYZ | 75.5 | 77.34 | 99.76 | - |
| YUV | 228.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 248 | 0.09 | 0.09 | 0 | 0.03 | 240 | 0.61 | 0.93 |
| Hex | E2 | E2 | F8 | 9 | 9 | 0 | 3 | F0 | 3D | 5D |
| Octal | 342 | 342 | 370 | 11 | 11 | 0 | 3 | 360 | 75 | 135 |
| Binary | 11100010 | 11100010 | 11111000 | 1001 | 1001 | 0 | 11 | 11110000 | 111101 | 1011101 |
Color Harmonies of #E2E2F8
Complementary color
Monochromatic Colors of #E2E2F8
Black with #E2E2F8
Text Example
Text Example
White with #E2E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E2F8; }
p { color: rgb(226,226,248); }
H1.HeaderClassName
{
color: #E2E2F8;
}
.AnyTagClassName
{
color: #E2E2F8;
}
</style>
background-color css
<style>
a { background-color: #E2E2F8; }
a { background-color: rgb(226,226,248); }
div.DivClassName
{
background-color: #E2E2F8;
}
.BgClassName
{
background-color: #E2E2F8;
}
</style>
border-color css
<style>
span { border-color: #E2E2F8; }
span { border-color: rgb(226,226,248); }
td.TdClassName
{
border-color: #E2E2F8;
}
.TagClassName
{
border-color: #E2E2F8;
}
</style>