Shades of Lavender #E7E4F7
Tints of Lavender #E7E4F7
RGB
CMYK
RGB Variations
Color information
#E7E4F7 (or 0xE7E4F7) is known color: Lavender. HEX triplet: E7, E4 and F7. RGB value is (231,228,247). Sum of RGB (Red+Green+Blue) = 231+228+247=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7E4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E4F7 is #181B08. Grayscale: #E6E6E6. Windows color (decimal): -1579785 or 16245991. OLE color: 16245991.
HSL color Cylindrical-coordinate representation of color #E7E4F7: hue angle of 249.47º degrees, saturation: 0.54, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7E4F7 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 231 | 228 | 247 | - |
CMYK | 0.06 | 0.08 | 0 | 0.03 |
HSL | 249.47º | 0.54% | 0.93% | - |
HSV(B) | 249.47º | 0.08% | 0.97% | - |
XYZ | 77.49 | 79.19 | 99.2 | - |
YUV | 231.06 | 136.99 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 228 | 247 | 0.06 | 0.08 | 0 | 0.03 | 249.47 | 0.54 | 0.93 |
Hex | E7 | E4 | F7 | 6 | 8 | 0 | 3 | F9 | 36 | 5D |
Octal | 347 | 344 | 367 | 6 | 10 | 0 | 3 | 371 | 66 | 135 |
Binary | 11100111 | 11100100 | 11110111 | 110 | 1000 | 0 | 11 | 11111001 | 110110 | 1011101 |
Color Harmonies of #E7E4F7
Complementary color
Monochromatic Colors of #E7E4F7
Black with #E7E4F7
Text Example
Text Example
White with #E7E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4F7; }
p { color: rgb(231,228,247); }
H1.HeaderClassName
{
color: #E7E4F7;
}
.AnyTagClassName
{
color: #E7E4F7;
}
</style>
background-color css
<style>
a { background-color: #E7E4F7; }
a { background-color: rgb(231,228,247); }
div.DivClassName
{
background-color: #E7E4F7;
}
.BgClassName
{
background-color: #E7E4F7;
}
</style>
border-color css
<style>
span { border-color: #E7E4F7; }
span { border-color: rgb(231,228,247); }
td.TdClassName
{
border-color: #E7E4F7;
}
.TagClassName
{
border-color: #E7E4F7;
}
</style>