Shades of Lavender #E6E3FA
Tints of Lavender #E6E3FA
RGB
CMYK
RGB Variations
Color information
#E6E3FA (or 0xE6E3FA) is known color: Lavender. HEX triplet: E6, E3 and FA. RGB value is (230,227,250). Sum of RGB (Red+Green+Blue) = 230+227+250=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3FA is #191C05. Grayscale: #E6E6E6. Windows color (decimal): -1645574 or 16442342. OLE color: 16442342.
HSL color Cylindrical-coordinate representation of color #E6E3FA: hue angle of 247.83º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E3FA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 227 | 250 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.02 |
| HSL | 247.83º | 0.7% | 0.94% | - |
| HSV(B) | 247.83º | 0.09% | 0.98% | - |
| XYZ | 77.36 | 78.66 | 101.55 | - |
| YUV | 230.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 250 | 0.08 | 0.09 | 0 | 0.02 | 247.83 | 0.7 | 0.94 |
| Hex | E6 | E3 | FA | 8 | 9 | 0 | 2 | F8 | 46 | 5E |
| Octal | 346 | 343 | 372 | 10 | 11 | 0 | 2 | 370 | 106 | 136 |
| Binary | 11100110 | 11100011 | 11111010 | 1000 | 1001 | 0 | 10 | 11111000 | 1000110 | 1011110 |
Color Harmonies of #E6E3FA
Complementary color
Monochromatic Colors of #E6E3FA
Black with #E6E3FA
Text Example
Text Example
White with #E6E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3FA; }
p { color: rgb(230,227,250); }
H1.HeaderClassName
{
color: #E6E3FA;
}
.AnyTagClassName
{
color: #E6E3FA;
}
</style>
background-color css
<style>
a { background-color: #E6E3FA; }
a { background-color: rgb(230,227,250); }
div.DivClassName
{
background-color: #E6E3FA;
}
.BgClassName
{
background-color: #E6E3FA;
}
</style>
border-color css
<style>
span { border-color: #E6E3FA; }
span { border-color: rgb(230,227,250); }
td.TdClassName
{
border-color: #E6E3FA;
}
.TagClassName
{
border-color: #E6E3FA;
}
</style>