Shades of Lavender #E5E3EF
Tints of Lavender #E5E3EF
RGB
CMYK
RGB Variations
Color information
#E5E3EF (or 0xE5E3EF) is known color: Lavender. HEX triplet: E5, E3 and EF. RGB value is (229,227,239). Sum of RGB (Red+Green+Blue) = 229+227+239=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3EF is #1A1C10. Grayscale: #E4E4E4. Windows color (decimal): -1711121 or 15721445. OLE color: 15721445.
HSL color Cylindrical-coordinate representation of color #E5E3EF: hue angle of 250º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E3EF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 227 | 239 | - |
CMYK | 0.04 | 0.05 | 0 | 0.06 |
HSL | 250º | 0.27% | 0.91% | - |
HSV(B) | 250º | 0.05% | 0.94% | - |
XYZ | 75.36 | 77.83 | 92.71 | - |
YUV | 228.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 239 | 0.04 | 0.05 | 0 | 0.06 | 250 | 0.27 | 0.91 |
Hex | E5 | E3 | EF | 4 | 5 | 0 | 6 | FA | 1B | 5B |
Octal | 345 | 343 | 357 | 4 | 5 | 0 | 6 | 372 | 33 | 133 |
Binary | 11100101 | 11100011 | 11101111 | 100 | 101 | 0 | 110 | 11111010 | 11011 | 1011011 |
Color Harmonies of #E5E3EF
Complementary color
Monochromatic Colors of #E5E3EF
Black with #E5E3EF
Text Example
Text Example
White with #E5E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3EF; }
p { color: rgb(229,227,239); }
H1.HeaderClassName
{
color: #E5E3EF;
}
.AnyTagClassName
{
color: #E5E3EF;
}
</style>
background-color css
<style>
a { background-color: #E5E3EF; }
a { background-color: rgb(229,227,239); }
div.DivClassName
{
background-color: #E5E3EF;
}
.BgClassName
{
background-color: #E5E3EF;
}
</style>
border-color css
<style>
span { border-color: #E5E3EF; }
span { border-color: rgb(229,227,239); }
td.TdClassName
{
border-color: #E5E3EF;
}
.TagClassName
{
border-color: #E5E3EF;
}
</style>