Shades of Lavender #E2E5FC
Tints of Lavender #E2E5FC
RGB
CMYK
RGB Variations
Color information
#E2E5FC (or 0xE2E5FC) is known color: Lavender. HEX triplet: E2, E5 and FC. RGB value is (226,229,252). Sum of RGB (Red+Green+Blue) = 226+229+252=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5FC is #1D1A03. Grayscale: #E6E6E6. Windows color (decimal): -1907204 or 16573922. OLE color: 16573922.
HSL color Cylindrical-coordinate representation of color #E2E5FC: hue angle of 233.08º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E5FC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 229 | 252 | - |
CMYK | 0.10 | 0.09 | 0 | 0.01 |
HSL | 233.08º | 0.81% | 0.94% | - |
HSV(B) | 233.08º | 0.1% | 0.99% | - |
XYZ | 76.95 | 79.24 | 103.33 | - |
YUV | 230.73 | 140.01 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 229 | 252 | 0.10 | 0.09 | 0 | 0.01 | 233.08 | 0.81 | 0.94 |
Hex | E2 | E5 | FC | A | 9 | 0 | 1 | E9 | 51 | 5E |
Octal | 342 | 345 | 374 | 12 | 11 | 0 | 1 | 351 | 121 | 136 |
Binary | 11100010 | 11100101 | 11111100 | 1010 | 1001 | 0 | 1 | 11101001 | 1010001 | 1011110 |
Color Harmonies of #E2E5FC
Complementary color
Monochromatic Colors of #E2E5FC
Black with #E2E5FC
Text Example
Text Example
White with #E2E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5FC; }
p { color: rgb(226,229,252); }
H1.HeaderClassName
{
color: #E2E5FC;
}
.AnyTagClassName
{
color: #E2E5FC;
}
</style>
background-color css
<style>
a { background-color: #E2E5FC; }
a { background-color: rgb(226,229,252); }
div.DivClassName
{
background-color: #E2E5FC;
}
.BgClassName
{
background-color: #E2E5FC;
}
</style>
border-color css
<style>
span { border-color: #E2E5FC; }
span { border-color: rgb(226,229,252); }
td.TdClassName
{
border-color: #E2E5FC;
}
.TagClassName
{
border-color: #E2E5FC;
}
</style>