Shades of Lavender #E0E4FB
Tints of Lavender #E0E4FB
RGB
CMYK
RGB Variations
Color information
#E0E4FB (or 0xE0E4FB) is known color: Lavender. HEX triplet: E0, E4 and FB. RGB value is (224,228,251). Sum of RGB (Red+Green+Blue) = 224+228+251=703 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.86% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0E4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4FB is #1F1B04. Grayscale: #E5E5E5. Windows color (decimal): -2038533 or 16508128. OLE color: 16508128.
HSL color Cylindrical-coordinate representation of color #E0E4FB: hue angle of 231.11º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0E4FB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 228 | 251 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.02 |
| HSL | 231.11º | 0.77% | 0.93% | - |
| HSV(B) | 231.11º | 0.11% | 0.98% | - |
| XYZ | 75.9 | 78.3 | 102.38 | - |
| YUV | 229.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 251 | 0.11 | 0.09 | 0 | 0.02 | 231.11 | 0.77 | 0.93 |
| Hex | E0 | E4 | FB | B | 9 | 0 | 2 | E7 | 4D | 5D |
| Octal | 340 | 344 | 373 | 13 | 11 | 0 | 2 | 347 | 115 | 135 |
| Binary | 11100000 | 11100100 | 11111011 | 1011 | 1001 | 0 | 10 | 11100111 | 1001101 | 1011101 |
Color Harmonies of #E0E4FB
Complementary color
Monochromatic Colors of #E0E4FB
Black with #E0E4FB
Text Example
Text Example
White with #E0E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4FB; }
p { color: rgb(224,228,251); }
H1.HeaderClassName
{
color: #E0E4FB;
}
.AnyTagClassName
{
color: #E0E4FB;
}
</style>
background-color css
<style>
a { background-color: #E0E4FB; }
a { background-color: rgb(224,228,251); }
div.DivClassName
{
background-color: #E0E4FB;
}
.BgClassName
{
background-color: #E0E4FB;
}
</style>
border-color css
<style>
span { border-color: #E0E4FB; }
span { border-color: rgb(224,228,251); }
td.TdClassName
{
border-color: #E0E4FB;
}
.TagClassName
{
border-color: #E0E4FB;
}
</style>