Shades of Lavender #E9EAFF
Tints of Lavender #E9EAFF
RGB
CMYK
RGB Variations
Color information
#E9EAFF (or 0xE9EAFF) is known color: Lavender. HEX triplet: E9, EA and FF. RGB value is (233,234,255). Sum of RGB (Red+Green+Blue) = 233+234+255=722 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.27% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9EAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAFF is #161500. Grayscale: #ECECEC. Windows color (decimal): -1447169 or 16771817. OLE color: 16771817.
HSL color Cylindrical-coordinate representation of color #E9EAFF: hue angle of 237.27º 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 #E9EAFF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 234 | 255 | - |
| CMYK | 0.09 | 0.08 | 0 | 0 |
| HSL | 237.27º | 1% | 0.96% | - |
| HSV(B) | 237.27º | 0.09% | 1% | - |
| XYZ | 81.08 | 83.39 | 106.43 | - |
| YUV | 236.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 234 | 255 | 0.09 | 0.08 | 0 | 0 | 237.27 | 1 | 0.96 |
| Hex | E9 | EA | FF | 9 | 8 | 0 | 0 | ED | 64 | 60 |
| Octal | 351 | 352 | 377 | 11 | 10 | 0 | 0 | 355 | 144 | 140 |
| Binary | 11101001 | 11101010 | 11111111 | 1001 | 1000 | 0 | 0 | 11101101 | 1100100 | 1100000 |
Color Harmonies of #E9EAFF
Complementary color
Monochromatic Colors of #E9EAFF
Black with #E9EAFF
Text Example
Text Example
White with #E9EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAFF; }
p { color: rgb(233,234,255); }
H1.HeaderClassName
{
color: #E9EAFF;
}
.AnyTagClassName
{
color: #E9EAFF;
}
</style>
background-color css
<style>
a { background-color: #E9EAFF; }
a { background-color: rgb(233,234,255); }
div.DivClassName
{
background-color: #E9EAFF;
}
.BgClassName
{
background-color: #E9EAFF;
}
</style>
border-color css
<style>
span { border-color: #E9EAFF; }
span { border-color: rgb(233,234,255); }
td.TdClassName
{
border-color: #E9EAFF;
}
.TagClassName
{
border-color: #E9EAFF;
}
</style>