Shades of Lavender #E0E4FD
Tints of Lavender #E0E4FD
RGB
CMYK
RGB Variations
Color information
#E0E4FD (or 0xE0E4FD) is known color: Lavender. HEX triplet: E0, E4 and FD. RGB value is (224,228,253). Sum of RGB (Red+Green+Blue) = 224+228+253=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4FD is #1F1B02. Grayscale: #E5E5E5. Windows color (decimal): -2038531 or 16639200. OLE color: 16639200.
HSL color Cylindrical-coordinate representation of color #E0E4FD: hue angle of 231.72º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0E4FD is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 228 | 253 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.01 |
| HSL | 231.72º | 0.88% | 0.94% | - |
| HSV(B) | 231.72º | 0.11% | 0.99% | - |
| XYZ | 76.21 | 78.43 | 104.05 | - |
| YUV | 229.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 253 | 0.11 | 0.10 | 0 | 0.01 | 231.72 | 0.88 | 0.94 |
| Hex | E0 | E4 | FD | B | A | 0 | 1 | E8 | 58 | 5E |
| Octal | 340 | 344 | 375 | 13 | 12 | 0 | 1 | 350 | 130 | 136 |
| Binary | 11100000 | 11100100 | 11111101 | 1011 | 1010 | 0 | 1 | 11101000 | 1011000 | 1011110 |
Color Harmonies of #E0E4FD
Complementary color
Monochromatic Colors of #E0E4FD
Black with #E0E4FD
Text Example
Text Example
White with #E0E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4FD; }
p { color: rgb(224,228,253); }
H1.HeaderClassName
{
color: #E0E4FD;
}
.AnyTagClassName
{
color: #E0E4FD;
}
</style>
background-color css
<style>
a { background-color: #E0E4FD; }
a { background-color: rgb(224,228,253); }
div.DivClassName
{
background-color: #E0E4FD;
}
.BgClassName
{
background-color: #E0E4FD;
}
</style>
border-color css
<style>
span { border-color: #E0E4FD; }
span { border-color: rgb(224,228,253); }
td.TdClassName
{
border-color: #E0E4FD;
}
.TagClassName
{
border-color: #E0E4FD;
}
</style>