Shades of Lavender #E6E6FA
Tints of Lavender #E6E6FA
RGB
CMYK
RGB Variations
Color information
#E6E6FA (or 0xE6E6FA) is known color: Lavender. HEX triplet: E6, E6 and FA. RGB value is (230,230,250). Sum of RGB (Red+Green+Blue) = 230+230+250=710 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.39% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6FA is #191905. Grayscale: #E8E8E8. Windows color (decimal): -1644806 or 16443110. OLE color: 16443110.
HSL color Cylindrical-coordinate representation of color #E6E6FA: hue angle of 240º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6E6FA is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 230 | 250 | - |
CMYK | 0.08 | 0.08 | 0 | 0.02 |
HSL | 240º | 0.67% | 0.94% | - |
HSV(B) | 240º | 0.08% | 0.98% | - |
XYZ | 78.19 | 80.32 | 101.82 | - |
YUV | 232.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 230 | 250 | 0.08 | 0.08 | 0 | 0.02 | 240 | 0.67 | 0.94 |
Hex | E6 | E6 | FA | 8 | 8 | 0 | 2 | F0 | 43 | 5E |
Octal | 346 | 346 | 372 | 10 | 10 | 0 | 2 | 360 | 103 | 136 |
Binary | 11100110 | 11100110 | 11111010 | 1000 | 1000 | 0 | 10 | 11110000 | 1000011 | 1011110 |
Color Harmonies of #E6E6FA
Complementary color
Monochromatic Colors of #E6E6FA
Black with #E6E6FA
Text Example
Text Example
White with #E6E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6FA; }
p { color: rgb(230,230,250); }
H1.HeaderClassName
{
color: #E6E6FA;
}
.AnyTagClassName
{
color: #E6E6FA;
}
</style>
background-color css
<style>
a { background-color: #E6E6FA; }
a { background-color: rgb(230,230,250); }
div.DivClassName
{
background-color: #E6E6FA;
}
.BgClassName
{
background-color: #E6E6FA;
}
</style>
border-color css
<style>
span { border-color: #E6E6FA; }
span { border-color: rgb(230,230,250); }
td.TdClassName
{
border-color: #E6E6FA;
}
.TagClassName
{
border-color: #E6E6FA;
}
</style>