Shades of Lavender #E5E6FB
Tints of Lavender #E5E6FB
RGB
CMYK
RGB Variations
Color information
#E5E6FB (or 0xE5E6FB) is known color: Lavender. HEX triplet: E5, E6 and FB. RGB value is (229,230,251). Sum of RGB (Red+Green+Blue) = 229+230+251=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E6FB is #1A1904. Grayscale: #E8E8E8. Windows color (decimal): -1710341 or 16508645. OLE color: 16508645.
HSL color Cylindrical-coordinate representation of color #E5E6FB: hue angle of 237.27º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E6FB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 230 | 251 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.02 |
| HSL | 237.27º | 0.73% | 0.94% | - |
| HSV(B) | 237.27º | 0.09% | 0.98% | - |
| XYZ | 78.02 | 80.22 | 102.64 | - |
| YUV | 232.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 251 | 0.09 | 0.08 | 0 | 0.02 | 237.27 | 0.73 | 0.94 |
| Hex | E5 | E6 | FB | 9 | 8 | 0 | 2 | ED | 49 | 5E |
| Octal | 345 | 346 | 373 | 11 | 10 | 0 | 2 | 355 | 111 | 136 |
| Binary | 11100101 | 11100110 | 11111011 | 1001 | 1000 | 0 | 10 | 11101101 | 1001001 | 1011110 |
Color Harmonies of #E5E6FB
Complementary color
Monochromatic Colors of #E5E6FB
Black with #E5E6FB
Text Example
Text Example
White with #E5E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6FB; }
p { color: rgb(229,230,251); }
H1.HeaderClassName
{
color: #E5E6FB;
}
.AnyTagClassName
{
color: #E5E6FB;
}
</style>
background-color css
<style>
a { background-color: #E5E6FB; }
a { background-color: rgb(229,230,251); }
div.DivClassName
{
background-color: #E5E6FB;
}
.BgClassName
{
background-color: #E5E6FB;
}
</style>
border-color css
<style>
span { border-color: #E5E6FB; }
span { border-color: rgb(229,230,251); }
td.TdClassName
{
border-color: #E5E6FB;
}
.TagClassName
{
border-color: #E5E6FB;
}
</style>