Shades of Lavender #E5E8FC
Tints of Lavender #E5E8FC
RGB
CMYK
RGB Variations
Color information
#E5E8FC (or 0xE5E8FC) is known color: Lavender. HEX triplet: E5, E8 and FC. RGB value is (229,232,252). Sum of RGB (Red+Green+Blue) = 229+232+252=713 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.12% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E8FC is #1A1703. Grayscale: #E9E9E9. Windows color (decimal): -1709828 or 16574693. OLE color: 16574693.
HSL color Cylindrical-coordinate representation of color #E5E8FC: hue angle of 232.17º 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 #E5E8FC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 232 | 252 | - |
CMYK | 0.09 | 0.08 | 0 | 0.01 |
HSL | 232.17º | 0.79% | 0.94% | - |
HSV(B) | 232.17º | 0.09% | 0.99% | - |
XYZ | 78.74 | 81.4 | 103.66 | - |
YUV | 233.38 | 138.51 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 232 | 252 | 0.09 | 0.08 | 0 | 0.01 | 232.17 | 0.79 | 0.94 |
Hex | E5 | E8 | FC | 9 | 8 | 0 | 1 | E8 | 4F | 5E |
Octal | 345 | 350 | 374 | 11 | 10 | 0 | 1 | 350 | 117 | 136 |
Binary | 11100101 | 11101000 | 11111100 | 1001 | 1000 | 0 | 1 | 11101000 | 1001111 | 1011110 |
Color Harmonies of #E5E8FC
Complementary color
Monochromatic Colors of #E5E8FC
Black with #E5E8FC
Text Example
Text Example
White with #E5E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E8FC; }
p { color: rgb(229,232,252); }
H1.HeaderClassName
{
color: #E5E8FC;
}
.AnyTagClassName
{
color: #E5E8FC;
}
</style>
background-color css
<style>
a { background-color: #E5E8FC; }
a { background-color: rgb(229,232,252); }
div.DivClassName
{
background-color: #E5E8FC;
}
.BgClassName
{
background-color: #E5E8FC;
}
</style>
border-color css
<style>
span { border-color: #E5E8FC; }
span { border-color: rgb(229,232,252); }
td.TdClassName
{
border-color: #E5E8FC;
}
.TagClassName
{
border-color: #E5E8FC;
}
</style>