Shades of Lavender #E5E7FF
Tints of Lavender #E5E7FF
RGB
CMYK
RGB Variations
Color information
#E5E7FF (or 0xE5E7FF) is known color: Lavender. HEX triplet: E5, E7 and FF. RGB value is (229,231,255). Sum of RGB (Red+Green+Blue) = 229+231+255=715 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.03% from 715); Green value is 231 (90.62% from 255 or 32.31% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7FF is #1A1800. Grayscale: #E9E9E9. Windows color (decimal): -1710081 or 16771045. OLE color: 16771045.
HSL color Cylindrical-coordinate representation of color #E5E7FF: hue angle of 235.38º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E7FF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 231 | 255 | - |
CMYK | 0.10 | 0.09 | 0 | 0 |
HSL | 235.38º | 1% | 0.95% | - |
HSV(B) | 235.38º | 0.1% | 1% | - |
XYZ | 78.94 | 81.03 | 106.09 | - |
YUV | 233.14 | 140.34 | 125.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 255 | 0.10 | 0.09 | 0 | 0 | 235.38 | 1 | 0.95 |
Hex | E5 | E7 | FF | A | 9 | 0 | 0 | EB | 64 | 5F |
Octal | 345 | 347 | 377 | 12 | 11 | 0 | 0 | 353 | 144 | 137 |
Binary | 11100101 | 11100111 | 11111111 | 1010 | 1001 | 0 | 0 | 11101011 | 1100100 | 1011111 |
Color Harmonies of #E5E7FF
Complementary color
Monochromatic Colors of #E5E7FF
Black with #E5E7FF
Text Example
Text Example
White with #E5E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7FF; }
p { color: rgb(229,231,255); }
H1.HeaderClassName
{
color: #E5E7FF;
}
.AnyTagClassName
{
color: #E5E7FF;
}
</style>
background-color css
<style>
a { background-color: #E5E7FF; }
a { background-color: rgb(229,231,255); }
div.DivClassName
{
background-color: #E5E7FF;
}
.BgClassName
{
background-color: #E5E7FF;
}
</style>
border-color css
<style>
span { border-color: #E5E7FF; }
span { border-color: rgb(229,231,255); }
td.TdClassName
{
border-color: #E5E7FF;
}
.TagClassName
{
border-color: #E5E7FF;
}
</style>