Shades of Lavender #E7E4F0
Tints of Lavender #E7E4F0
RGB
CMYK
RGB Variations
Color information
#E7E4F0 (or 0xE7E4F0) is known color: Lavender. HEX triplet: E7, E4 and F0. RGB value is (231,228,240). Sum of RGB (Red+Green+Blue) = 231+228+240=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7E4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E4F0 is #181B0F. Grayscale: #E6E6E6. Windows color (decimal): -1579792 or 15787239. OLE color: 15787239.
HSL color Cylindrical-coordinate representation of color #E7E4F0: hue angle of 255º degrees, saturation: 0.29, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7E4F0 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 231 | 228 | 240 | - |
CMYK | 0.04 | 0.05 | 0 | 0.06 |
HSL | 255º | 0.29% | 0.92% | - |
HSV(B) | 255º | 0.05% | 0.94% | - |
XYZ | 76.43 | 78.77 | 93.61 | - |
YUV | 230.27 | 133.49 | 128.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 228 | 240 | 0.04 | 0.05 | 0 | 0.06 | 255 | 0.29 | 0.92 |
Hex | E7 | E4 | F0 | 4 | 5 | 0 | 6 | FF | 1D | 5C |
Octal | 347 | 344 | 360 | 4 | 5 | 0 | 6 | 377 | 35 | 134 |
Binary | 11100111 | 11100100 | 11110000 | 100 | 101 | 0 | 110 | 11111111 | 11101 | 1011100 |
Color Harmonies of #E7E4F0
Complementary color
Monochromatic Colors of #E7E4F0
Black with #E7E4F0
Text Example
Text Example
White with #E7E4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4F0; }
p { color: rgb(231,228,240); }
H1.HeaderClassName
{
color: #E7E4F0;
}
.AnyTagClassName
{
color: #E7E4F0;
}
</style>
background-color css
<style>
a { background-color: #E7E4F0; }
a { background-color: rgb(231,228,240); }
div.DivClassName
{
background-color: #E7E4F0;
}
.BgClassName
{
background-color: #E7E4F0;
}
</style>
border-color css
<style>
span { border-color: #E7E4F0; }
span { border-color: rgb(231,228,240); }
td.TdClassName
{
border-color: #E7E4F0;
}
.TagClassName
{
border-color: #E7E4F0;
}
</style>