Shades of Lavender #E4E2F2
Tints of Lavender #E4E2F2
RGB
CMYK
RGB Variations
Color information
#E4E2F2 (or 0xE4E2F2) is known color: Lavender. HEX triplet: E4, E2 and F2. RGB value is (228,226,242). Sum of RGB (Red+Green+Blue) = 228+226+242=696 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.76% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4E2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E2F2 is #1B1D0D. Grayscale: #E4E4E4. Windows color (decimal): -1776910 or 15917796. OLE color: 15917796.
HSL color Cylindrical-coordinate representation of color #E4E2F2: hue angle of 247.5º degrees, saturation: 0.38, 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 #E4E2F2 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 226 | 242 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.05 |
| HSL | 247.5º | 0.38% | 0.92% | - |
| HSV(B) | 247.5º | 0.07% | 0.95% | - |
| XYZ | 75.22 | 77.3 | 94.96 | - |
| YUV | 228.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 242 | 0.06 | 0.07 | 0 | 0.05 | 247.5 | 0.38 | 0.92 |
| Hex | E4 | E2 | F2 | 6 | 7 | 0 | 5 | F8 | 26 | 5C |
| Octal | 344 | 342 | 362 | 6 | 7 | 0 | 5 | 370 | 46 | 134 |
| Binary | 11100100 | 11100010 | 11110010 | 110 | 111 | 0 | 101 | 11111000 | 100110 | 1011100 |
Color Harmonies of #E4E2F2
Complementary color
Monochromatic Colors of #E4E2F2
Black with #E4E2F2
Text Example
Text Example
White with #E4E2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E2F2; }
p { color: rgb(228,226,242); }
H1.HeaderClassName
{
color: #E4E2F2;
}
.AnyTagClassName
{
color: #E4E2F2;
}
</style>
background-color css
<style>
a { background-color: #E4E2F2; }
a { background-color: rgb(228,226,242); }
div.DivClassName
{
background-color: #E4E2F2;
}
.BgClassName
{
background-color: #E4E2F2;
}
</style>
border-color css
<style>
span { border-color: #E4E2F2; }
span { border-color: rgb(228,226,242); }
td.TdClassName
{
border-color: #E4E2F2;
}
.TagClassName
{
border-color: #E4E2F2;
}
</style>