Shades of Lavender #E2E6F7
Tints of Lavender #E2E6F7
RGB
CMYK
RGB Variations
Color information
#E2E6F7 (or 0xE2E6F7) is known color: Lavender. HEX triplet: E2, E6 and F7. RGB value is (226,230,247). Sum of RGB (Red+Green+Blue) = 226+230+247=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2E6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E6F7 is #1D1908. Grayscale: #E6E6E6. Windows color (decimal): -1906953 or 16246498. OLE color: 16246498.
HSL color Cylindrical-coordinate representation of color #E2E6F7: hue angle of 228.57º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E6F7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 230 | 247 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.03 |
| HSL | 228.57º | 0.57% | 0.93% | - |
| HSV(B) | 228.57º | 0.09% | 0.97% | - |
| XYZ | 76.45 | 79.48 | 99.31 | - |
| YUV | 230.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 247 | 0.09 | 0.07 | 0 | 0.03 | 228.57 | 0.57 | 0.93 |
| Hex | E2 | E6 | F7 | 9 | 7 | 0 | 3 | E5 | 39 | 5D |
| Octal | 342 | 346 | 367 | 11 | 7 | 0 | 3 | 345 | 71 | 135 |
| Binary | 11100010 | 11100110 | 11110111 | 1001 | 111 | 0 | 11 | 11100101 | 111001 | 1011101 |
Color Harmonies of #E2E6F7
Complementary color
Monochromatic Colors of #E2E6F7
Black with #E2E6F7
Text Example
Text Example
White with #E2E6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6F7; }
p { color: rgb(226,230,247); }
H1.HeaderClassName
{
color: #E2E6F7;
}
.AnyTagClassName
{
color: #E2E6F7;
}
</style>
background-color css
<style>
a { background-color: #E2E6F7; }
a { background-color: rgb(226,230,247); }
div.DivClassName
{
background-color: #E2E6F7;
}
.BgClassName
{
background-color: #E2E6F7;
}
</style>
border-color css
<style>
span { border-color: #E2E6F7; }
span { border-color: rgb(226,230,247); }
td.TdClassName
{
border-color: #E2E6F7;
}
.TagClassName
{
border-color: #E2E6F7;
}
</style>