Shades of Lavender #E2DCFB
Tints of Lavender #E2DCFB
RGB
CMYK
RGB Variations
Color information
#E2DCFB (or 0xE2DCFB) is known color: Lavender. HEX triplet: E2, DC and FB. RGB value is (226,220,251). Sum of RGB (Red+Green+Blue) = 226+220+251=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFB is #1D2304. Grayscale: #E1E1E1. Windows color (decimal): -1909509 or 16506082. OLE color: 16506082.
HSL color Cylindrical-coordinate representation of color #E2DCFB: hue angle of 251.61º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DCFB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 220 | 251 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.02 |
| HSL | 251.61º | 0.79% | 0.92% | - |
| HSV(B) | 251.61º | 0.12% | 0.98% | - |
| XYZ | 74.37 | 74.32 | 101.69 | - |
| YUV | 225.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 251 | 0.10 | 0.12 | 0 | 0.02 | 251.61 | 0.79 | 0.92 |
| Hex | E2 | DC | FB | A | C | 0 | 2 | FC | 4F | 5C |
| Octal | 342 | 334 | 373 | 12 | 14 | 0 | 2 | 374 | 117 | 134 |
| Binary | 11100010 | 11011100 | 11111011 | 1010 | 1100 | 0 | 10 | 11111100 | 1001111 | 1011100 |
Color Harmonies of #E2DCFB
Complementary color
Monochromatic Colors of #E2DCFB
Black with #E2DCFB
Text Example
Text Example
White with #E2DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCFB; }
p { color: rgb(226,220,251); }
H1.HeaderClassName
{
color: #E2DCFB;
}
.AnyTagClassName
{
color: #E2DCFB;
}
</style>
background-color css
<style>
a { background-color: #E2DCFB; }
a { background-color: rgb(226,220,251); }
div.DivClassName
{
background-color: #E2DCFB;
}
.BgClassName
{
background-color: #E2DCFB;
}
</style>
border-color css
<style>
span { border-color: #E2DCFB; }
span { border-color: rgb(226,220,251); }
td.TdClassName
{
border-color: #E2DCFB;
}
.TagClassName
{
border-color: #E2DCFB;
}
</style>