Shades of Lavender #E8E2FF
Tints of Lavender #E8E2FF
RGB
CMYK
RGB Variations
Color information
#E8E2FF (or 0xE8E2FF) is known color: Lavender. HEX triplet: E8, E2 and FF. RGB value is (232,226,255). Sum of RGB (Red+Green+Blue) = 232+226+255=713 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.54% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E2FF is #171D00. Grayscale: #E6E6E6. Windows color (decimal): -1514753 or 16769768. OLE color: 16769768.
HSL color Cylindrical-coordinate representation of color #E8E2FF: hue angle of 252.41º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8E2FF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 226 | 255 | - |
| CMYK | 0.09 | 0.11 | 0 | 0 |
| HSL | 252.41º | 1% | 0.94% | - |
| HSV(B) | 252.41º | 0.11% | 1% | - |
| XYZ | 78.53 | 78.77 | 105.67 | - |
| YUV | 231.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 255 | 0.09 | 0.11 | 0 | 0 | 252.41 | 1 | 0.94 |
| Hex | E8 | E2 | FF | 9 | B | 0 | 0 | FC | 64 | 5E |
| Octal | 350 | 342 | 377 | 11 | 13 | 0 | 0 | 374 | 144 | 136 |
| Binary | 11101000 | 11100010 | 11111111 | 1001 | 1011 | 0 | 0 | 11111100 | 1100100 | 1011110 |
Color Harmonies of #E8E2FF
Complementary color
Monochromatic Colors of #E8E2FF
Black with #E8E2FF
Text Example
Text Example
White with #E8E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2FF; }
p { color: rgb(232,226,255); }
H1.HeaderClassName
{
color: #E8E2FF;
}
.AnyTagClassName
{
color: #E8E2FF;
}
</style>
background-color css
<style>
a { background-color: #E8E2FF; }
a { background-color: rgb(232,226,255); }
div.DivClassName
{
background-color: #E8E2FF;
}
.BgClassName
{
background-color: #E8E2FF;
}
</style>
border-color css
<style>
span { border-color: #E8E2FF; }
span { border-color: rgb(232,226,255); }
td.TdClassName
{
border-color: #E8E2FF;
}
.TagClassName
{
border-color: #E8E2FF;
}
</style>