Shades of Lavender #E2E4FD
Tints of Lavender #E2E4FD
RGB
CMYK
RGB Variations
Color information
#E2E4FD (or 0xE2E4FD) is known color: Lavender. HEX triplet: E2, E4 and FD. RGB value is (226,228,253). Sum of RGB (Red+Green+Blue) = 226+228+253=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4FD is #1D1B02. Grayscale: #E6E6E6. Windows color (decimal): -1907459 or 16639202. OLE color: 16639202.
HSL color Cylindrical-coordinate representation of color #E2E4FD: hue angle of 235.56º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E4FD is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 228 | 253 | - |
CMYK | 0.11 | 0.10 | 0 | 0.01 |
HSL | 235.56º | 0.87% | 0.94% | - |
HSV(B) | 235.56º | 0.11% | 0.99% | - |
XYZ | 76.84 | 78.75 | 104.08 | - |
YUV | 230.25 | 140.84 | 124.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 228 | 253 | 0.11 | 0.10 | 0 | 0.01 | 235.56 | 0.87 | 0.94 |
Hex | E2 | E4 | FD | B | A | 0 | 1 | EC | 57 | 5E |
Octal | 342 | 344 | 375 | 13 | 12 | 0 | 1 | 354 | 127 | 136 |
Binary | 11100010 | 11100100 | 11111101 | 1011 | 1010 | 0 | 1 | 11101100 | 1010111 | 1011110 |
Color Harmonies of #E2E4FD
Complementary color
Monochromatic Colors of #E2E4FD
Black with #E2E4FD
Text Example
Text Example
White with #E2E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4FD; }
p { color: rgb(226,228,253); }
H1.HeaderClassName
{
color: #E2E4FD;
}
.AnyTagClassName
{
color: #E2E4FD;
}
</style>
background-color css
<style>
a { background-color: #E2E4FD; }
a { background-color: rgb(226,228,253); }
div.DivClassName
{
background-color: #E2E4FD;
}
.BgClassName
{
background-color: #E2E4FD;
}
</style>
border-color css
<style>
span { border-color: #E2E4FD; }
span { border-color: rgb(226,228,253); }
td.TdClassName
{
border-color: #E2E4FD;
}
.TagClassName
{
border-color: #E2E4FD;
}
</style>