Shades of Lavender #E2DCFE
Tints of Lavender #E2DCFE
RGB
CMYK
RGB Variations
Color information
#E2DCFE (or 0xE2DCFE) is known color: Lavender. HEX triplet: E2, DC and FE. RGB value is (226,220,254). Sum of RGB (Red+Green+Blue) = 226+220+254=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFE is #1D2301. Grayscale: #E1E1E1. Windows color (decimal): -1909506 or 16702690. OLE color: 16702690.
HSL color Cylindrical-coordinate representation of color #E2DCFE: hue angle of 250.59º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DCFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 220 | 254 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.00 |
| HSL | 250.59º | 0.94% | 0.93% | - |
| HSV(B) | 250.59º | 0.13% | 1% | - |
| XYZ | 74.85 | 74.51 | 104.2 | - |
| YUV | 225.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 254 | 0.11 | 0.13 | 0 | 0.00 | 250.59 | 0.94 | 0.93 |
| Hex | E2 | DC | FE | B | D | 0 | 0 | FB | 5E | 5D |
| Octal | 342 | 334 | 376 | 13 | 15 | 0 | 0 | 373 | 136 | 135 |
| Binary | 11100010 | 11011100 | 11111110 | 1011 | 1101 | 0 | 0 | 11111011 | 1011110 | 1011101 |
Color Harmonies of #E2DCFE
Complementary color
Monochromatic Colors of #E2DCFE
Black with #E2DCFE
Text Example
Text Example
White with #E2DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCFE; }
p { color: rgb(226,220,254); }
H1.HeaderClassName
{
color: #E2DCFE;
}
.AnyTagClassName
{
color: #E2DCFE;
}
</style>
background-color css
<style>
a { background-color: #E2DCFE; }
a { background-color: rgb(226,220,254); }
div.DivClassName
{
background-color: #E2DCFE;
}
.BgClassName
{
background-color: #E2DCFE;
}
</style>
border-color css
<style>
span { border-color: #E2DCFE; }
span { border-color: rgb(226,220,254); }
td.TdClassName
{
border-color: #E2DCFE;
}
.TagClassName
{
border-color: #E2DCFE;
}
</style>