Shades of Lavender #E5E8FF
Tints of Lavender #E5E8FF
RGB
CMYK
RGB Variations
Color information
#E5E8FF (or 0xE5E8FF) is known color: Lavender. HEX triplet: E5, E8 and FF. RGB value is (229,232,255). Sum of RGB (Red+Green+Blue) = 229+232+255=716 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.98% from 716); Green value is 232 (91.02% from 255 or 32.40% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E8FF is #1A1700. Grayscale: #E9E9E9. Windows color (decimal): -1709825 or 16771301. OLE color: 16771301.
HSL color Cylindrical-coordinate representation of color #E5E8FF: hue angle of 233.08º 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 #E5E8FF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 232 | 255 | - |
CMYK | 0.10 | 0.09 | 0 | 0 |
HSL | 233.08º | 1% | 0.95% | - |
HSV(B) | 233.08º | 0.1% | 1% | - |
XYZ | 79.22 | 81.59 | 106.18 | - |
YUV | 233.73 | 140.01 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 232 | 255 | 0.10 | 0.09 | 0 | 0 | 233.08 | 1 | 0.95 |
Hex | E5 | E8 | FF | A | 9 | 0 | 0 | E9 | 64 | 5F |
Octal | 345 | 350 | 377 | 12 | 11 | 0 | 0 | 351 | 144 | 137 |
Binary | 11100101 | 11101000 | 11111111 | 1010 | 1001 | 0 | 0 | 11101001 | 1100100 | 1011111 |
Color Harmonies of #E5E8FF
Complementary color
Monochromatic Colors of #E5E8FF
Black with #E5E8FF
Text Example
Text Example
White with #E5E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E8FF; }
p { color: rgb(229,232,255); }
H1.HeaderClassName
{
color: #E5E8FF;
}
.AnyTagClassName
{
color: #E5E8FF;
}
</style>
background-color css
<style>
a { background-color: #E5E8FF; }
a { background-color: rgb(229,232,255); }
div.DivClassName
{
background-color: #E5E8FF;
}
.BgClassName
{
background-color: #E5E8FF;
}
</style>
border-color css
<style>
span { border-color: #E5E8FF; }
span { border-color: rgb(229,232,255); }
td.TdClassName
{
border-color: #E5E8FF;
}
.TagClassName
{
border-color: #E5E8FF;
}
</style>