Shades of Lavender #E6E4EF
Tints of Lavender #E6E4EF
RGB
CMYK
RGB Variations
Color information
#E6E4EF (or 0xE6E4EF) is known color: Lavender. HEX triplet: E6, E4 and EF. RGB value is (230,228,239). Sum of RGB (Red+Green+Blue) = 230+228+239=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4EF is #191B10. Grayscale: #E5E5E5. Windows color (decimal): -1645329 or 15721702. OLE color: 15721702.
HSL color Cylindrical-coordinate representation of color #E6E4EF: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E4EF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 228 | 239 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.06 |
| HSL | 250.91º | 0.26% | 0.92% | - |
| HSV(B) | 250.91º | 0.05% | 0.94% | - |
| XYZ | 75.96 | 78.54 | 92.82 | - |
| YUV | 229.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 239 | 0.04 | 0.05 | 0 | 0.06 | 250.91 | 0.26 | 0.92 |
| Hex | E6 | E4 | EF | 4 | 5 | 0 | 6 | FB | 1A | 5C |
| Octal | 346 | 344 | 357 | 4 | 5 | 0 | 6 | 373 | 32 | 134 |
| Binary | 11100110 | 11100100 | 11101111 | 100 | 101 | 0 | 110 | 11111011 | 11010 | 1011100 |
Color Harmonies of #E6E4EF
Complementary color
Monochromatic Colors of #E6E4EF
Black with #E6E4EF
Text Example
Text Example
White with #E6E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E4EF; }
p { color: rgb(230,228,239); }
H1.HeaderClassName
{
color: #E6E4EF;
}
.AnyTagClassName
{
color: #E6E4EF;
}
</style>
background-color css
<style>
a { background-color: #E6E4EF; }
a { background-color: rgb(230,228,239); }
div.DivClassName
{
background-color: #E6E4EF;
}
.BgClassName
{
background-color: #E6E4EF;
}
</style>
border-color css
<style>
span { border-color: #E6E4EF; }
span { border-color: rgb(230,228,239); }
td.TdClassName
{
border-color: #E6E4EF;
}
.TagClassName
{
border-color: #E6E4EF;
}
</style>