Shades of Lavender #E5EAFE
Tints of Lavender #E5EAFE
RGB
CMYK
RGB Variations
Color information
#E5EAFE (or 0xE5EAFE) is known color: Lavender. HEX triplet: E5, EA and FE. RGB value is (229,234,254). Sum of RGB (Red+Green+Blue) = 229+234+254=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAFE is #1A1501. Grayscale: #EAEAEA. Windows color (decimal): -1709314 or 16706277. OLE color: 16706277.
HSL color Cylindrical-coordinate representation of color #E5EAFE: hue angle of 228º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5EAFE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 234 | 254 | - |
CMYK | 0.10 | 0.08 | 0 | 0.00 |
HSL | 228º | 0.93% | 0.95% | - |
HSV(B) | 228º | 0.1% | 1% | - |
XYZ | 79.63 | 82.66 | 105.52 | - |
YUV | 234.79 | 138.84 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 234 | 254 | 0.10 | 0.08 | 0 | 0.00 | 228 | 0.93 | 0.95 |
Hex | E5 | EA | FE | A | 8 | 0 | 0 | E4 | 5D | 5F |
Octal | 345 | 352 | 376 | 12 | 10 | 0 | 0 | 344 | 135 | 137 |
Binary | 11100101 | 11101010 | 11111110 | 1010 | 1000 | 0 | 0 | 11100100 | 1011101 | 1011111 |
Color Harmonies of #E5EAFE
Complementary color
Monochromatic Colors of #E5EAFE
Black with #E5EAFE
Text Example
Text Example
White with #E5EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAFE; }
p { color: rgb(229,234,254); }
H1.HeaderClassName
{
color: #E5EAFE;
}
.AnyTagClassName
{
color: #E5EAFE;
}
</style>
background-color css
<style>
a { background-color: #E5EAFE; }
a { background-color: rgb(229,234,254); }
div.DivClassName
{
background-color: #E5EAFE;
}
.BgClassName
{
background-color: #E5EAFE;
}
</style>
border-color css
<style>
span { border-color: #E5EAFE; }
span { border-color: rgb(229,234,254); }
td.TdClassName
{
border-color: #E5EAFE;
}
.TagClassName
{
border-color: #E5EAFE;
}
</style>