Shades of Lavender #E6E7EF
Tints of Lavender #E6E7EF
RGB
CMYK
RGB Variations
Color information
#E6E7EF (or 0xE6E7EF) is known color: Lavender. HEX triplet: E6, E7 and EF. RGB value is (230,231,239). Sum of RGB (Red+Green+Blue) = 230+231+239=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E7EF is #191810. Grayscale: #E7E7E7. Windows color (decimal): -1644561 or 15722470. OLE color: 15722470.
HSL color Cylindrical-coordinate representation of color #E6E7EF: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6E7EF is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 231 | 239 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.06 |
| HSL | 233.33º | 0.22% | 0.92% | - |
| HSV(B) | 233.33º | 0.04% | 0.94% | - |
| XYZ | 76.79 | 80.21 | 93.1 | - |
| YUV | 231.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 239 | 0.04 | 0.03 | 0 | 0.06 | 233.33 | 0.22 | 0.92 |
| Hex | E6 | E7 | EF | 4 | 3 | 0 | 6 | E9 | 16 | 5C |
| Octal | 346 | 347 | 357 | 4 | 3 | 0 | 6 | 351 | 26 | 134 |
| Binary | 11100110 | 11100111 | 11101111 | 100 | 11 | 0 | 110 | 11101001 | 10110 | 1011100 |
Color Harmonies of #E6E7EF
Complementary color
Monochromatic Colors of #E6E7EF
Black with #E6E7EF
Text Example
Text Example
White with #E6E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7EF; }
p { color: rgb(230,231,239); }
H1.HeaderClassName
{
color: #E6E7EF;
}
.AnyTagClassName
{
color: #E6E7EF;
}
</style>
background-color css
<style>
a { background-color: #E6E7EF; }
a { background-color: rgb(230,231,239); }
div.DivClassName
{
background-color: #E6E7EF;
}
.BgClassName
{
background-color: #E6E7EF;
}
</style>
border-color css
<style>
span { border-color: #E6E7EF; }
span { border-color: rgb(230,231,239); }
td.TdClassName
{
border-color: #E6E7EF;
}
.TagClassName
{
border-color: #E6E7EF;
}
</style>