Shades of Lavender #E5E3FE
Tints of Lavender #E5E3FE
RGB
CMYK
RGB Variations
Color information
#E5E3FE (or 0xE5E3FE) is known color: Lavender. HEX triplet: E5, E3 and FE. RGB value is (229,227,254). Sum of RGB (Red+Green+Blue) = 229+227+254=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3FE is #1A1C01. Grayscale: #E6E6E6. Windows color (decimal): -1711106 or 16704485. OLE color: 16704485.
HSL color Cylindrical-coordinate representation of color #E5E3FE: hue angle of 244.44º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E3FE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 227 | 254 | - |
CMYK | 0.10 | 0.11 | 0 | 0.00 |
HSL | 244.44º | 0.93% | 0.94% | - |
HSV(B) | 244.44º | 0.11% | 1% | - |
XYZ | 77.67 | 78.75 | 104.87 | - |
YUV | 230.68 | 141.16 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 254 | 0.10 | 0.11 | 0 | 0.00 | 244.44 | 0.93 | 0.94 |
Hex | E5 | E3 | FE | A | B | 0 | 0 | F4 | 5D | 5E |
Octal | 345 | 343 | 376 | 12 | 13 | 0 | 0 | 364 | 135 | 136 |
Binary | 11100101 | 11100011 | 11111110 | 1010 | 1011 | 0 | 0 | 11110100 | 1011101 | 1011110 |
Color Harmonies of #E5E3FE
Complementary color
Monochromatic Colors of #E5E3FE
Black with #E5E3FE
Text Example
Text Example
White with #E5E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3FE; }
p { color: rgb(229,227,254); }
H1.HeaderClassName
{
color: #E5E3FE;
}
.AnyTagClassName
{
color: #E5E3FE;
}
</style>
background-color css
<style>
a { background-color: #E5E3FE; }
a { background-color: rgb(229,227,254); }
div.DivClassName
{
background-color: #E5E3FE;
}
.BgClassName
{
background-color: #E5E3FE;
}
</style>
border-color css
<style>
span { border-color: #E5E3FE; }
span { border-color: rgb(229,227,254); }
td.TdClassName
{
border-color: #E5E3FE;
}
.TagClassName
{
border-color: #E5E3FE;
}
</style>