Shades of Lavender #E7E0FB
Tints of Lavender #E7E0FB
RGB
CMYK
RGB Variations
Color information
#E7E0FB (or 0xE7E0FB) is known color: Lavender. HEX triplet: E7, E0 and FB. RGB value is (231,224,251). Sum of RGB (Red+Green+Blue) = 231+224+251=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E0FB is #181F04. Grayscale: #E5E5E5. Windows color (decimal): -1580805 or 16507111. OLE color: 16507111.
HSL color Cylindrical-coordinate representation of color #E7E0FB: hue angle of 255.56º 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 #E7E0FB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 224 | 251 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.02 |
| HSL | 255.56º | 0.77% | 0.93% | - |
| HSV(B) | 255.56º | 0.11% | 0.98% | - |
| XYZ | 77.02 | 77.27 | 102.12 | - |
| YUV | 229.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 251 | 0.08 | 0.11 | 0 | 0.02 | 255.56 | 0.77 | 0.93 |
| Hex | E7 | E0 | FB | 8 | B | 0 | 2 | 100 | 4D | 5D |
| Octal | 347 | 340 | 373 | 10 | 13 | 0 | 2 | 400 | 115 | 135 |
| Binary | 11100111 | 11100000 | 11111011 | 1000 | 1011 | 0 | 10 | 100000000 | 1001101 | 1011101 |
Color Harmonies of #E7E0FB
Complementary color
Monochromatic Colors of #E7E0FB
Black with #E7E0FB
Text Example
Text Example
White with #E7E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E0FB; }
p { color: rgb(231,224,251); }
H1.HeaderClassName
{
color: #E7E0FB;
}
.AnyTagClassName
{
color: #E7E0FB;
}
</style>
background-color css
<style>
a { background-color: #E7E0FB; }
a { background-color: rgb(231,224,251); }
div.DivClassName
{
background-color: #E7E0FB;
}
.BgClassName
{
background-color: #E7E0FB;
}
</style>
border-color css
<style>
span { border-color: #E7E0FB; }
span { border-color: rgb(231,224,251); }
td.TdClassName
{
border-color: #E7E0FB;
}
.TagClassName
{
border-color: #E7E0FB;
}
</style>