Shades of Lavender #E2DEFD
Tints of Lavender #E2DEFD
RGB
CMYK
RGB Variations
Color information
#E2DEFD (or 0xE2DEFD) is known color: Lavender. HEX triplet: E2, DE and FD. RGB value is (226,222,253). Sum of RGB (Red+Green+Blue) = 226+222+253=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFD is #1D2102. Grayscale: #E2E2E2. Windows color (decimal): -1908995 or 16637666. OLE color: 16637666.
HSL color Cylindrical-coordinate representation of color #E2DEFD: hue angle of 247.74º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DEFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 222 | 253 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.01 |
| HSL | 247.74º | 0.89% | 0.93% | - |
| HSV(B) | 247.74º | 0.12% | 0.99% | - |
| XYZ | 75.21 | 75.5 | 103.54 | - |
| YUV | 226.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 253 | 0.11 | 0.12 | 0 | 0.01 | 247.74 | 0.89 | 0.93 |
| Hex | E2 | DE | FD | B | C | 0 | 1 | F8 | 59 | 5D |
| Octal | 342 | 336 | 375 | 13 | 14 | 0 | 1 | 370 | 131 | 135 |
| Binary | 11100010 | 11011110 | 11111101 | 1011 | 1100 | 0 | 1 | 11111000 | 1011001 | 1011101 |
Color Harmonies of #E2DEFD
Complementary color
Monochromatic Colors of #E2DEFD
Black with #E2DEFD
Text Example
Text Example
White with #E2DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEFD; }
p { color: rgb(226,222,253); }
H1.HeaderClassName
{
color: #E2DEFD;
}
.AnyTagClassName
{
color: #E2DEFD;
}
</style>
background-color css
<style>
a { background-color: #E2DEFD; }
a { background-color: rgb(226,222,253); }
div.DivClassName
{
background-color: #E2DEFD;
}
.BgClassName
{
background-color: #E2DEFD;
}
</style>
border-color css
<style>
span { border-color: #E2DEFD; }
span { border-color: rgb(226,222,253); }
td.TdClassName
{
border-color: #E2DEFD;
}
.TagClassName
{
border-color: #E2DEFD;
}
</style>