Shades of Lavender #E7E0FC
Tints of Lavender #E7E0FC
RGB
CMYK
RGB Variations
Color information
#E7E0FC (or 0xE7E0FC) is known color: Lavender. HEX triplet: E7, E0 and FC. RGB value is (231,224,252). Sum of RGB (Red+Green+Blue) = 231+224+252=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E0FC is #181F03. Grayscale: #E5E5E5. Windows color (decimal): -1580804 or 16572647. OLE color: 16572647.
HSL color Cylindrical-coordinate representation of color #E7E0FC: hue angle of 255º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7E0FC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 224 | 252 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.01 |
| HSL | 255º | 0.82% | 0.93% | - |
| HSV(B) | 255º | 0.11% | 0.99% | - |
| XYZ | 77.18 | 77.33 | 102.95 | - |
| YUV | 229.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 252 | 0.08 | 0.11 | 0 | 0.01 | 255 | 0.82 | 0.93 |
| Hex | E7 | E0 | FC | 8 | B | 0 | 1 | FF | 52 | 5D |
| Octal | 347 | 340 | 374 | 10 | 13 | 0 | 1 | 377 | 122 | 135 |
| Binary | 11100111 | 11100000 | 11111100 | 1000 | 1011 | 0 | 1 | 11111111 | 1010010 | 1011101 |
Color Harmonies of #E7E0FC
Complementary color
Monochromatic Colors of #E7E0FC
Black with #E7E0FC
Text Example
Text Example
White with #E7E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E0FC; }
p { color: rgb(231,224,252); }
H1.HeaderClassName
{
color: #E7E0FC;
}
.AnyTagClassName
{
color: #E7E0FC;
}
</style>
background-color css
<style>
a { background-color: #E7E0FC; }
a { background-color: rgb(231,224,252); }
div.DivClassName
{
background-color: #E7E0FC;
}
.BgClassName
{
background-color: #E7E0FC;
}
</style>
border-color css
<style>
span { border-color: #E7E0FC; }
span { border-color: rgb(231,224,252); }
td.TdClassName
{
border-color: #E7E0FC;
}
.TagClassName
{
border-color: #E7E0FC;
}
</style>