Shades of Lavender #E5E9FF
Tints of Lavender #E5E9FF
RGB
CMYK
RGB Variations
Color information
#E5E9FF (or 0xE5E9FF) is known color: Lavender. HEX triplet: E5, E9 and FF. RGB value is (229,233,255). Sum of RGB (Red+Green+Blue) = 229+233+255=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E9FF is #1A1600. Grayscale: #EAEAEA. Windows color (decimal): -1709569 or 16771557. OLE color: 16771557.
HSL color Cylindrical-coordinate representation of color #E5E9FF: hue angle of 230.77º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E9FF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 233 | 255 | - |
CMYK | 0.10 | 0.09 | 0 | 0 |
HSL | 230.77º | 1% | 0.95% | - |
HSV(B) | 230.77º | 0.1% | 1% | - |
XYZ | 79.5 | 82.16 | 106.28 | - |
YUV | 234.31 | 139.67 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 233 | 255 | 0.10 | 0.09 | 0 | 0 | 230.77 | 1 | 0.95 |
Hex | E5 | E9 | FF | A | 9 | 0 | 0 | E7 | 64 | 5F |
Octal | 345 | 351 | 377 | 12 | 11 | 0 | 0 | 347 | 144 | 137 |
Binary | 11100101 | 11101001 | 11111111 | 1010 | 1001 | 0 | 0 | 11100111 | 1100100 | 1011111 |
Color Harmonies of #E5E9FF
Complementary color
Monochromatic Colors of #E5E9FF
Black with #E5E9FF
Text Example
Text Example
White with #E5E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9FF; }
p { color: rgb(229,233,255); }
H1.HeaderClassName
{
color: #E5E9FF;
}
.AnyTagClassName
{
color: #E5E9FF;
}
</style>
background-color css
<style>
a { background-color: #E5E9FF; }
a { background-color: rgb(229,233,255); }
div.DivClassName
{
background-color: #E5E9FF;
}
.BgClassName
{
background-color: #E5E9FF;
}
</style>
border-color css
<style>
span { border-color: #E5E9FF; }
span { border-color: rgb(229,233,255); }
td.TdClassName
{
border-color: #E5E9FF;
}
.TagClassName
{
border-color: #E5E9FF;
}
</style>