Shades of Lavender #E2E5FD
Tints of Lavender #E2E5FD
RGB
CMYK
RGB Variations
Color information
#E2E5FD (or 0xE2E5FD) is known color: Lavender. HEX triplet: E2, E5 and FD. RGB value is (226,229,253). Sum of RGB (Red+Green+Blue) = 226+229+253=708 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.92% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5FD is #1D1A02. Grayscale: #E6E6E6. Windows color (decimal): -1907203 or 16639458. OLE color: 16639458.
HSL color Cylindrical-coordinate representation of color #E2E5FD: hue angle of 233.33º 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 #E2E5FD is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 229 | 253 | - |
CMYK | 0.11 | 0.09 | 0 | 0.01 |
HSL | 233.33º | 0.87% | 0.94% | - |
HSV(B) | 233.33º | 0.11% | 0.99% | - |
XYZ | 77.11 | 79.3 | 104.17 | - |
YUV | 230.84 | 140.51 | 124.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 229 | 253 | 0.11 | 0.09 | 0 | 0.01 | 233.33 | 0.87 | 0.94 |
Hex | E2 | E5 | FD | B | 9 | 0 | 1 | E9 | 57 | 5E |
Octal | 342 | 345 | 375 | 13 | 11 | 0 | 1 | 351 | 127 | 136 |
Binary | 11100010 | 11100101 | 11111101 | 1011 | 1001 | 0 | 1 | 11101001 | 1010111 | 1011110 |
Color Harmonies of #E2E5FD
Complementary color
Monochromatic Colors of #E2E5FD
Black with #E2E5FD
Text Example
Text Example
White with #E2E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5FD; }
p { color: rgb(226,229,253); }
H1.HeaderClassName
{
color: #E2E5FD;
}
.AnyTagClassName
{
color: #E2E5FD;
}
</style>
background-color css
<style>
a { background-color: #E2E5FD; }
a { background-color: rgb(226,229,253); }
div.DivClassName
{
background-color: #E2E5FD;
}
.BgClassName
{
background-color: #E2E5FD;
}
</style>
border-color css
<style>
span { border-color: #E2E5FD; }
span { border-color: rgb(226,229,253); }
td.TdClassName
{
border-color: #E2E5FD;
}
.TagClassName
{
border-color: #E2E5FD;
}
</style>