Shades of Lavender #E2E1FD
Tints of Lavender #E2E1FD
RGB
CMYK
RGB Variations
Color information
#E2E1FD (or 0xE2E1FD) is known color: Lavender. HEX triplet: E2, E1 and FD. RGB value is (226,225,253). Sum of RGB (Red+Green+Blue) = 226+225+253=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 225 (88.28% from 255 or 31.96% 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 #E2E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1FD is #1D1E02. Grayscale: #E4E4E4. Windows color (decimal): -1908227 or 16638434. OLE color: 16638434.
HSL color Cylindrical-coordinate representation of color #E2E1FD: hue angle of 242.14º 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 #E2E1FD is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 225 | 253 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.01 |
| HSL | 242.14º | 0.88% | 0.94% | - |
| HSV(B) | 242.14º | 0.11% | 0.99% | - |
| XYZ | 76.02 | 77.11 | 103.81 | - |
| YUV | 228.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 253 | 0.11 | 0.11 | 0 | 0.01 | 242.14 | 0.88 | 0.94 |
| Hex | E2 | E1 | FD | B | B | 0 | 1 | F2 | 58 | 5E |
| Octal | 342 | 341 | 375 | 13 | 13 | 0 | 1 | 362 | 130 | 136 |
| Binary | 11100010 | 11100001 | 11111101 | 1011 | 1011 | 0 | 1 | 11110010 | 1011000 | 1011110 |
Color Harmonies of #E2E1FD
Complementary color
Monochromatic Colors of #E2E1FD
Black with #E2E1FD
Text Example
Text Example
White with #E2E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1FD; }
p { color: rgb(226,225,253); }
H1.HeaderClassName
{
color: #E2E1FD;
}
.AnyTagClassName
{
color: #E2E1FD;
}
</style>
background-color css
<style>
a { background-color: #E2E1FD; }
a { background-color: rgb(226,225,253); }
div.DivClassName
{
background-color: #E2E1FD;
}
.BgClassName
{
background-color: #E2E1FD;
}
</style>
border-color css
<style>
span { border-color: #E2E1FD; }
span { border-color: rgb(226,225,253); }
td.TdClassName
{
border-color: #E2E1FD;
}
.TagClassName
{
border-color: #E2E1FD;
}
</style>