Shades of Lavender #E8E6F3
Tints of Lavender #E8E6F3
RGB
CMYK
RGB Variations
Color information
#E8E6F3 (or 0xE8E6F3) is known color: Lavender. HEX triplet: E8, E6 and F3. RGB value is (232,230,243). Sum of RGB (Red+Green+Blue) = 232+230+243=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8E6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E6F3 is #17190C. Grayscale: #E8E8E8. Windows color (decimal): -1513741 or 15984360. OLE color: 15984360.
HSL color Cylindrical-coordinate representation of color #E8E6F3: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8E6F3 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 230 | 243 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.05 |
| HSL | 249.23º | 0.35% | 0.93% | - |
| HSV(B) | 249.23º | 0.05% | 0.95% | - |
| XYZ | 77.75 | 80.22 | 96.18 | - |
| YUV | 232.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 243 | 0.05 | 0.05 | 0 | 0.05 | 249.23 | 0.35 | 0.93 |
| Hex | E8 | E6 | F3 | 5 | 5 | 0 | 5 | F9 | 23 | 5D |
| Octal | 350 | 346 | 363 | 5 | 5 | 0 | 5 | 371 | 43 | 135 |
| Binary | 11101000 | 11100110 | 11110011 | 101 | 101 | 0 | 101 | 11111001 | 100011 | 1011101 |
Color Harmonies of #E8E6F3
Complementary color
Monochromatic Colors of #E8E6F3
Black with #E8E6F3
Text Example
Text Example
White with #E8E6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E6F3; }
p { color: rgb(232,230,243); }
H1.HeaderClassName
{
color: #E8E6F3;
}
.AnyTagClassName
{
color: #E8E6F3;
}
</style>
background-color css
<style>
a { background-color: #E8E6F3; }
a { background-color: rgb(232,230,243); }
div.DivClassName
{
background-color: #E8E6F3;
}
.BgClassName
{
background-color: #E8E6F3;
}
</style>
border-color css
<style>
span { border-color: #E8E6F3; }
span { border-color: rgb(232,230,243); }
td.TdClassName
{
border-color: #E8E6F3;
}
.TagClassName
{
border-color: #E8E6F3;
}
</style>