Shades of Lavender #E3E6FC
Tints of Lavender #E3E6FC
RGB
CMYK
RGB Variations
Color information
#E3E6FC (or 0xE3E6FC) is known color: Lavender. HEX triplet: E3, E6 and FC. RGB value is (227,230,252). Sum of RGB (Red+Green+Blue) = 227+230+252=709 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.02% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3E6FC is #1C1903. Grayscale: #E7E7E7. Windows color (decimal): -1841412 or 16574179. OLE color: 16574179.
HSL color Cylindrical-coordinate representation of color #E3E6FC: hue angle of 232.8º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3E6FC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 230 | 252 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.01 |
| HSL | 232.8º | 0.81% | 0.94% | - |
| HSV(B) | 232.8º | 0.1% | 0.99% | - |
| XYZ | 77.55 | 79.95 | 103.44 | - |
| YUV | 231.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 252 | 0.10 | 0.09 | 0 | 0.01 | 232.8 | 0.81 | 0.94 |
| Hex | E3 | E6 | FC | A | 9 | 0 | 1 | E9 | 51 | 5E |
| Octal | 343 | 346 | 374 | 12 | 11 | 0 | 1 | 351 | 121 | 136 |
| Binary | 11100011 | 11100110 | 11111100 | 1010 | 1001 | 0 | 1 | 11101001 | 1010001 | 1011110 |
Color Harmonies of #E3E6FC
Complementary color
Monochromatic Colors of #E3E6FC
Black with #E3E6FC
Text Example
Text Example
White with #E3E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E6FC; }
p { color: rgb(227,230,252); }
H1.HeaderClassName
{
color: #E3E6FC;
}
.AnyTagClassName
{
color: #E3E6FC;
}
</style>
background-color css
<style>
a { background-color: #E3E6FC; }
a { background-color: rgb(227,230,252); }
div.DivClassName
{
background-color: #E3E6FC;
}
.BgClassName
{
background-color: #E3E6FC;
}
</style>
border-color css
<style>
span { border-color: #E3E6FC; }
span { border-color: rgb(227,230,252); }
td.TdClassName
{
border-color: #E3E6FC;
}
.TagClassName
{
border-color: #E3E6FC;
}
</style>