Shades of Lavender #E5E4FD
Tints of Lavender #E5E4FD
RGB
CMYK
RGB Variations
Color information
#E5E4FD (or 0xE5E4FD) is known color: Lavender. HEX triplet: E5, E4 and FD. RGB value is (229,228,253). Sum of RGB (Red+Green+Blue) = 229+228+253=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4FD is #1A1B02. Grayscale: #E7E7E7. Windows color (decimal): -1710851 or 16639205. OLE color: 16639205.
HSL color Cylindrical-coordinate representation of color #E5E4FD: hue angle of 242.4º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E4FD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 228 | 253 | - |
CMYK | 0.09 | 0.10 | 0 | 0.01 |
HSL | 242.4º | 0.86% | 0.94% | - |
HSV(B) | 242.4º | 0.1% | 0.99% | - |
XYZ | 77.79 | 79.24 | 104.12 | - |
YUV | 231.15 | 140.33 | 126.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 228 | 253 | 0.09 | 0.10 | 0 | 0.01 | 242.4 | 0.86 | 0.94 |
Hex | E5 | E4 | FD | 9 | A | 0 | 1 | F2 | 56 | 5E |
Octal | 345 | 344 | 375 | 11 | 12 | 0 | 1 | 362 | 126 | 136 |
Binary | 11100101 | 11100100 | 11111101 | 1001 | 1010 | 0 | 1 | 11110010 | 1010110 | 1011110 |
Color Harmonies of #E5E4FD
Complementary color
Monochromatic Colors of #E5E4FD
Black with #E5E4FD
Text Example
Text Example
White with #E5E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4FD; }
p { color: rgb(229,228,253); }
H1.HeaderClassName
{
color: #E5E4FD;
}
.AnyTagClassName
{
color: #E5E4FD;
}
</style>
background-color css
<style>
a { background-color: #E5E4FD; }
a { background-color: rgb(229,228,253); }
div.DivClassName
{
background-color: #E5E4FD;
}
.BgClassName
{
background-color: #E5E4FD;
}
</style>
border-color css
<style>
span { border-color: #E5E4FD; }
span { border-color: rgb(229,228,253); }
td.TdClassName
{
border-color: #E5E4FD;
}
.TagClassName
{
border-color: #E5E4FD;
}
</style>