Shades of Lavender #E0E6FE
Tints of Lavender #E0E6FE
RGB
CMYK
RGB Variations
Color information
#E0E6FE (or 0xE0E6FE) is known color: Lavender. HEX triplet: E0, E6 and FE. RGB value is (224,230,254). Sum of RGB (Red+Green+Blue) = 224+230+254=708 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.64% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6FE is #1F1901. Grayscale: #E6E6E6. Windows color (decimal): -2038018 or 16705248. OLE color: 16705248.
HSL color Cylindrical-coordinate representation of color #E0E6FE: hue angle of 228º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E6FE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 230 | 254 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.00 |
| HSL | 228º | 0.94% | 0.94% | - |
| HSV(B) | 228º | 0.12% | 1% | - |
| XYZ | 76.93 | 79.6 | 105.08 | - |
| YUV | 230.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 254 | 0.12 | 0.09 | 0 | 0.00 | 228 | 0.94 | 0.94 |
| Hex | E0 | E6 | FE | C | 9 | 0 | 0 | E4 | 5E | 5E |
| Octal | 340 | 346 | 376 | 14 | 11 | 0 | 0 | 344 | 136 | 136 |
| Binary | 11100000 | 11100110 | 11111110 | 1100 | 1001 | 0 | 0 | 11100100 | 1011110 | 1011110 |
Color Harmonies of #E0E6FE
Complementary color
Monochromatic Colors of #E0E6FE
Black with #E0E6FE
Text Example
Text Example
White with #E0E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E6FE; }
p { color: rgb(224,230,254); }
H1.HeaderClassName
{
color: #E0E6FE;
}
.AnyTagClassName
{
color: #E0E6FE;
}
</style>
background-color css
<style>
a { background-color: #E0E6FE; }
a { background-color: rgb(224,230,254); }
div.DivClassName
{
background-color: #E0E6FE;
}
.BgClassName
{
background-color: #E0E6FE;
}
</style>
border-color css
<style>
span { border-color: #E0E6FE; }
span { border-color: rgb(224,230,254); }
td.TdClassName
{
border-color: #E0E6FE;
}
.TagClassName
{
border-color: #E0E6FE;
}
</style>