Shades of Lavender #E6E3FC
Tints of Lavender #E6E3FC
RGB
CMYK
RGB Variations
Color information
#E6E3FC (or 0xE6E3FC) is known color: Lavender. HEX triplet: E6, E3 and FC. RGB value is (230,227,252). Sum of RGB (Red+Green+Blue) = 230+227+252=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 227 (89.06% from 255 or 32.02% 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 #E6E3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3FC is #191C03. Grayscale: #E6E6E6. Windows color (decimal): -1645572 or 16573414. OLE color: 16573414.
HSL color Cylindrical-coordinate representation of color #E6E3FC: hue angle of 247.2º 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 #E6E3FC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 227 | 252 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.01 |
| HSL | 247.2º | 0.81% | 0.94% | - |
| HSV(B) | 247.2º | 0.1% | 0.99% | - |
| XYZ | 77.67 | 78.79 | 103.21 | - |
| YUV | 230.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 252 | 0.09 | 0.10 | 0 | 0.01 | 247.2 | 0.81 | 0.94 |
| Hex | E6 | E3 | FC | 9 | A | 0 | 1 | F7 | 51 | 5E |
| Octal | 346 | 343 | 374 | 11 | 12 | 0 | 1 | 367 | 121 | 136 |
| Binary | 11100110 | 11100011 | 11111100 | 1001 | 1010 | 0 | 1 | 11110111 | 1010001 | 1011110 |
Color Harmonies of #E6E3FC
Complementary color
Monochromatic Colors of #E6E3FC
Black with #E6E3FC
Text Example
Text Example
White with #E6E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3FC; }
p { color: rgb(230,227,252); }
H1.HeaderClassName
{
color: #E6E3FC;
}
.AnyTagClassName
{
color: #E6E3FC;
}
</style>
background-color css
<style>
a { background-color: #E6E3FC; }
a { background-color: rgb(230,227,252); }
div.DivClassName
{
background-color: #E6E3FC;
}
.BgClassName
{
background-color: #E6E3FC;
}
</style>
border-color css
<style>
span { border-color: #E6E3FC; }
span { border-color: rgb(230,227,252); }
td.TdClassName
{
border-color: #E6E3FC;
}
.TagClassName
{
border-color: #E6E3FC;
}
</style>