Shades of Lavender #E9EDFF
Tints of Lavender #E9EDFF
RGB
CMYK
RGB Variations
Color information
#E9EDFF (or 0xE9EDFF) is known color: Lavender. HEX triplet: E9, ED and FF. RGB value is (233,237,255). Sum of RGB (Red+Green+Blue) = 233+237+255=725 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.14% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDFF is #161200. Grayscale: #EDEDED. Windows color (decimal): -1446401 or 16772585. OLE color: 16772585.
HSL color Cylindrical-coordinate representation of color #E9EDFF: hue angle of 229.09º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9EDFF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 237 | 255 | - |
| CMYK | 0.09 | 0.07 | 0 | 0 |
| HSL | 229.09º | 1% | 0.96% | - |
| HSV(B) | 229.09º | 0.09% | 1% | - |
| XYZ | 81.94 | 85.11 | 106.72 | - |
| YUV | 237.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 255 | 0.09 | 0.07 | 0 | 0 | 229.09 | 1 | 0.96 |
| Hex | E9 | ED | FF | 9 | 7 | 0 | 0 | E5 | 64 | 60 |
| Octal | 351 | 355 | 377 | 11 | 7 | 0 | 0 | 345 | 144 | 140 |
| Binary | 11101001 | 11101101 | 11111111 | 1001 | 111 | 0 | 0 | 11100101 | 1100100 | 1100000 |
Color Harmonies of #E9EDFF
Complementary color
Monochromatic Colors of #E9EDFF
Black with #E9EDFF
Text Example
Text Example
White with #E9EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDFF; }
p { color: rgb(233,237,255); }
H1.HeaderClassName
{
color: #E9EDFF;
}
.AnyTagClassName
{
color: #E9EDFF;
}
</style>
background-color css
<style>
a { background-color: #E9EDFF; }
a { background-color: rgb(233,237,255); }
div.DivClassName
{
background-color: #E9EDFF;
}
.BgClassName
{
background-color: #E9EDFF;
}
</style>
border-color css
<style>
span { border-color: #E9EDFF; }
span { border-color: rgb(233,237,255); }
td.TdClassName
{
border-color: #E9EDFF;
}
.TagClassName
{
border-color: #E9EDFF;
}
</style>