Shades of Lavender #E9E5F9
Tints of Lavender #E9E5F9
RGB
CMYK
RGB Variations
Color information
#E9E5F9 (or 0xE9E5F9) is known color: Lavender. HEX triplet: E9, E5 and F9. RGB value is (233,229,249). Sum of RGB (Red+Green+Blue) = 233+229+249=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9E5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E5F9 is #161A06. Grayscale: #E8E8E8. Windows color (decimal): -1448455 or 16377321. OLE color: 16377321.
HSL color Cylindrical-coordinate representation of color #E9E5F9: hue angle of 252º degrees, saturation: 0.62, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E5F9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 229 | 249 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.02 |
| HSL | 252º | 0.63% | 0.94% | - |
| HSV(B) | 252º | 0.08% | 0.98% | - |
| XYZ | 78.72 | 80.2 | 100.95 | - |
| YUV | 232.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 249 | 0.06 | 0.08 | 0 | 0.02 | 252 | 0.63 | 0.94 |
| Hex | E9 | E5 | F9 | 6 | 8 | 0 | 2 | FC | 3E | 5E |
| Octal | 351 | 345 | 371 | 6 | 10 | 0 | 2 | 374 | 76 | 136 |
| Binary | 11101001 | 11100101 | 11111001 | 110 | 1000 | 0 | 10 | 11111100 | 111110 | 1011110 |
Color Harmonies of #E9E5F9
Complementary color
Monochromatic Colors of #E9E5F9
Black with #E9E5F9
Text Example
Text Example
White with #E9E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5F9; }
p { color: rgb(233,229,249); }
H1.HeaderClassName
{
color: #E9E5F9;
}
.AnyTagClassName
{
color: #E9E5F9;
}
</style>
background-color css
<style>
a { background-color: #E9E5F9; }
a { background-color: rgb(233,229,249); }
div.DivClassName
{
background-color: #E9E5F9;
}
.BgClassName
{
background-color: #E9E5F9;
}
</style>
border-color css
<style>
span { border-color: #E9E5F9; }
span { border-color: rgb(233,229,249); }
td.TdClassName
{
border-color: #E9E5F9;
}
.TagClassName
{
border-color: #E9E5F9;
}
</style>