Shades of Lavender #E7E6FB
Tints of Lavender #E7E6FB
RGB
CMYK
RGB Variations
Color information
#E7E6FB (or 0xE7E6FB) is known color: Lavender. HEX triplet: E7, E6 and FB. RGB value is (231,230,251). Sum of RGB (Red+Green+Blue) = 231+230+251=712 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.44% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7E6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6FB is #181904. Grayscale: #E8E8E8. Windows color (decimal): -1579269 or 16508647. OLE color: 16508647.
HSL color Cylindrical-coordinate representation of color #E7E6FB: hue angle of 242.86º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7E6FB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 230 | 251 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.02 |
| HSL | 242.86º | 0.72% | 0.94% | - |
| HSV(B) | 242.86º | 0.08% | 0.98% | - |
| XYZ | 78.66 | 80.55 | 102.67 | - |
| YUV | 232.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 251 | 0.08 | 0.08 | 0 | 0.02 | 242.86 | 0.72 | 0.94 |
| Hex | E7 | E6 | FB | 8 | 8 | 0 | 2 | F3 | 48 | 5E |
| Octal | 347 | 346 | 373 | 10 | 10 | 0 | 2 | 363 | 110 | 136 |
| Binary | 11100111 | 11100110 | 11111011 | 1000 | 1000 | 0 | 10 | 11110011 | 1001000 | 1011110 |
Color Harmonies of #E7E6FB
Complementary color
Monochromatic Colors of #E7E6FB
Black with #E7E6FB
Text Example
Text Example
White with #E7E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6FB; }
p { color: rgb(231,230,251); }
H1.HeaderClassName
{
color: #E7E6FB;
}
.AnyTagClassName
{
color: #E7E6FB;
}
</style>
background-color css
<style>
a { background-color: #E7E6FB; }
a { background-color: rgb(231,230,251); }
div.DivClassName
{
background-color: #E7E6FB;
}
.BgClassName
{
background-color: #E7E6FB;
}
</style>
border-color css
<style>
span { border-color: #E7E6FB; }
span { border-color: rgb(231,230,251); }
td.TdClassName
{
border-color: #E7E6FB;
}
.TagClassName
{
border-color: #E7E6FB;
}
</style>