Shades of Lavender #E5EAFF
Tints of Lavender #E5EAFF
RGB
CMYK
RGB Variations
Color information
#E5EAFF (or 0xE5EAFF) is known color: Lavender. HEX triplet: E5, EA and FF. RGB value is (229,234,255). Sum of RGB (Red+Green+Blue) = 229+234+255=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAFF is #1A1500. Grayscale: #EAEAEA. Windows color (decimal): -1709313 or 16771813. OLE color: 16771813.
HSL color Cylindrical-coordinate representation of color #E5EAFF: hue angle of 228.46º 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 #E5EAFF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 234 | 255 | - |
| CMYK | 0.10 | 0.08 | 0 | 0 |
| HSL | 228.46º | 1% | 0.95% | - |
| HSV(B) | 228.46º | 0.1% | 1% | - |
| XYZ | 79.79 | 82.72 | 106.37 | - |
| YUV | 234.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 255 | 0.10 | 0.08 | 0 | 0 | 228.46 | 1 | 0.95 |
| Hex | E5 | EA | FF | A | 8 | 0 | 0 | E4 | 64 | 5F |
| Octal | 345 | 352 | 377 | 12 | 10 | 0 | 0 | 344 | 144 | 137 |
| Binary | 11100101 | 11101010 | 11111111 | 1010 | 1000 | 0 | 0 | 11100100 | 1100100 | 1011111 |
Color Harmonies of #E5EAFF
Complementary color
Monochromatic Colors of #E5EAFF
Black with #E5EAFF
Text Example
Text Example
White with #E5EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAFF; }
p { color: rgb(229,234,255); }
H1.HeaderClassName
{
color: #E5EAFF;
}
.AnyTagClassName
{
color: #E5EAFF;
}
</style>
background-color css
<style>
a { background-color: #E5EAFF; }
a { background-color: rgb(229,234,255); }
div.DivClassName
{
background-color: #E5EAFF;
}
.BgClassName
{
background-color: #E5EAFF;
}
</style>
border-color css
<style>
span { border-color: #E5EAFF; }
span { border-color: rgb(229,234,255); }
td.TdClassName
{
border-color: #E5EAFF;
}
.TagClassName
{
border-color: #E5EAFF;
}
</style>