Shades of Lavender #E5E7FC
Tints of Lavender #E5E7FC
RGB
CMYK
RGB Variations
Color information
#E5E7FC (or 0xE5E7FC) is known color: Lavender. HEX triplet: E5, E7 and FC. RGB value is (229,231,252). Sum of RGB (Red+Green+Blue) = 229+231+252=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 231 (90.62% from 255 or 32.44% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7FC is #1A1803. Grayscale: #E8E8E8. Windows color (decimal): -1710084 or 16574437. OLE color: 16574437.
HSL color Cylindrical-coordinate representation of color #E5E7FC: hue angle of 234.78º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E7FC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 231 | 252 | - |
CMYK | 0.09 | 0.08 | 0 | 0.01 |
HSL | 234.78º | 0.79% | 0.94% | - |
HSV(B) | 234.78º | 0.09% | 0.99% | - |
XYZ | 78.46 | 80.84 | 103.56 | - |
YUV | 232.8 | 138.84 | 125.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 252 | 0.09 | 0.08 | 0 | 0.01 | 234.78 | 0.79 | 0.94 |
Hex | E5 | E7 | FC | 9 | 8 | 0 | 1 | EB | 4F | 5E |
Octal | 345 | 347 | 374 | 11 | 10 | 0 | 1 | 353 | 117 | 136 |
Binary | 11100101 | 11100111 | 11111100 | 1001 | 1000 | 0 | 1 | 11101011 | 1001111 | 1011110 |
Color Harmonies of #E5E7FC
Complementary color
Monochromatic Colors of #E5E7FC
Black with #E5E7FC
Text Example
Text Example
White with #E5E7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7FC; }
p { color: rgb(229,231,252); }
H1.HeaderClassName
{
color: #E5E7FC;
}
.AnyTagClassName
{
color: #E5E7FC;
}
</style>
background-color css
<style>
a { background-color: #E5E7FC; }
a { background-color: rgb(229,231,252); }
div.DivClassName
{
background-color: #E5E7FC;
}
.BgClassName
{
background-color: #E5E7FC;
}
</style>
border-color css
<style>
span { border-color: #E5E7FC; }
span { border-color: rgb(229,231,252); }
td.TdClassName
{
border-color: #E5E7FC;
}
.TagClassName
{
border-color: #E5E7FC;
}
</style>