Shades of Lavender #E6E2FB
Tints of Lavender #E6E2FB
RGB
CMYK
RGB Variations
Color information
#E6E2FB (or 0xE6E2FB) is known color: Lavender. HEX triplet: E6, E2 and FB. RGB value is (230,226,251). Sum of RGB (Red+Green+Blue) = 230+226+251=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E2FB is #191D04. Grayscale: #E5E5E5. Windows color (decimal): -1645829 or 16507622. OLE color: 16507622.
HSL color Cylindrical-coordinate representation of color #E6E2FB: hue angle of 249.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E2FB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 226 | 251 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.02 |
| HSL | 249.6º | 0.76% | 0.94% | - |
| HSV(B) | 249.6º | 0.1% | 0.98% | - |
| XYZ | 77.24 | 78.18 | 102.29 | - |
| YUV | 230.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 251 | 0.08 | 0.10 | 0 | 0.02 | 249.6 | 0.76 | 0.94 |
| Hex | E6 | E2 | FB | 8 | A | 0 | 2 | FA | 4C | 5E |
| Octal | 346 | 342 | 373 | 10 | 12 | 0 | 2 | 372 | 114 | 136 |
| Binary | 11100110 | 11100010 | 11111011 | 1000 | 1010 | 0 | 10 | 11111010 | 1001100 | 1011110 |
Color Harmonies of #E6E2FB
Complementary color
Monochromatic Colors of #E6E2FB
Black with #E6E2FB
Text Example
Text Example
White with #E6E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E2FB; }
p { color: rgb(230,226,251); }
H1.HeaderClassName
{
color: #E6E2FB;
}
.AnyTagClassName
{
color: #E6E2FB;
}
</style>
background-color css
<style>
a { background-color: #E6E2FB; }
a { background-color: rgb(230,226,251); }
div.DivClassName
{
background-color: #E6E2FB;
}
.BgClassName
{
background-color: #E6E2FB;
}
</style>
border-color css
<style>
span { border-color: #E6E2FB; }
span { border-color: rgb(230,226,251); }
td.TdClassName
{
border-color: #E6E2FB;
}
.TagClassName
{
border-color: #E6E2FB;
}
</style>