Shades of Lavender #E6E4EB
Tints of Lavender #E6E4EB
RGB
CMYK
RGB Variations
Color information
#E6E4EB (or 0xE6E4EB) is known color: Lavender. HEX triplet: E6, E4 and EB. RGB value is (230,228,235). Sum of RGB (Red+Green+Blue) = 230+228+235=693 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.19% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6E4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4EB is #191B14. Grayscale: #E5E5E5. Windows color (decimal): -1645333 or 15459558. OLE color: 15459558.
HSL color Cylindrical-coordinate representation of color #E6E4EB: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E4EB is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 230 | 228 | 235 | - |
CMYK | 0.02 | 0.03 | 0 | 0.08 |
HSL | 257.14º | 0.15% | 0.91% | - |
HSV(B) | 257.14º | 0.03% | 0.92% | - |
XYZ | 75.37 | 78.31 | 89.74 | - |
YUV | 229.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 228 | 235 | 0.02 | 0.03 | 0 | 0.08 | 257.14 | 0.15 | 0.91 |
Hex | E6 | E4 | EB | 2 | 3 | 0 | 8 | 101 | F | 5B |
Octal | 346 | 344 | 353 | 2 | 3 | 0 | 10 | 401 | 17 | 133 |
Binary | 11100110 | 11100100 | 11101011 | 10 | 11 | 0 | 1000 | 100000001 | 1111 | 1011011 |
Color Harmonies of #E6E4EB
Complementary color
Monochromatic Colors of #E6E4EB
Black with #E6E4EB
Text Example
Text Example
White with #E6E4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E4EB; }
p { color: rgb(230,228,235); }
H1.HeaderClassName
{
color: #E6E4EB;
}
.AnyTagClassName
{
color: #E6E4EB;
}
</style>
background-color css
<style>
a { background-color: #E6E4EB; }
a { background-color: rgb(230,228,235); }
div.DivClassName
{
background-color: #E6E4EB;
}
.BgClassName
{
background-color: #E6E4EB;
}
</style>
border-color css
<style>
span { border-color: #E6E4EB; }
span { border-color: rgb(230,228,235); }
td.TdClassName
{
border-color: #E6E4EB;
}
.TagClassName
{
border-color: #E6E4EB;
}
</style>