Shades of Lavender #E1E2FD
Tints of Lavender #E1E2FD
RGB
CMYK
RGB Variations
Color information
#E1E2FD (or 0xE1E2FD) is known color: Lavender. HEX triplet: E1, E2 and FD. RGB value is (225,226,253). Sum of RGB (Red+Green+Blue) = 225+226+253=704 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.96% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2FD is #1E1D02. Grayscale: #E4E4E4. Windows color (decimal): -1973507 or 16638689. OLE color: 16638689.
HSL color Cylindrical-coordinate representation of color #E1E2FD: hue angle of 237.86º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E2FD is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 226 | 253 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.01 |
| HSL | 237.86º | 0.88% | 0.94% | - |
| HSV(B) | 237.86º | 0.11% | 0.99% | - |
| XYZ | 75.98 | 77.49 | 103.88 | - |
| YUV | 228.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 253 | 0.11 | 0.11 | 0 | 0.01 | 237.86 | 0.88 | 0.94 |
| Hex | E1 | E2 | FD | B | B | 0 | 1 | EE | 58 | 5E |
| Octal | 341 | 342 | 375 | 13 | 13 | 0 | 1 | 356 | 130 | 136 |
| Binary | 11100001 | 11100010 | 11111101 | 1011 | 1011 | 0 | 1 | 11101110 | 1011000 | 1011110 |
Color Harmonies of #E1E2FD
Complementary color
Monochromatic Colors of #E1E2FD
Black with #E1E2FD
Text Example
Text Example
White with #E1E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2FD; }
p { color: rgb(225,226,253); }
H1.HeaderClassName
{
color: #E1E2FD;
}
.AnyTagClassName
{
color: #E1E2FD;
}
</style>
background-color css
<style>
a { background-color: #E1E2FD; }
a { background-color: rgb(225,226,253); }
div.DivClassName
{
background-color: #E1E2FD;
}
.BgClassName
{
background-color: #E1E2FD;
}
</style>
border-color css
<style>
span { border-color: #E1E2FD; }
span { border-color: rgb(225,226,253); }
td.TdClassName
{
border-color: #E1E2FD;
}
.TagClassName
{
border-color: #E1E2FD;
}
</style>