Shades of Lavender #E6EAFA
Tints of Lavender #E6EAFA
RGB
CMYK
RGB Variations
Color information
#E6EAFA (or 0xE6EAFA) is known color: Lavender. HEX triplet: E6, EA and FA. RGB value is (230,234,250). Sum of RGB (Red+Green+Blue) = 230+234+250=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFA is #191505. Grayscale: #EAEAEA. Windows color (decimal): -1643782 or 16444134. OLE color: 16444134.
HSL color Cylindrical-coordinate representation of color #E6EAFA: hue angle of 228º 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 #E6EAFA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 234 | 250 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.02 |
| HSL | 228º | 0.67% | 0.94% | - |
| HSV(B) | 228º | 0.08% | 0.98% | - |
| XYZ | 79.31 | 82.57 | 102.2 | - |
| YUV | 234.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 250 | 0.08 | 0.06 | 0 | 0.02 | 228 | 0.67 | 0.94 |
| Hex | E6 | EA | FA | 8 | 6 | 0 | 2 | E4 | 43 | 5E |
| Octal | 346 | 352 | 372 | 10 | 6 | 0 | 2 | 344 | 103 | 136 |
| Binary | 11100110 | 11101010 | 11111010 | 1000 | 110 | 0 | 10 | 11100100 | 1000011 | 1011110 |
Color Harmonies of #E6EAFA
Complementary color
Monochromatic Colors of #E6EAFA
Black with #E6EAFA
Text Example
Text Example
White with #E6EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAFA; }
p { color: rgb(230,234,250); }
H1.HeaderClassName
{
color: #E6EAFA;
}
.AnyTagClassName
{
color: #E6EAFA;
}
</style>
background-color css
<style>
a { background-color: #E6EAFA; }
a { background-color: rgb(230,234,250); }
div.DivClassName
{
background-color: #E6EAFA;
}
.BgClassName
{
background-color: #E6EAFA;
}
</style>
border-color css
<style>
span { border-color: #E6EAFA; }
span { border-color: rgb(230,234,250); }
td.TdClassName
{
border-color: #E6EAFA;
}
.TagClassName
{
border-color: #E6EAFA;
}
</style>