Shades of Lavender #E6E4FE
Tints of Lavender #E6E4FE
RGB
CMYK
RGB Variations
Color information
#E6E4FE (or 0xE6E4FE) is known color: Lavender. HEX triplet: E6, E4 and FE. RGB value is (230,228,254). Sum of RGB (Red+Green+Blue) = 230+228+254=712 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.30% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4FE is #191B01. Grayscale: #E7E7E7. Windows color (decimal): -1645314 or 16704742. OLE color: 16704742.
HSL color Cylindrical-coordinate representation of color #E6E4FE: hue angle of 244.62º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E4FE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 228 | 254 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.00 |
| HSL | 244.62º | 0.93% | 0.95% | - |
| HSV(B) | 244.62º | 0.1% | 1% | - |
| XYZ | 78.27 | 79.47 | 104.98 | - |
| YUV | 231.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 254 | 0.09 | 0.10 | 0 | 0.00 | 244.62 | 0.93 | 0.95 |
| Hex | E6 | E4 | FE | 9 | A | 0 | 0 | F5 | 5D | 5F |
| Octal | 346 | 344 | 376 | 11 | 12 | 0 | 0 | 365 | 135 | 137 |
| Binary | 11100110 | 11100100 | 11111110 | 1001 | 1010 | 0 | 0 | 11110101 | 1011101 | 1011111 |
Color Harmonies of #E6E4FE
Complementary color
Monochromatic Colors of #E6E4FE
Black with #E6E4FE
Text Example
Text Example
White with #E6E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E4FE; }
p { color: rgb(230,228,254); }
H1.HeaderClassName
{
color: #E6E4FE;
}
.AnyTagClassName
{
color: #E6E4FE;
}
</style>
background-color css
<style>
a { background-color: #E6E4FE; }
a { background-color: rgb(230,228,254); }
div.DivClassName
{
background-color: #E6E4FE;
}
.BgClassName
{
background-color: #E6E4FE;
}
</style>
border-color css
<style>
span { border-color: #E6E4FE; }
span { border-color: rgb(230,228,254); }
td.TdClassName
{
border-color: #E6E4FE;
}
.TagClassName
{
border-color: #E6E4FE;
}
</style>