Shades of Lavender #E4E4E6
Tints of Lavender #E4E4E6
RGB
CMYK
RGB Variations
Color information
#E4E4E6 (or 0xE4E4E6) is known color: Lavender. HEX triplet: E4, E4 and E6. RGB value is (228,228,230). Sum of RGB (Red+Green+Blue) = 228+228+230=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 230 - color contains mainly: blue. Hex color #E4E4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E4E6 is #1B1B19. Grayscale: #E4E4E4. Windows color (decimal): -1776410 or 15131876. OLE color: 15131876.
HSL color Cylindrical-coordinate representation of color #E4E4E6: hue angle of 240º degrees, saturation: 0.04, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E4E4E6 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 228 | 228 | 230 | - |
CMYK | 0.01 | 0.01 | 0 | 0.10 |
HSL | 240º | 0.04% | 0.9% | - |
HSV(B) | 240º | 0.01% | 0.9% | - |
XYZ | 74.02 | 77.69 | 85.96 | - |
YUV | 228.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 228 | 230 | 0.01 | 0.01 | 0 | 0.10 | 240 | 0.04 | 0.9 |
Hex | E4 | E4 | E6 | 1 | 1 | 0 | A | F0 | 4 | 5A |
Octal | 344 | 344 | 346 | 1 | 1 | 0 | 12 | 360 | 4 | 132 |
Binary | 11100100 | 11100100 | 11100110 | 1 | 1 | 0 | 1010 | 11110000 | 100 | 1011010 |
Color Harmonies of #E4E4E6
Complementary color
Monochromatic Colors of #E4E4E6
Black with #E4E4E6
Text Example
Text Example
White with #E4E4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E4E6; }
p { color: rgb(228,228,230); }
H1.HeaderClassName
{
color: #E4E4E6;
}
.AnyTagClassName
{
color: #E4E4E6;
}
</style>
background-color css
<style>
a { background-color: #E4E4E6; }
a { background-color: rgb(228,228,230); }
div.DivClassName
{
background-color: #E4E4E6;
}
.BgClassName
{
background-color: #E4E4E6;
}
</style>
border-color css
<style>
span { border-color: #E4E4E6; }
span { border-color: rgb(228,228,230); }
td.TdClassName
{
border-color: #E4E4E6;
}
.TagClassName
{
border-color: #E4E4E6;
}
</style>