Shades of Lavender #E5E9FA
Tints of Lavender #E5E9FA
RGB
CMYK
RGB Variations
Color information
#E5E9FA (or 0xE5E9FA) is known color: Lavender. HEX triplet: E5, E9 and FA. RGB value is (229,233,250). Sum of RGB (Red+Green+Blue) = 229+233+250=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 233 (91.41% from 255 or 32.72% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E9FA is #1A1605. Grayscale: #E9E9E9. Windows color (decimal): -1709574 or 16443877. OLE color: 16443877.
HSL color Cylindrical-coordinate representation of color #E5E9FA: hue angle of 228.57º degrees, saturation: 0.68, 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 #E5E9FA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 233 | 250 | - |
CMYK | 0.08 | 0.07 | 0 | 0.02 |
HSL | 228.57º | 0.68% | 0.94% | - |
HSV(B) | 228.57º | 0.08% | 0.98% | - |
XYZ | 78.71 | 81.84 | 102.09 | - |
YUV | 233.74 | 137.17 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 233 | 250 | 0.08 | 0.07 | 0 | 0.02 | 228.57 | 0.68 | 0.94 |
Hex | E5 | E9 | FA | 8 | 7 | 0 | 2 | E5 | 44 | 5E |
Octal | 345 | 351 | 372 | 10 | 7 | 0 | 2 | 345 | 104 | 136 |
Binary | 11100101 | 11101001 | 11111010 | 1000 | 111 | 0 | 10 | 11100101 | 1000100 | 1011110 |
Color Harmonies of #E5E9FA
Complementary color
Monochromatic Colors of #E5E9FA
Black with #E5E9FA
Text Example
Text Example
White with #E5E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9FA; }
p { color: rgb(229,233,250); }
H1.HeaderClassName
{
color: #E5E9FA;
}
.AnyTagClassName
{
color: #E5E9FA;
}
</style>
background-color css
<style>
a { background-color: #E5E9FA; }
a { background-color: rgb(229,233,250); }
div.DivClassName
{
background-color: #E5E9FA;
}
.BgClassName
{
background-color: #E5E9FA;
}
</style>
border-color css
<style>
span { border-color: #E5E9FA; }
span { border-color: rgb(229,233,250); }
td.TdClassName
{
border-color: #E5E9FA;
}
.TagClassName
{
border-color: #E5E9FA;
}
</style>