Shades of Lavender #E5E3FB
Tints of Lavender #E5E3FB
RGB
CMYK
RGB Variations
Color information
#E5E3FB (or 0xE5E3FB) is known color: Lavender. HEX triplet: E5, E3 and FB. RGB value is (229,227,251). Sum of RGB (Red+Green+Blue) = 229+227+251=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5E3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3FB is #1A1C04. Grayscale: #E6E6E6. Windows color (decimal): -1711109 or 16507877. OLE color: 16507877.
HSL color Cylindrical-coordinate representation of color #E5E3FB: hue angle of 245º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E3FB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 227 | 251 | - |
CMYK | 0.09 | 0.10 | 0 | 0.02 |
HSL | 245º | 0.75% | 0.94% | - |
HSV(B) | 245º | 0.1% | 0.98% | - |
XYZ | 77.19 | 78.56 | 102.36 | - |
YUV | 230.33 | 139.66 | 127.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 251 | 0.09 | 0.10 | 0 | 0.02 | 245 | 0.75 | 0.94 |
Hex | E5 | E3 | FB | 9 | A | 0 | 2 | F5 | 4B | 5E |
Octal | 345 | 343 | 373 | 11 | 12 | 0 | 2 | 365 | 113 | 136 |
Binary | 11100101 | 11100011 | 11111011 | 1001 | 1010 | 0 | 10 | 11110101 | 1001011 | 1011110 |
Color Harmonies of #E5E3FB
Complementary color
Monochromatic Colors of #E5E3FB
Black with #E5E3FB
Text Example
Text Example
White with #E5E3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3FB; }
p { color: rgb(229,227,251); }
H1.HeaderClassName
{
color: #E5E3FB;
}
.AnyTagClassName
{
color: #E5E3FB;
}
</style>
background-color css
<style>
a { background-color: #E5E3FB; }
a { background-color: rgb(229,227,251); }
div.DivClassName
{
background-color: #E5E3FB;
}
.BgClassName
{
background-color: #E5E3FB;
}
</style>
border-color css
<style>
span { border-color: #E5E3FB; }
span { border-color: rgb(229,227,251); }
td.TdClassName
{
border-color: #E5E3FB;
}
.TagClassName
{
border-color: #E5E3FB;
}
</style>