Shades of Lavender #E9E9FA
Tints of Lavender #E9E9FA
RGB
CMYK
RGB Variations
Color information
#E9E9FA (or 0xE9E9FA) is known color: Lavender. HEX triplet: E9, E9 and FA. RGB value is (233,233,250). Sum of RGB (Red+Green+Blue) = 233+233+250=716 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.54% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E9FA is #161605. Grayscale: #EAEAEA. Windows color (decimal): -1447430 or 16443881. OLE color: 16443881.
HSL color Cylindrical-coordinate representation of color #E9E9FA: hue angle of 240º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9E9FA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 233 | 250 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.02 |
| HSL | 240º | 0.63% | 0.95% | - |
| HSV(B) | 240º | 0.07% | 0.98% | - |
| XYZ | 80 | 82.5 | 102.15 | - |
| YUV | 234.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 233 | 250 | 0.07 | 0.07 | 0 | 0.02 | 240 | 0.63 | 0.95 |
| Hex | E9 | E9 | FA | 7 | 7 | 0 | 2 | F0 | 3F | 5F |
| Octal | 351 | 351 | 372 | 7 | 7 | 0 | 2 | 360 | 77 | 137 |
| Binary | 11101001 | 11101001 | 11111010 | 111 | 111 | 0 | 10 | 11110000 | 111111 | 1011111 |
Color Harmonies of #E9E9FA
Complementary color
Monochromatic Colors of #E9E9FA
Black with #E9E9FA
Text Example
Text Example
White with #E9E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9FA; }
p { color: rgb(233,233,250); }
H1.HeaderClassName
{
color: #E9E9FA;
}
.AnyTagClassName
{
color: #E9E9FA;
}
</style>
background-color css
<style>
a { background-color: #E9E9FA; }
a { background-color: rgb(233,233,250); }
div.DivClassName
{
background-color: #E9E9FA;
}
.BgClassName
{
background-color: #E9E9FA;
}
</style>
border-color css
<style>
span { border-color: #E9E9FA; }
span { border-color: rgb(233,233,250); }
td.TdClassName
{
border-color: #E9E9FA;
}
.TagClassName
{
border-color: #E9E9FA;
}
</style>