Shades of Lavender #E8E2F7
Tints of Lavender #E8E2F7
RGB
CMYK
RGB Variations
Color information
#E8E2F7 (or 0xE8E2F7) is known color: Lavender. HEX triplet: E8, E2 and F7. RGB value is (232,226,247). Sum of RGB (Red+Green+Blue) = 232+226+247=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8E2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E2F7 is #171D08. Grayscale: #E6E6E6. Windows color (decimal): -1514761 or 16245480. OLE color: 16245480.
HSL color Cylindrical-coordinate representation of color #E8E2F7: hue angle of 257.14º 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 #E8E2F7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 226 | 247 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.03 |
| HSL | 257.14º | 0.57% | 0.93% | - |
| HSV(B) | 257.14º | 0.09% | 0.97% | - |
| XYZ | 77.26 | 78.26 | 99.03 | - |
| YUV | 230.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 247 | 0.06 | 0.09 | 0 | 0.03 | 257.14 | 0.57 | 0.93 |
| Hex | E8 | E2 | F7 | 6 | 9 | 0 | 3 | 101 | 39 | 5D |
| Octal | 350 | 342 | 367 | 6 | 11 | 0 | 3 | 401 | 71 | 135 |
| Binary | 11101000 | 11100010 | 11110111 | 110 | 1001 | 0 | 11 | 100000001 | 111001 | 1011101 |
Color Harmonies of #E8E2F7
Complementary color
Monochromatic Colors of #E8E2F7
Black with #E8E2F7
Text Example
Text Example
White with #E8E2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2F7; }
p { color: rgb(232,226,247); }
H1.HeaderClassName
{
color: #E8E2F7;
}
.AnyTagClassName
{
color: #E8E2F7;
}
</style>
background-color css
<style>
a { background-color: #E8E2F7; }
a { background-color: rgb(232,226,247); }
div.DivClassName
{
background-color: #E8E2F7;
}
.BgClassName
{
background-color: #E8E2F7;
}
</style>
border-color css
<style>
span { border-color: #E8E2F7; }
span { border-color: rgb(232,226,247); }
td.TdClassName
{
border-color: #E8E2F7;
}
.TagClassName
{
border-color: #E8E2F7;
}
</style>