Shades of Lavender #E9E2FB
Tints of Lavender #E9E2FB
RGB
CMYK
RGB Variations
Color information
#E9E2FB (or 0xE9E2FB) is known color: Lavender. HEX triplet: E9, E2 and FB. RGB value is (233,226,251). Sum of RGB (Red+Green+Blue) = 233+226+251=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2FB is #161D04. Grayscale: #E6E6E6. Windows color (decimal): -1449221 or 16507625. OLE color: 16507625.
HSL color Cylindrical-coordinate representation of color #E9E2FB: hue angle of 256.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9E2FB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 226 | 251 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 256.8º | 0.76% | 0.94% | - |
| HSV(B) | 256.8º | 0.1% | 0.98% | - |
| XYZ | 78.21 | 78.68 | 102.33 | - |
| YUV | 230.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 251 | 0.07 | 0.10 | 0 | 0.02 | 256.8 | 0.76 | 0.94 |
| Hex | E9 | E2 | FB | 7 | A | 0 | 2 | 101 | 4C | 5E |
| Octal | 351 | 342 | 373 | 7 | 12 | 0 | 2 | 401 | 114 | 136 |
| Binary | 11101001 | 11100010 | 11111011 | 111 | 1010 | 0 | 10 | 100000001 | 1001100 | 1011110 |
Color Harmonies of #E9E2FB
Complementary color
Monochromatic Colors of #E9E2FB
Black with #E9E2FB
Text Example
Text Example
White with #E9E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2FB; }
p { color: rgb(233,226,251); }
H1.HeaderClassName
{
color: #E9E2FB;
}
.AnyTagClassName
{
color: #E9E2FB;
}
</style>
background-color css
<style>
a { background-color: #E9E2FB; }
a { background-color: rgb(233,226,251); }
div.DivClassName
{
background-color: #E9E2FB;
}
.BgClassName
{
background-color: #E9E2FB;
}
</style>
border-color css
<style>
span { border-color: #E9E2FB; }
span { border-color: rgb(233,226,251); }
td.TdClassName
{
border-color: #E9E2FB;
}
.TagClassName
{
border-color: #E9E2FB;
}
</style>