Shades of Lavender #E5E9FD
Tints of Lavender #E5E9FD
RGB
CMYK
RGB Variations
Color information
#E5E9FD (or 0xE5E9FD) is known color: Lavender. HEX triplet: E5, E9 and FD. RGB value is (229,233,253). Sum of RGB (Red+Green+Blue) = 229+233+253=715 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.03% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E9FD is #1A1602. Grayscale: #EAEAEA. Windows color (decimal): -1709571 or 16640485. OLE color: 16640485.
HSL color Cylindrical-coordinate representation of color #E5E9FD: hue angle of 230º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E9FD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 233 | 253 | - |
CMYK | 0.09 | 0.08 | 0 | 0.01 |
HSL | 230º | 0.86% | 0.95% | - |
HSV(B) | 230º | 0.09% | 0.99% | - |
XYZ | 79.18 | 82.03 | 104.59 | - |
YUV | 234.08 | 138.67 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 233 | 253 | 0.09 | 0.08 | 0 | 0.01 | 230 | 0.86 | 0.95 |
Hex | E5 | E9 | FD | 9 | 8 | 0 | 1 | E6 | 56 | 5F |
Octal | 345 | 351 | 375 | 11 | 10 | 0 | 1 | 346 | 126 | 137 |
Binary | 11100101 | 11101001 | 11111101 | 1001 | 1000 | 0 | 1 | 11100110 | 1010110 | 1011111 |
Color Harmonies of #E5E9FD
Complementary color
Monochromatic Colors of #E5E9FD
Black with #E5E9FD
Text Example
Text Example
White with #E5E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9FD; }
p { color: rgb(229,233,253); }
H1.HeaderClassName
{
color: #E5E9FD;
}
.AnyTagClassName
{
color: #E5E9FD;
}
</style>
background-color css
<style>
a { background-color: #E5E9FD; }
a { background-color: rgb(229,233,253); }
div.DivClassName
{
background-color: #E5E9FD;
}
.BgClassName
{
background-color: #E5E9FD;
}
</style>
border-color css
<style>
span { border-color: #E5E9FD; }
span { border-color: rgb(229,233,253); }
td.TdClassName
{
border-color: #E5E9FD;
}
.TagClassName
{
border-color: #E5E9FD;
}
</style>