Shades of Lavender #E9E5F6
Tints of Lavender #E9E5F6
RGB
CMYK
RGB Variations
Color information
#E9E5F6 (or 0xE9E5F6) is known color: Lavender. HEX triplet: E9, E5 and F6. RGB value is (233,229,246). Sum of RGB (Red+Green+Blue) = 233+229+246=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9E5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E5F6 is #161A09. Grayscale: #E8E8E8. Windows color (decimal): -1448458 or 16180713. OLE color: 16180713.
HSL color Cylindrical-coordinate representation of color #E9E5F6: hue angle of 254.12º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9E5F6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 229 | 246 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.04 |
| HSL | 254.12º | 0.49% | 0.93% | - |
| HSV(B) | 254.12º | 0.07% | 0.96% | - |
| XYZ | 78.26 | 80.02 | 98.51 | - |
| YUV | 232.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 246 | 0.05 | 0.07 | 0 | 0.04 | 254.12 | 0.49 | 0.93 |
| Hex | E9 | E5 | F6 | 5 | 7 | 0 | 4 | FE | 31 | 5D |
| Octal | 351 | 345 | 366 | 5 | 7 | 0 | 4 | 376 | 61 | 135 |
| Binary | 11101001 | 11100101 | 11110110 | 101 | 111 | 0 | 100 | 11111110 | 110001 | 1011101 |
Color Harmonies of #E9E5F6
Complementary color
Monochromatic Colors of #E9E5F6
Black with #E9E5F6
Text Example
Text Example
White with #E9E5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5F6; }
p { color: rgb(233,229,246); }
H1.HeaderClassName
{
color: #E9E5F6;
}
.AnyTagClassName
{
color: #E9E5F6;
}
</style>
background-color css
<style>
a { background-color: #E9E5F6; }
a { background-color: rgb(233,229,246); }
div.DivClassName
{
background-color: #E9E5F6;
}
.BgClassName
{
background-color: #E9E5F6;
}
</style>
border-color css
<style>
span { border-color: #E9E5F6; }
span { border-color: rgb(233,229,246); }
td.TdClassName
{
border-color: #E9E5F6;
}
.TagClassName
{
border-color: #E9E5F6;
}
</style>