Shades of Lavender #E6E4FF
Tints of Lavender #E6E4FF
RGB
CMYK
RGB Variations
Color information
#E6E4FF (or 0xE6E4FF) is known color: Lavender. HEX triplet: E6, E4 and FF. RGB value is (230,228,255). Sum of RGB (Red+Green+Blue) = 230+228+255=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4FF is #191B00. Grayscale: #E7E7E7. Windows color (decimal): -1645313 or 16770278. OLE color: 16770278.
HSL color Cylindrical-coordinate representation of color #E6E4FF: hue angle of 244.44º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6E4FF is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 228 | 255 | - |
| CMYK | 0.10 | 0.11 | 0 | 0 |
| HSL | 244.44º | 1% | 0.95% | - |
| HSV(B) | 244.44º | 0.11% | 1% | - |
| XYZ | 78.43 | 79.53 | 105.83 | - |
| YUV | 231.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 255 | 0.10 | 0.11 | 0 | 0 | 244.44 | 1 | 0.95 |
| Hex | E6 | E4 | FF | A | B | 0 | 0 | F4 | 64 | 5F |
| Octal | 346 | 344 | 377 | 12 | 13 | 0 | 0 | 364 | 144 | 137 |
| Binary | 11100110 | 11100100 | 11111111 | 1010 | 1011 | 0 | 0 | 11110100 | 1100100 | 1011111 |
Color Harmonies of #E6E4FF
Complementary color
Monochromatic Colors of #E6E4FF
Black with #E6E4FF
Text Example
Text Example
White with #E6E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E4FF; }
p { color: rgb(230,228,255); }
H1.HeaderClassName
{
color: #E6E4FF;
}
.AnyTagClassName
{
color: #E6E4FF;
}
</style>
background-color css
<style>
a { background-color: #E6E4FF; }
a { background-color: rgb(230,228,255); }
div.DivClassName
{
background-color: #E6E4FF;
}
.BgClassName
{
background-color: #E6E4FF;
}
</style>
border-color css
<style>
span { border-color: #E6E4FF; }
span { border-color: rgb(230,228,255); }
td.TdClassName
{
border-color: #E6E4FF;
}
.TagClassName
{
border-color: #E6E4FF;
}
</style>