Shades of Lavender #E2E4FF
Tints of Lavender #E2E4FF
RGB
CMYK
RGB Variations
Color information
#E2E4FF (or 0xE2E4FF) is known color: Lavender. HEX triplet: E2, E4 and FF. RGB value is (226,228,255). Sum of RGB (Red+Green+Blue) = 226+228+255=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4FF is #1D1B00. Grayscale: #E6E6E6. Windows color (decimal): -1907457 or 16770274. OLE color: 16770274.
HSL color Cylindrical-coordinate representation of color #E2E4FF: hue angle of 235.86º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E4FF is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 228 | 255 | - |
CMYK | 0.11 | 0.11 | 0 | 0 |
HSL | 235.86º | 1% | 0.94% | - |
HSV(B) | 235.86º | 0.11% | 1% | - |
XYZ | 77.16 | 78.88 | 105.77 | - |
YUV | 230.48 | 141.84 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 228 | 255 | 0.11 | 0.11 | 0 | 0 | 235.86 | 1 | 0.94 |
Hex | E2 | E4 | FF | B | B | 0 | 0 | EC | 64 | 5E |
Octal | 342 | 344 | 377 | 13 | 13 | 0 | 0 | 354 | 144 | 136 |
Binary | 11100010 | 11100100 | 11111111 | 1011 | 1011 | 0 | 0 | 11101100 | 1100100 | 1011110 |
Color Harmonies of #E2E4FF
Complementary color
Monochromatic Colors of #E2E4FF
Black with #E2E4FF
Text Example
Text Example
White with #E2E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4FF; }
p { color: rgb(226,228,255); }
H1.HeaderClassName
{
color: #E2E4FF;
}
.AnyTagClassName
{
color: #E2E4FF;
}
</style>
background-color css
<style>
a { background-color: #E2E4FF; }
a { background-color: rgb(226,228,255); }
div.DivClassName
{
background-color: #E2E4FF;
}
.BgClassName
{
background-color: #E2E4FF;
}
</style>
border-color css
<style>
span { border-color: #E2E4FF; }
span { border-color: rgb(226,228,255); }
td.TdClassName
{
border-color: #E2E4FF;
}
.TagClassName
{
border-color: #E2E4FF;
}
</style>