Shades of Lavender #E0E6FC
Tints of Lavender #E0E6FC
RGB
CMYK
RGB Variations
Color information
#E0E6FC (or 0xE0E6FC) is known color: Lavender. HEX triplet: E0, E6 and FC. RGB value is (224,230,252). Sum of RGB (Red+Green+Blue) = 224+230+252=706 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.73% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6FC is #1F1903. Grayscale: #E6E6E6. Windows color (decimal): -2038020 or 16574176. OLE color: 16574176.
HSL color Cylindrical-coordinate representation of color #E0E6FC: hue angle of 227.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0E6FC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 230 | 252 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.01 |
| HSL | 227.14º | 0.82% | 0.93% | - |
| HSV(B) | 227.14º | 0.11% | 0.99% | - |
| XYZ | 76.61 | 79.47 | 103.4 | - |
| YUV | 230.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 252 | 0.11 | 0.09 | 0 | 0.01 | 227.14 | 0.82 | 0.93 |
| Hex | E0 | E6 | FC | B | 9 | 0 | 1 | E3 | 52 | 5D |
| Octal | 340 | 346 | 374 | 13 | 11 | 0 | 1 | 343 | 122 | 135 |
| Binary | 11100000 | 11100110 | 11111100 | 1011 | 1001 | 0 | 1 | 11100011 | 1010010 | 1011101 |
Color Harmonies of #E0E6FC
Complementary color
Monochromatic Colors of #E0E6FC
Black with #E0E6FC
Text Example
Text Example
White with #E0E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E6FC; }
p { color: rgb(224,230,252); }
H1.HeaderClassName
{
color: #E0E6FC;
}
.AnyTagClassName
{
color: #E0E6FC;
}
</style>
background-color css
<style>
a { background-color: #E0E6FC; }
a { background-color: rgb(224,230,252); }
div.DivClassName
{
background-color: #E0E6FC;
}
.BgClassName
{
background-color: #E0E6FC;
}
</style>
border-color css
<style>
span { border-color: #E0E6FC; }
span { border-color: rgb(224,230,252); }
td.TdClassName
{
border-color: #E0E6FC;
}
.TagClassName
{
border-color: #E0E6FC;
}
</style>