Shades of Lavender #E6E3F1
Tints of Lavender #E6E3F1
RGB
CMYK
RGB Variations
Color information
#E6E3F1 (or 0xE6E3F1) is known color: Lavender. HEX triplet: E6, E3 and F1. RGB value is (230,227,241). Sum of RGB (Red+Green+Blue) = 230+227+241=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6E3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3F1 is #191C0E. Grayscale: #E5E5E5. Windows color (decimal): -1645583 or 15852518. OLE color: 15852518.
HSL color Cylindrical-coordinate representation of color #E6E3F1: hue angle of 252.86º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6E3F1 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 227 | 241 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.05 |
| HSL | 252.86º | 0.33% | 0.92% | - |
| HSV(B) | 252.86º | 0.06% | 0.95% | - |
| XYZ | 75.98 | 78.11 | 94.29 | - |
| YUV | 229.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 241 | 0.05 | 0.06 | 0 | 0.05 | 252.86 | 0.33 | 0.92 |
| Hex | E6 | E3 | F1 | 5 | 6 | 0 | 5 | FD | 21 | 5C |
| Octal | 346 | 343 | 361 | 5 | 6 | 0 | 5 | 375 | 41 | 134 |
| Binary | 11100110 | 11100011 | 11110001 | 101 | 110 | 0 | 101 | 11111101 | 100001 | 1011100 |
Color Harmonies of #E6E3F1
Complementary color
Monochromatic Colors of #E6E3F1
Black with #E6E3F1
Text Example
Text Example
White with #E6E3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3F1; }
p { color: rgb(230,227,241); }
H1.HeaderClassName
{
color: #E6E3F1;
}
.AnyTagClassName
{
color: #E6E3F1;
}
</style>
background-color css
<style>
a { background-color: #E6E3F1; }
a { background-color: rgb(230,227,241); }
div.DivClassName
{
background-color: #E6E3F1;
}
.BgClassName
{
background-color: #E6E3F1;
}
</style>
border-color css
<style>
span { border-color: #E6E3F1; }
span { border-color: rgb(230,227,241); }
td.TdClassName
{
border-color: #E6E3F1;
}
.TagClassName
{
border-color: #E6E3F1;
}
</style>