Shades of Lavender #E2E4F7
Tints of Lavender #E2E4F7
RGB
CMYK
RGB Variations
Color information
#E2E4F7 (or 0xE2E4F7) is known color: Lavender. HEX triplet: E2, E4 and F7. RGB value is (226,228,247). Sum of RGB (Red+Green+Blue) = 226+228+247=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2E4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4F7 is #1D1B08. Grayscale: #E5E5E5. Windows color (decimal): -1907465 or 16245986. OLE color: 16245986.
HSL color Cylindrical-coordinate representation of color #E2E4F7: hue angle of 234.29º degrees, saturation: 0.57, 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 #E2E4F7 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 226 | 228 | 247 | - |
CMYK | 0.09 | 0.08 | 0 | 0.03 |
HSL | 234.29º | 0.57% | 0.93% | - |
HSV(B) | 234.29º | 0.09% | 0.97% | - |
XYZ | 75.9 | 78.37 | 99.12 | - |
YUV | 229.57 | 137.84 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 228 | 247 | 0.09 | 0.08 | 0 | 0.03 | 234.29 | 0.57 | 0.93 |
Hex | E2 | E4 | F7 | 9 | 8 | 0 | 3 | EA | 39 | 5D |
Octal | 342 | 344 | 367 | 11 | 10 | 0 | 3 | 352 | 71 | 135 |
Binary | 11100010 | 11100100 | 11110111 | 1001 | 1000 | 0 | 11 | 11101010 | 111001 | 1011101 |
Color Harmonies of #E2E4F7
Complementary color
Monochromatic Colors of #E2E4F7
Black with #E2E4F7
Text Example
Text Example
White with #E2E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4F7; }
p { color: rgb(226,228,247); }
H1.HeaderClassName
{
color: #E2E4F7;
}
.AnyTagClassName
{
color: #E2E4F7;
}
</style>
background-color css
<style>
a { background-color: #E2E4F7; }
a { background-color: rgb(226,228,247); }
div.DivClassName
{
background-color: #E2E4F7;
}
.BgClassName
{
background-color: #E2E4F7;
}
</style>
border-color css
<style>
span { border-color: #E2E4F7; }
span { border-color: rgb(226,228,247); }
td.TdClassName
{
border-color: #E2E4F7;
}
.TagClassName
{
border-color: #E2E4F7;
}
</style>