Shades of Lavender #E5E6EF
Tints of Lavender #E5E6EF
RGB
CMYK
RGB Variations
Color information
#E5E6EF (or 0xE5E6EF) is known color: Lavender. HEX triplet: E5, E6 and EF. RGB value is (229,230,239). Sum of RGB (Red+Green+Blue) = 229+230+239=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5E6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E6EF is #1A1910. Grayscale: #E6E6E6. Windows color (decimal): -1710353 or 15722213. OLE color: 15722213.
HSL color Cylindrical-coordinate representation of color #E5E6EF: hue angle of 234º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E6EF is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 230 | 239 | - |
CMYK | 0.04 | 0.04 | 0 | 0.06 |
HSL | 234º | 0.24% | 0.92% | - |
HSV(B) | 234º | 0.04% | 0.94% | - |
XYZ | 76.19 | 79.48 | 92.99 | - |
YUV | 230.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 239 | 0.04 | 0.04 | 0 | 0.06 | 234 | 0.24 | 0.92 |
Hex | E5 | E6 | EF | 4 | 4 | 0 | 6 | EA | 18 | 5C |
Octal | 345 | 346 | 357 | 4 | 4 | 0 | 6 | 352 | 30 | 134 |
Binary | 11100101 | 11100110 | 11101111 | 100 | 100 | 0 | 110 | 11101010 | 11000 | 1011100 |
Color Harmonies of #E5E6EF
Complementary color
Monochromatic Colors of #E5E6EF
Black with #E5E6EF
Text Example
Text Example
White with #E5E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6EF; }
p { color: rgb(229,230,239); }
H1.HeaderClassName
{
color: #E5E6EF;
}
.AnyTagClassName
{
color: #E5E6EF;
}
</style>
background-color css
<style>
a { background-color: #E5E6EF; }
a { background-color: rgb(229,230,239); }
div.DivClassName
{
background-color: #E5E6EF;
}
.BgClassName
{
background-color: #E5E6EF;
}
</style>
border-color css
<style>
span { border-color: #E5E6EF; }
span { border-color: rgb(229,230,239); }
td.TdClassName
{
border-color: #E5E6EF;
}
.TagClassName
{
border-color: #E5E6EF;
}
</style>