Shades of Lavender #E5E7FE
Tints of Lavender #E5E7FE
RGB
CMYK
RGB Variations
Color information
#E5E7FE (or 0xE5E7FE) is known color: Lavender. HEX triplet: E5, E7 and FE. RGB value is (229,231,254). Sum of RGB (Red+Green+Blue) = 229+231+254=714 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.07% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7FE is #1A1801. Grayscale: #E8E8E8. Windows color (decimal): -1710082 or 16705509. OLE color: 16705509.
HSL color Cylindrical-coordinate representation of color #E5E7FE: hue angle of 235.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E7FE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 231 | 254 | - |
CMYK | 0.10 | 0.09 | 0 | 0.00 |
HSL | 235.2º | 0.93% | 0.95% | - |
HSV(B) | 235.2º | 0.1% | 1% | - |
XYZ | 78.78 | 80.97 | 105.24 | - |
YUV | 233.02 | 139.84 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 254 | 0.10 | 0.09 | 0 | 0.00 | 235.2 | 0.93 | 0.95 |
Hex | E5 | E7 | FE | A | 9 | 0 | 0 | EB | 5D | 5F |
Octal | 345 | 347 | 376 | 12 | 11 | 0 | 0 | 353 | 135 | 137 |
Binary | 11100101 | 11100111 | 11111110 | 1010 | 1001 | 0 | 0 | 11101011 | 1011101 | 1011111 |
Color Harmonies of #E5E7FE
Complementary color
Monochromatic Colors of #E5E7FE
Black with #E5E7FE
Text Example
Text Example
White with #E5E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7FE; }
p { color: rgb(229,231,254); }
H1.HeaderClassName
{
color: #E5E7FE;
}
.AnyTagClassName
{
color: #E5E7FE;
}
</style>
background-color css
<style>
a { background-color: #E5E7FE; }
a { background-color: rgb(229,231,254); }
div.DivClassName
{
background-color: #E5E7FE;
}
.BgClassName
{
background-color: #E5E7FE;
}
</style>
border-color css
<style>
span { border-color: #E5E7FE; }
span { border-color: rgb(229,231,254); }
td.TdClassName
{
border-color: #E5E7FE;
}
.TagClassName
{
border-color: #E5E7FE;
}
</style>