Shades of Lavender #E3E2FB
Tints of Lavender #E3E2FB
RGB
CMYK
RGB Variations
Color information
#E3E2FB (or 0xE3E2FB) is known color: Lavender. HEX triplet: E3, E2 and FB. RGB value is (227,226,251). Sum of RGB (Red+Green+Blue) = 227+226+251=704 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.24% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E2FB is #1C1D04. Grayscale: #E5E5E5. Windows color (decimal): -1842437 or 16507619. OLE color: 16507619.
HSL color Cylindrical-coordinate representation of color #E3E2FB: hue angle of 242.4º 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 #E3E2FB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 226 | 251 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.02 |
| HSL | 242.4º | 0.76% | 0.94% | - |
| HSV(B) | 242.4º | 0.1% | 0.98% | - |
| XYZ | 76.29 | 77.69 | 102.24 | - |
| YUV | 229.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 226 | 251 | 0.10 | 0.10 | 0 | 0.02 | 242.4 | 0.76 | 0.94 |
| Hex | E3 | E2 | FB | A | A | 0 | 2 | F2 | 4C | 5E |
| Octal | 343 | 342 | 373 | 12 | 12 | 0 | 2 | 362 | 114 | 136 |
| Binary | 11100011 | 11100010 | 11111011 | 1010 | 1010 | 0 | 10 | 11110010 | 1001100 | 1011110 |
Color Harmonies of #E3E2FB
Complementary color
Monochromatic Colors of #E3E2FB
Black with #E3E2FB
Text Example
Text Example
White with #E3E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E2FB; }
p { color: rgb(227,226,251); }
H1.HeaderClassName
{
color: #E3E2FB;
}
.AnyTagClassName
{
color: #E3E2FB;
}
</style>
background-color css
<style>
a { background-color: #E3E2FB; }
a { background-color: rgb(227,226,251); }
div.DivClassName
{
background-color: #E3E2FB;
}
.BgClassName
{
background-color: #E3E2FB;
}
</style>
border-color css
<style>
span { border-color: #E3E2FB; }
span { border-color: rgb(227,226,251); }
td.TdClassName
{
border-color: #E3E2FB;
}
.TagClassName
{
border-color: #E3E2FB;
}
</style>